Share via


SpecTransManager.exist Method [AX 2012]

Determines whether the specified record in the SpecTrans table exists.

Syntax

public boolean exist(
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the specified record exists; otherwise false.

Remarks

Replaces the checkExist, existSpecTrans, and isMarked methods on the Specification class.

See Also

Reference

SpecTransManager Class