PurchTableDocument.parmBudgetCheckResult Method [AX 2012]

Gets the BudgetSourceCheckResult for all the purch line records associated with the PurchTable record.

public BudgetSourceCheckResult parmBudgetCheckResult(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

_companyId
Type: CompanyId Extended Data Type
The company ID corresponding to the workflow instance.
_tableId
Type: TableId Extended Data Type
The table ID corresponding to the workflow instance.
_recId
Type: RecId Extended Data Type
The record ID corresponding to the workflow instance.

Return Value

Type: BudgetSourceCheckResult Extended Data Type
The BudgetSourceCheckResult for all the purch line records associated with the PurchTable record.

ExceptionCondition
Error

The table ID must be PurchTable.

Community Additions

ADD
Show: