MeasureTOrderItem, TFulfillmentItemCreateFulfillmentItem Property |
Gets a value indicating whether to create fulfillment item if the measure is not fulfilled.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Func<TOrderItem, bool> CreateFulfillmentItem { get; }
Public ReadOnly Property CreateFulfillmentItem As Func(Of TOrderItem, Boolean)
Get
public:
property Func<TOrderItem, bool>^ CreateFulfillmentItem {
Func<TOrderItem, bool>^ get ();
}
member CreateFulfillmentItem : Func<'TOrderItem, bool> with get
Property Value
Type:
FuncTOrderItem,
Booleantrue to execute the fulfillment procedure if necessary; otherwise,
false.
See Also