HcmPositionForecastBudgetAcctLine::updatePositionBudgetCostElementDates Method
Updates the start and end date of the budget cost element account line in the table HcmPositionForecastBudgetAcctLine.
Syntax
client server public static void updatePositionBudgetCostElementDates(
HcmPositionForecastScenarioRecId _hcmPositionForecastScenarioRecId,
ValidFromDate _newPositionActivationDate,
ValidToDate _newPositionRetirementDate)
Run On
Called
Parameters
- _hcmPositionForecastScenarioRecId
Type: HcmPositionForecastScenarioRecId Extended Data Type
The record ID of the HcmPositionForecastScenario table.
- _newPositionActivationDate
Type: ValidFromDate Extended Data Type
The ActivationDateTime date of the record HcmPositionForecastScenario table.
- _newPositionRetirementDate
Type: ValidToDate Extended Data Type
The RetirementDateTime date of the record HcmPositionForecastScenario table.