Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a specified record in the BudgetPlanPriority table that has the specified localized name and language.
Syntax
client server public static BudgetPlanPriority findByNameLanguage(
BudgetPlanPriorityName _budgetPlanPriorityName,
[boolean _forUpdate,
LanguageId _languageId])
Run On
Called
Parameters
- _budgetPlanPriorityName
Type: BudgetPlanPriorityName Extended Data Type
The localized name of the BudgetPlanPriority 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 BudgetPlanPriority record; optional.
Return Value
Type: BudgetPlanPriority Table
A record in the BudgetPlanPriority table; otherwise, an empty record.