PurchEditLinesForm_PackingSlip.canAssetFieldsBeEdited Method [AX 2012]

Validates whether the fixed asset fields can be edited.

public boolean canAssetFieldsBeEdited(VendDocumentTableMap _parmTable, VendDocumentLineMap _parmLine)

Run On

Client

Parameters

_parmTable
Type: VendDocumentTableMap Map
A table buffer that contains the current PurchParmTable or VendInvoiceInfoTable table values.
_parmLine
Type: VendDocumentLineMap Map
A table buffer that contains the current PurchParmLine or VendInvoiceInfoLine table values.

Return Value

Type: boolean
Always returns false.

Community Additions

ADD
Show: