Question

How to fill correctly the parameters of InventoryPicking method

  • 11 August 2023
  • 0 replies
  • 16 views

Badge

I need to use on the server side the method from Metrix.BusinessServer.BusinessPolicies.ServiceLogisticsComponent.ServiceLogisticsBusPolicyMgr called InventoryPicking

 

 

But I don’t have any manual to help me how to fill all the parameters, if some parameter can receive null value or not. Based on the XML for this operation that I get from FSM log, there are only 4 parameter filled, allow_partials = ‘Y’, include_req_on_hold = ‘N’, request_id = @request_id and run_option = ’2’, and I tried to run this method on server side passing only this 4 parameters and the others with null value, and didn’t work. I would appreciate it if anyone can help me with this issue.


0 replies

Be the first to reply!

Reply