Share via


SpecTrans::existOtherRefRecords Method

Determines whether additional SpecTrans records exist that contain the same Spec references.

Syntax

server public static boolean existOtherRefRecords(
    CompanyId _specCompany, 
    TableId _specTableId, 
    RecId _specRecId, 
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId)

Run On

Server

Parameters

Return Value

Type: boolean
true if any records exist for the Spec references other than the passed in parameters; otherwise, false.

Remarks

This method is used during the autosettle process to determine whether a transaction should be autosettled.

See Also

Reference

SpecTrans Table