PurchEditLinesForm::canAssetFieldsBeEditedServer Method [AX 2012]

Retrieves information about the editing of asset fields for the purchase line.

server protected static container canAssetFieldsBeEditedServer(
    VendDocumentTableMap _parmTable, 
    VendDocumentLineMap _parmLine, 
    VendDocumentLineAssetMap _vendInvoiceInfoLineTableAsset)

Run On

Server

Parameters

_parmTable
Type: VendDocumentTableMap Map
The VendDocumentTableMap table buffer.
_parmLine
Type: VendDocumentLineMap Map
The VendDocumentLineMap table buffer.
_vendInvoiceInfoLineTableAsset
Type: VendDocumentLineAssetMap Map
The VendDocumentLineAssetMap buffer.

Return Value

Type: container
A container that contains the asset allow edit values.
Show: