BudgetPlanningProcess::findByProcessNameBudgetCycleLedger Method
Finds a specified record in the BudgetPlanningProcess table.
Syntax
client server public static BudgetPlanningProcess findByProcessNameBudgetCycleLedger(
BudgetPlanningProcessName _budgetPlanningProcessName,
BudgetCycleRecId _budgetCycleRecId,
LedgerRecId _ledgerRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _budgetPlanningProcessName
Type: BudgetPlanningProcessName Extended Data Type
The name of the record to find.
- _budgetCycleRecId
Type: BudgetCycleRecId Extended Data Type
The record ID of a BudgetCycle record.
- _ledgerRecId
Type: LedgerRecId Extended Data Type
The record ID of a Ledger record.
- _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: BudgetPlanningProcess Table
A record in the BudgetPlanningProcess table; otherwise, an empty record.