PurchTableForm::setAllowEditAssetFieldsServer Method [AX 2012]

Retrieves the canEdit and assetAllowCreate enumeration values that are related to the edit of asset fields for the purchase line.

server protected static container setAllowEditAssetFieldsServer(PurchTable _purchTable, PurchLine _purchLine)

Run On

Server

Parameters

_purchTable
Type: PurchTable Table
The current active PurchTable table buffer.
_purchLine
Type: PurchLine Table
The current active PurchLine table buffer.

Return Value

Type: container
A container that contains the canEdit and assetAllowCreate enumeration values.
Show: