PurchTableForm.setAllowEditAssetFields Method [AX 2012]

Sets the allowEdit methods of the fixed asset fields for the active purchase line record.

public void setAllowEditAssetFields(
    PurchTable _purchTable, 
    PurchLine _purchLine, 
    FormDataSource _purchLine_ds)

Run On

Called

Parameters

_purchTable
Type: PurchTable Table
The current active PurchTable Table buffer.
_purchLine
Type: PurchLine Table
The current active PurchLine Table buffer.
_purchLine_ds
Type: FormDataSource Class
The data source for the current active PurchLine Table buffer.

Community Additions

ADD
Show: