BudgetPlanningStageTranslation::findStageTranslationByLanguage Method
Finds a record in the BudgetPlanningStageTranslation table that is based on the specified BudgetPlanningStage and LanguageId values.
Syntax
client server public static BudgetPlanningStageTranslation findStageTranslationByLanguage(
BudgetPlanningStageRecId _budgetPlanningStageRecId,
LanguageId _languageId,
FieldId _translationFieldId)
Run On
Called
Parameters
- _budgetPlanningStageRecId
Type: BudgetPlanningStageRecId Extended Data Type
The ID of a budget planning stage 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 the localized field that is retrieved.
Return Value
Type: BudgetPlanningStageTranslation Table
A BudgetPlanningStageTranslation record.