Click or drag to resize

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

Sample GetBatchReferences Rule
C#
public List<BatchReference> GetBatchReferences(SerializableDictionary userParams)
{
    return null;
}
See Also