TaxProfileTable_CN::existByProfileId Method
Determines whether the specified record in the TaxProfileTable_CN table exists based on Natural key profileId.
Syntax
client server public static boolean existByProfileId(TaxProfileId_CN _profileId)
Run On
Called
Parameters
- _profileId
Type: TaxProfileId_CN Extended Data Type
The profile ID of the TaxProfileTable_CN record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.