ProjInvoiceProposalCreateLines.isSelectedForCancel_BR Method [AX 2012]

Checks if the sales order is a cancelling sales order and if it's match with the cancelling project invoice when set

private boolean isSelectedForCancel_BR(SalesTable _salesTable)

Run On

Server

Parameters

_salesTable
Type: SalesTable Table
The SalesTable

Return Value

Type: boolean
true when the InvoiceRefRecID_BR is set and is equal to the invoice recId to be canceled true when the InvoiceRefRecID_BR is set and the invoice recId to be canceled is not set false otherwise

This method will filter orders marked to cancel when creating a invoice proposal And will filter orders that match with the invoice to be canceled when set.

Community Additions

ADD
Show: