SpecTransManager.existForOtherSpec Method [AX 2012]

Determines whether the specified record in the SpecTrans table exists with a SpecCompany, SpecTableId, and SpecRecId that do not correspond to this class instance.

Syntax

public boolean existForOtherSpec(
    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 isMarkedElsewhere method on the Specification class.

See Also

Reference

SpecTransManager Class