MainAccountLegalEntity::checkExist Method
Indicates whether the specified record exists in the MainAccountLegalEntity table.
Syntax
client server public static boolean checkExist(RefRecId _mainAccount, RefRecId _legalEntity)
Run On
Called
Parameters
- _mainAccount
Type: RefRecId Extended Data Type
The record ID of the related MainAccount record.
- _legalEntity
Type: RefRecId Extended Data Type
The record ID of the related CompanyInfo record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.
Remarks
If the record does not exist, a message is displayed.