Share via


SalesFormletterParmDataInvoice.allowCreateParmLineIfFromLoad_BR Method [AX 2012]

If it is posting sales invoices from Load (WMS), given a sales line, this method indicates whether that sales line is related to a load line from the load table that is being posted.

Syntax

protected boolean allowCreateParmLineIfFromLoad_BR(SalesLine _salesLine)

Run On

Server

Parameters

  • _salesLine
    Type: SalesLine Table
    The original sales line that may be posted or not.

Return Value

Type: boolean
true if this sales lines belongs to the load which is being posted. false otherwise.

Remarks

It defines if the sales line should be posted because it is related to a load line of the load to be posted.

A load may not contain all lines from a sales order.

See Also

Reference

SalesFormletterParmDataInvoice Class