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
ClientParameters
- _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.
Community Additions
ADD
Show: