BudgetPlanScenario::findByLocalizedName Method
Finds a specified record in the BudgetPlanScenario table by using the localized name.
Syntax
client server public static BudgetPlanScenario findByLocalizedName(
BudgetPlanScenarioName _localizedName,
[boolean _forUpdate,
LanguageId _languageId])
Run On
Called
Parameters
- _localizedName
Type: BudgetPlanScenarioName Extended Data Type
The localized name of the BudgetPlanScenario 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 BudgetPlanScenario record; optional.
Return Value
Type: BudgetPlanScenario Table
A record in the BudgetPlanScenario table; otherwise, an empty record.