BudgetPlanPriorityTranslation::findPriorityTranslationByLanguage Method
Finds a record in the BudgetPlanPriorityTranslation table that is based on the specified BudgetPlanPriority and LanguageId values.
Syntax
client server public static BudgetPlanPriorityTranslation findPriorityTranslationByLanguage(
BudgetPlanPriorityRecId _budgetPlanPriorityRecId,
LanguageId _languageId,
FieldId _translationFieldId)
Run On
Called
Parameters
- _budgetPlanPriorityRecId
Type: BudgetPlanPriorityRecId Extended Data Type
The ID of a budget plan priority 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: BudgetPlanPriorityTranslation Table
A BudgetPlanPriorityTranslation record.