BudgetPlanningWorkflow::findByLocalizedName Method
Finds a specified record in the BudgetPlanningWorkflow table by using the localized name.
Syntax
server public static BudgetPlanningWorkflow findByLocalizedName(
BudgetPlanningWorkflowName _localizedName,
[boolean _forUpdate,
LanguageId _languageId])
Run On
Server
Parameters
- _localizedName
Type: BudgetPlanningWorkflowName Extended Data Type
The localized name of the BudgetPlanningWorkflow record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _languageId
Type: LanguageId Extended Data Type
The localized language that is used to set the user language.
Return Value
Type: BudgetPlanningWorkflow Table
A record in the BudgetPlanningWorkflow table; otherwise, an empty record.