CustInvoiceMarkupTransTemplate::checkExist Method
Validates that the specified record exists in the CustMarkupTransTemplateLine table; if not, an error message is displayed.
Syntax
client server public static boolean checkExist(RecId _custInvoiceMarkupTransTemplateRecId)
Run On
Called
Parameters
- _custInvoiceMarkupTransTemplateRecId
Type: RecId Extended Data Type
The unique ID of the record to check for existence.
Return Value
Type: boolean
true if the record exists; otherwise, false.