BudgetPlanningProcessTranslation::findProcessTranslationByLanguage Method
Finds a record in the BudgetPlanningProcessTranslation table that is based on the specified BudgetPlanningProcess and LanguageId values.
Syntax
client server public static BudgetPlanningProcessTranslation findProcessTranslationByLanguage(
BudgetPlanningProcessRecId _budgetPlanningProcessRecId,
LanguageId _languageId,
FieldId _translationFieldId)
Run On
Called
Parameters
- _budgetPlanningProcessRecId
Type: BudgetPlanningProcessRecId Extended Data Type
The ID of a budget planning process that the name is retrieved.
- _languageId
Type: LanguageId Extended Data Type
The ID of a language that the name is retrieved.
- _translationFieldId
Type: FieldId Extended Data Type
The field ID of localized field that is retrieved.
Return Value
Type: BudgetPlanningProcessTranslation Table
A BudgetPlanningProcessTranslation record.