LeanRulesEngine Class [AX 2012]
The LeanRulesEngine class is the entry point for all external or dependent functionality.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| 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.) |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::autoPlan | Forces automatic planning for the specified instance of the KanbanRule class. |
| ::autoPlanConvert | Forces automatic planning for a specific KanbanRule record. |
| ::autoPlanServer | Forces automatic planning for a specific KanbanRule record. |
| ::createCardsForRule | Creates circulating cards and triggers automatic assignment. |
| ::createCardsForRuleConvert | Creates circulating cards and triggers automatic assignment. |
| ::createCardsForRuleForm | Shows a form for kanban card creation parameters and then creates the needed cards. |
| ::createCardsForRuleServer | Creates a specified number of circulating cards and triggers automatic assignment. |
| ::createRule | Creates a kanban rule and all its related entities from the given parameters. |
| ::createRuleConvert | Creates a KanbanRule record and all the related entities from the given parameters. |
| ::createRuleServer | Creates a KanbanRule record and all of the related entities from the given parameters. |
| ::deleteRule | Deletes a kanban rule and all of the entities associated with the kanban rule. |
| ::deleteRuleConvert | Deletes a kanban rule and all of the entities that are associated with the kanban rule. |
| ::deleteRuleServer | Deletes a kanban rule and all of the entities that are associated with the kanban rule. |
| ::duplicateRule | Duplicates a kanban rule and all its related entities. |
| ::duplicateRuleConvert | Duplicates a KanbanRule record and all the related entities. |
| ::duplicateRuleServer | Duplicates a kanban rule and all of the related entities. |
| ::executePipeline | Executes a pipeline of commands. |
| ::main | Provides an entry point for the LeanRulesEngine class when it is called from a menu item. |
| ::onKanbanDeleted | Handles the deletion of a record in the Kanban table. |
| ::onKanbanJobDeleted | Handles the deletion of a KanbanJob record. |
| ::onKanbanJobStatusChange | Handles the status change of a kanban job. |
| ::onKanbanStatusChange | Handles the status change of a kanban. |
| ::onPlanDeactivated | Handles the deactivation of a Plan record. |
| ::onPlanDuplication | Handles the duplication of a Plan record. |
| ::onPlanUpdated | Handles the change in validity period of a Plan record. |
| ::onPlanValidation | Handles the validation of a Plan record. |
| ::triggerCreateAssignPlan | Triggers the creation of kanbans for a specific KanbanRule record. |
| ::triggerRule | Triggers creating kanbans for a specific KanbanRule record. |
| ::triggerRuleForm | Shows a dialog box for kanban creation parameters and then triggers the KanbanRule rule passing the settings. |
| ::triggerRuleFormOrEvent | Creates stock replenishment kanbans by using the ReqEventProcessKanban class, if applicable; otherwise, passes the call to the form. |
| ::triggerRuleParameters | Creates one or more kanbans for a specific kanban rule as specified in the parameters. |
| ::triggerRuleReqPO | Creates one or more kanbans for a specific kanban rule and planned order. |
| ::updateRule | Updates a KanbanRule rule from the given parameters. |
| ::updateRuleConvert | Updates a KanbanRule record by using the specified parameters. |
| ::updateRuleServer | Updates a KanbanRule record from the given parameters. |
Community Additions
ADD
Show: