Click or drag to resize

FulfillmentAdviceTOrderItem, TFulfillmentItemIsOrderItemFinished Method

Some generated documents have a 'Finished' attribute in their lines and they implement IIsFinished interface. The 'Finish' attribute is used to indicate that for the order item, that has been fulfilled with this line, no more fulfillment should be generated no matter of any changes in the order item.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsOrderItemFinished()

Return Value

Type: Boolean
True if the line is marked as 'Finished'
See Also