BudgetOverrideUserGroupOption::findByUserGroupAndConfiguration Method
Finds the specified record in the BudgetOverrideUserGroupOption table.
Syntax
client server public static BudgetOverrideUserGroupOption findByUserGroupAndConfiguration(
UserGroupId _userGroupId,
RefRecId _budgetControlConfigurationRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _userGroupId
Type: UserGroupId Extended Data Type
The user group ID of the record to find.
- _budgetControlConfigurationRecId
Type: RefRecId Extended Data Type
The record ID of the BudgetControlConfiguration table to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: BudgetOverrideUserGroupOption Table
A record in the BudgetOverrideUserGroupOption table; otherwise, an empty record.