HcmPositionCopyBase Class [AX 2012]
The HcmPositionCopyBase class controls the bulk creation of data based on a source position.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkNumSeq | Checks whether the number sequence has been blocked. |
| createCopyPositionPosId | Generates a value for the PositionId field by using a number sequence or user-defined parameters. |
| 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.) |
| initParameters | Initializes a set of parameters that is used when the position is copied. |
| initParmNumberSequence | Initializes a number sequence that is related to class variables. |
| isFormClosedOk | Returns a Boolean value that indicates whether the form that is used with the class has been closed without errors. |
| isInitParamNumberSeqSuccessful | Returns a Boolean value that indicates whether the number sequence class variables have been initialized. |
| isNumSeqConfigured | Indicates whether the position number sequence is correctly configured. |
| launchForm | Open the HcmPositionCopy form that provides options to make copies of position. |
| makeIdFromMask | |
| makePositionIdUseNumberSeq | Uses number sequence to generate a PositionId value. |
| maskCountSymbols | |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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 HcmPositionCopyBase class. |
| parmAsOfDateTime | Gets or sets the AsOfDateTime parameter. |
| parmDestinationPositionRecId | Gets or sets the DestinationPositionRecId parameter. |
| parmFormUseNumSeq | Gets or sets the FormUseNumSeq parameter. |
| parmInterval | Gets or sets the Interval parameter. |
| parmNumberOfCopies | Gets or sets the NumberOfCopies parameter. |
| parmPosition | Gets or sets the Position parameter. |
| parmPositionDescription | Gets or sets the PositionDescription parameter. |
| parmPositionForecastRecId | Gets or sets the PositionForecastRecId parameter. |
| parmPositionNumMask | Gets or sets the PositionNumMask parameter. |
| parmPositionRecId | Gets or sets the PositionRecId parameter. |
| parmStartValue | Gets or sets the StartValue parameter. |
| run | Contains the code that does the actual job of the class. |
| setAvailableForAssignment | Returns the default value for the AvailableForAssignment field, based on its HcmSharedParameters value. |
| setDateTimeFromDataSource | Determines the point in time that is used in queries that involve date-effective tables. |
| setEffectiveDates | Sets the effective dates that are used in the class. |
| 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Evaluates the data that will be used in the copy process and determines whether it is valid. |
| validateMask | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: