Share via


CustSettlementPriority::exist Method

Indicates whether the specified record in the CustSettlementPriority table exists.

Syntax

client server public static boolean exist(RecId _custSettlementPriorityId)

Run On

Called

Parameters

  • _custSettlementPriorityId
    Type: RecId Extended Data Type
    The record ID of the CustSettlementPriority record to check for existence.

Return Value

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

See Also

Reference

CustSettlementPriority Table