BudgetCheckResultErrorWarningDetail::checkExist Method
Validates that the specified record exists in the BudgetCheckResultErrorWarningDetail table; if not, an error message is displayed.
Syntax
client server public static boolean checkExist(RecId _recId, [UserConnection _userConnection])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The recId value of the record to check for existence.
- _userConnection
Type: UserConnection Class
An instance of the UserConnection class to use to determine whether the specified record in the BudgetCheckResultErrorWarningDetail table exists; optional, default is nullNothingnullptrunita null reference (Nothing in Visual Basic).
Return Value
Type: boolean
true if the specified record exists; otherwise, false.