BudgetPlanningWorkflowTranslation::findWorkflowTranslationByLanguage Method
Finds a record in the BudgetPlanningWorkflowTranslation table that is based on the specified BudgetPlanningWorkflow and LanguageId values.
Syntax
client server public static BudgetPlanningWorkflowTranslation findWorkflowTranslationByLanguage(
BudgetPlanningWorkflowRecId _budgetPlanningWorkflowRecId,
LanguageId _languageId,
FieldId _translationFieldId)
Run On
Called
Parameters
- _budgetPlanningWorkflowRecId
Type: BudgetPlanningWorkflowRecId Extended Data Type
The record ID of a budget planning workflow for which a name is retrieved.
- _languageId
Type: LanguageId Extended Data Type
The ID of a language that a name is retrieved.
- _translationFieldId
Type: FieldId Extended Data Type
The field ID of a localized field that is retrieved.
Return Value
Type: BudgetPlanningWorkflowTranslation Table
A BudgetPlanningWorkflowTranslation record.