SalesTable::meetsFulfilmentRate Method
Checks whether the Sales Order is fulfilled or not.
Syntax
client server public static boolean meetsFulfilmentRate(SalesId _salesId)
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The identifier of the Sales Order to check.
Return Value
Type: boolean
true if the Sales Order is fulfilled or doesn't have the fulfillment type, false otherwise.