PurchAgreementGenerateReleaseOrder.getEditableInventDimFieldsPerLines Method [AX 2012]

Retrieves a map that contains information about the editable InventDim fields for each AgreementLineQuantityCommitment record in the PurchAgreementHeader table.

public Map getEditableInventDimFieldsPerLines()

Run On

Called

Return Value

Type: Map Class
A map with a key of the record ID of a AgreementLineQuantityCommitment record and a value of an instance of the InvenDimParm class with flags set to NoYes::Yes for each editable InventDim field of the instance of the AgreementLineQuantityCommitment record.

All active inventory dimension fields that are not set in the AgreementLineQuantityCommitment object are considered as editable.

Community Additions

ADD
Show: