Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates or updates a budget planning stage translation record.
Syntax
client server public static void createOrUpdateTranslation(
    BudgetPlanningStageRecId _budgetPlanningStageRecId, 
    Name _name, 
   [BudgetPlanningStageDescription _description, 
    LanguageId _languageId])
Run On
Called
Parameters
- _budgetPlanningStageRecId
 Type: BudgetPlanningStageRecId Extended Data Type
 The record ID of the BudgetPlanningStage record.
- _name
 Type: Name Extended Data Type
 The specified budget planning stage name value.
- _description
 Type: BudgetPlanningStageDescription Extended Data Type
 The specified budget planning stage description value.
- _languageId
 Type: LanguageId Extended Data Type
 The specified LanguageId value.