Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.