GetBatchReferences |
This topic describes the ShipExec Server GetBatchReferences Rule
A business rule hook used to set the list of batch references displayed on the Batch screen in the shipping client
public List<BatchReference> GetBatchReferences(SerializableDictionary userParams) { return null; }