CashDisc::existByCompany Method
Determines whether the specified record in the CashDisc table exists.
Syntax
client server public static boolean existByCompany(CompanyId _company, CashDiscCode _cashDiscCode)
Run On
Called
Parameters
- _company
Type: CompanyId Extended Data Type
The company ID of the cash discount record to check for existence.
- _cashDiscCode
Type: CashDiscCode Extended Data Type
The cash discount ID of the cash discount record to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.