InvoiceToPaymentOrderFulfillmentForShipmentsOnly Property |
Gets a value indicating whether only lines with BusinessReason = Shipment are used.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ForShipmentsOnly { get; }
Public ReadOnly Property ForShipmentsOnly As Boolean
Get
public:
property bool ForShipmentsOnly {
bool get ();
}
member ForShipmentsOnly : bool with get
Property Value
Type:
Booleantrue if [for shipments only]; otherwise,
false.
See Also