BudgetPlanningAllocationSchedule::findByName Method
Finds the specified record in the BudgetPlanningAllocationSchedule table.
Syntax
client server public static BudgetPlanningAllocationSchedule findByName(
BudgetPlanAllocationScheduleName _budgetPlanAllocationScheduleName,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _budgetPlanAllocationScheduleName
Type: BudgetPlanAllocationScheduleName Extended Data Type
The name of the record 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 reading the record; optional.
Return Value
Type: BudgetPlanningAllocationSchedule Table
A record in the BudgetPlanningAllocationSchedule table; otherwise, an empty record.