Share via


BudgetPlanPriority::findByLocalizedName Method

Finds a specified record in the BudgetPlanPriority table that has a specified localized name.

Syntax

client server public static BudgetPlanPriority findByLocalizedName(
    BudgetPlanPriorityName _localizedName, 
   [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: BudgetPlanPriority Table
A record in the BudgetPlanPriority table; otherwise, an empty record.

See Also

Reference

BudgetPlanPriority Table