Click or drag to resize

FulfillmentAdviceTOrderItem, TFulfillmentItem Class

Contains suggested measure values used to create fulfillment item.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentAdviceTOrderItem, TFulfillmentItem

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class FulfillmentAdvice<TOrderItem, TFulfillmentItem>
where TFulfillmentItem : EnterpriseOneEntityObject

Type Parameters

TOrderItem
TFulfillmentItem

The FulfillmentAdviceTOrderItem, TFulfillmentItem type exposes the following members.

Constructors
  NameDescription
Public methodFulfillmentAdviceTOrderItem, TFulfillmentItem
Initializes a new instance of the FulfillmentAdviceTOrderItem, TFulfillmentItem class.
Top
Properties
  NameDescription
Public propertyFulfillment
Gets the fulfillment.
Public propertyOrderItem
Gets the order item.
Top
Methods
  NameDescription
Public methodGetAdvisedOrRemainingValue
Gets the advice value of the specified measure. If there is no advice, the remaining value is returned.
Public methodHasRemainingValues
Determines whether there are remaining values for any measure for the specified order item.
Public methodIsOrderItemFinished
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.
Top
Fields
  NameDescription
Public fieldMeasureValues
The advices for the values of the measures.
Top
See Also