TaxAgent::exist Method
Indicates whether a TaxAgent record existed.
Syntax
client server public static boolean exist(TaxAgentId _agentId)
Run On
Called
Parameters
- _agentId
Type: TaxAgentId Extended Data Type
The AgentId value of the TaxAgent table that is used to find the specified record.
Return Value
Type: boolean
true if the record existed; otherwise, false.