Share via


ReleaseUpdateDB60_HRMMinor.updateHcmPositionForecastBudgetAcctLine Method [AX 2012]

Updates the HcmPositionForecastBudgetAcctLine table.

Syntax

public void updateHcmPositionForecastBudgetAcctLine()

Run On

Server

Remarks

1. Copies HcmPositionForecastBudgetAcctLine record and links it to the HcmPositionForecastScenario2. Updates the EffectiveDate and ExpirationDate fields with HcmPositionForecastScenario table ActivationDateTime and RetirementDateTime or Budget Cycle start and end date.

2. Updates the BudgetPurposeTypeDetail field of HcmPositionForecastBudgetAcctLine table through the references in the HcmBudgetPurposeTypeDetail table.

3. Updates all cost elements as fixed amount type setting the same value to AmountCur field and BudgetAmountCur field, setting No to isPercentageBased and setting ZERO to PercentageOfDefaultBasisAmount of HcmPositionForecastBudgetAcctLine4. Inserts notes into HcmPositionForecastAcctLineNote table if the HcmPositionForecastBudgetAcctLine is percentage based.

See Also

Reference

ReleaseUpdateDB60_HRMMinor Class