PurchTableDocument.parmVersionExists Method [AX 2012]

Determines whether a version exists for a given purchase order.

public VersioningExists parmVersionExists(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

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

Return Value

Type: VersioningExists Extended Data Type
true if a version of the specified PurchTable record exists; otherwise, false.

Community Additions

ADD
Show: