HcmPositionForecastAddPosition Class [AX 2012]
The HcmPositionForecastAddPosition class creates a forecast position records from selected existing positions.
| Method | Description | |
|---|---|---|
| addNewForecastPositionsFromPosition | Creates new forecast position records. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createPositionForecast | |
| createPositionForecastBudgetAcctLine | |
| createPositionForecastBudgetDefaultValue | |
| createPositionForecastDefaultDim | |
| createPositionForecastDetail | |
| createPositionForecastHierarchy | |
| createPositionForecastLastModified | |
| createPositionForecastScenario | Creates a new HcmPositionForecastScenario and HcmForecastScenario record |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| launchAddExistingPosition | |
| new | Initializes a new instance of the HcmPositionForecastAddPosition class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the HcmPositionForecastAddPosition class. |
| parmAsOfDate | Gets or sets the AsOfDate parameter. |
| parmBudgetPlanningProcess | Gets or sets the BudgetPlanningProcess parameter. |
| parmBudgetPlanScenario | Gets or sets the BudgetPlanScenario parameter. |
| parmCurrentHcmForecastScenario | Gets or sets the CurrentHcmForecastScenario parameter. |
| parmCurrentHcmPositionForecastScenario | Gets or sets the CurrentHcmPositionForecastScenario parameter. |
| parmCurrentPositionDetail | Gets or sets the CurrentPositionDetail parameter. |
| parmCurrentPositionDuration | Gets or sets the CurrentPositionDuration parameter. |
| parmCurrentPositionForecastReference | Gets or sets the CurrentPositionForecastReference parameter. |
| parmCurrentPositionId | Gets or sets the CurrentPositionId parameter. |
| parmCurrentPositionReference | Gets or sets the CurrentPositionReference parameter. |
| parmNumberOfRecordsCreated | Gets or sets the NumberOfRecordsCreated parameter. |
| parmSelectedPositionReferences | Gets or sets the SelectedPositionReferences parameter. |
| run | Activates of the position selection dialog and the initiation of the server side processing. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedContainer parameter value to an instance of the HcmPositionForecastAddPosition class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::addPositionForecastFromPositions | Initializes the server side processing. |
| ::construct | Initializes a new instance of the HcmPositionForecastAddPosition class. |
| ::create | Creates an instance of the HcmPositionForecastAddPosition class from a packed copy. |
| ::description | Gets the description of the class. |
| ::main | Provides an entry point for the HcmPositionForecastAddPosition class when it is called from a menu item. |
Each forecast position must have a backing position record. Once the record is created the details of the position and forecast position are completed detached. The deletion of a forecast position will not delete the backing position; however the if you delete the backing position record the forecast position record will be deleted.
Community Additions
ADD
Show: