BudgetPlanScenario::findByNameLanguage Method

Finds a specified record in the BudgetPlanScenario table by using the localized name and language.

Syntax

client server public static BudgetPlanScenario findByNameLanguage(
    BudgetPlanScenarioName _budgetPlanScenarioName, 
   [boolean _forUpdate, 
    LanguageId _languageId])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: BudgetPlanScenario Table
A record in the BudgetPlanScenario table; otherwise, an empty record.

See Also

Reference

BudgetPlanScenario Table