PurchEditLinesForm_PurchOrder.canAssetFieldsBeEdited Method [AX 2012]

Validates that the fixed asset fields can be edited.

public boolean canAssetFieldsBeEdited(VendDocumentTableMap _parmTable, VendDocumentLineMap _parmLine)

Run On

Client

Parameters

_parmTable
Type: VendDocumentTableMap Map
_parmLine
Type: VendDocumentLineMap Map

Return Value

Type: boolean
Always returns false.

The asset fields on a PurchLine table buffer can be edited when:

  • The PurchaseOrderLedgerPosting field in the PurchParameters table is false.

  • The inventory reference type or the fixed asset type is empty.

  • The purchase type is a subscription, a blanket purchase order, or a purchase order.

  • There is no project associated with the record.

  • There is no item quantity marked.

Community Additions

ADD
Show: