Click or drag to resize

InvoiceToPaymentOrderFulfillmentOrderItemGetInvoiceLinesTotalAmount Method

Gets the lines total amount. Used for the AmountToPay measure in InvoiceToPaymentOrderFulfillment

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Amount GetInvoiceLinesTotalAmount(
	bool forShipmentsOnly
)

Parameters

forShipmentsOnly
Type: SystemBoolean
if set to true only lines with BusinessReason = Shipment are used.

Return Value

Type: Amount
The total amount for all invoice lines within the group.
See Also