RetailConnActionGenerator Class [AX 2012]
The RetailConnActionGenerator class processes the unprocessed actions by creating actions in the DRMActionTable table.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkActionsAlreadyCreated | Checks for the actions already created. |
| convert | Create actions from pre-actions and clears global cache. |
| createActions | Creates records into the RetailConnPreactionTable table. |
| createChildQuery | Builds a query by joining child datasources with parent datasources. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findDistribution | Finds for the record in the distribution table. |
| getNoFilter | Retrieves the distribution group ID value and distribution subgroup ID value. |
| getQueryMapKey | Gets the query details for the location. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initDistributionQuery | Constructs the query based on the parameters. |
| initLinkRelationsDistributionQuery | Links the relations into a container. |
| initTableDistributionDownQuery | Retrieves the down distributions if they are already set in global cache; otherwise, the query is built to collect the distributions into a container and they are set to the global cache. |
| initTableDistributionLinkTableQuery | Retrieves the links if the global cache is set; otherwise, the links are retrieved by using the query and sets them in the global cache. |
| initTableDistributionUpQuery | Retrieves the up distributions if they are already set in global cache; otherwise, the query is built to create a container and they are set to the global cache. |
| inserAction | Indicates whether the specified record exists in the DRMActionTable table. |
| joinDataSources | Joins the target and source datasources. |
| markActionsAlreadyGenerated | Marks the action which are already generated. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| noFilterExists | Indicates whether there is a filter on the group ID and subgroup ID values. |
| noFilterGroupId | Gets the filter on the group ID of the preaction. |
| noFilterSubgroupId | Gets the filter on the subgroup ID of the preaction. |
| 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.) |
| parmDoNotReplicateTablesFilter | Specifies the IDs of tables which would be skipped in table-distribution |
| parmForceLinkdown | Forces all pre-actions to be linked-down regardless of the link-down setting on them. |
| parmPreactionsToProcess | Gets or sets the PreactionsToProcess parameter. |
| run | Creates and processes the actions for the unprocessed preactions and updates them in the DRMSchedulerJobTable table. |
| 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.) |
| traverseDown | Traverses down and creates the preactions for the child tables and records. |
| traverseDownRecur | Traverses down and creates the preactions for the child tables and records. |
| traverseUp | Traverses up and creates the preactions for the parent records. |
| 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.) |
| writeLog | Writes the log error message into a log file. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::main | Provides an entry point for the RetailConnActionGenerator class when it is called from a menu item. |
Community Additions
ADD
Show: