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
Syntaxpublic bool IsOrderItemFinished()
Public Function IsOrderItemFinished As Boolean
public:
bool IsOrderItemFinished()
member IsOrderItemFinished : unit -> bool
Return Value
Type:
BooleanTrue if the line is marked as 'Finished'
See Also