PurchFormletterParmDataInvoice.maySelectPO Method [AX 2012]

Indicates whether a PurchTable table record can be selected for invoicing.

protected boolean maySelectPO(PurchTable _purchTable)

Run On

Server

Parameters

_purchTable
Type: PurchTable Table
A PurchTable table record.

Return Value

Type: boolean
true if the PurchTable table record can be selected for invoicing; otherwise, false.

The PurchTable table record is checked to determine whether it has any MarkupTrans table records that have a MarkupType enumerated value of MarkupType::Item.

A PurchTable table record with such MarkupTrans table records must not be selected for invoicing.

Community Additions

ADD
Show: