BudgetOverrideUserGroupOption::existByUserGroupAndConfiguration Method
Determines whether the specified record in the BudgetOverrideUserGroupOption table exists.
Syntax
client server public static boolean existByUserGroupAndConfiguration(UserGroupId _userGroupId, RefRecId _budgetControlConfigRecId)
Run On
Called
Parameters
- _userGroupId
Type: UserGroupId Extended Data Type
The user group ID of the record to find.
- _budgetControlConfigRecId
Type: RefRecId Extended Data Type
A record ID of the BudgetControlConfiguration table.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.