Share via


SpecTransManager.findByRef Method [AX 2012]

Finds the specified record in the SpecTrans table.

Syntax

public SpecTrans findByRef(
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId)

Run On

Called

Parameters

Return Value

Type: SpecTrans Table
A record in the SpecTrans table; otherwise, an empty record.

Remarks

Replaces the findRefId method on the Specification class.

See Also

Reference

SpecTransManager Class