TransferGetWareHouse

Return default target warehouse for the transfer process.

 

QCOrder/TransferGetWareHouse(DocEntry/i,Rejected/b)

 

Return the target transfer warehouse related to rejected flag

 

GET QCOrder/TransferGetWareHouse(1413,false)

return the following properties

{
  "ToWhsCode": "SAP_BIN",
  "ToBinCode": "SAP_BIN-AREA_B",
  "RuleId": "test",
  "Description": "test1 QC"
}

The system returns the description of the warehouse rule if there is one.

If no rule is found, the system returns the default warehouse from the item and the ToBinCode and Description are empty.