PurchJournalMatch_Invoice.included Method [AX 2012]

Marks or unmarks a single link between a record in the VendPackingSlipTrans table and a record in the VendInvoiceInfoLine table.

public NoYes included(
    boolean _set, 
    Common _vendPackingSlipTrans, 
    NoYes _mark)

Run On

Client

Parameters

_set
Type: boolean
true if the value is set; otherwise, false.
_vendPackingSlipTrans
Type: Common Table
The VendPackingSlipTrans record that represents the link.
_mark
Type: NoYes Enumeration
A Boolean value that indicates whether the link record will be marked.

Return Value

Type: NoYes Enumeration
true if the link is marked; otherwise, false.

Community Additions

ADD
Show: