BudgetPlanningProcess::findByNameLanguage Method
Finds a specified record in the BudgetPlanningProcess table that has the specified localized name and language.
Syntax
client server public static BudgetPlanningProcess findByNameLanguage(
BudgetPlanningProcessName _budgetPlanningProcessName,
[boolean _forUpdate,
LanguageId _languageId])
Run On
Called
Parameters
- _budgetPlanningProcessName
Type: BudgetPlanningProcessName Extended Data Type
The localized name of the BudgetPlanningProcess record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _languageId
Type: LanguageId Extended Data Type
The language of the BudgetPlanningProcess record; optional.
Return Value
Type: BudgetPlanningProcess Table
A record in the BudgetPlanningProcess table; otherwise, an empty record.