LeanRuleReassignmentWizard Class [AX 2012]
The LeanRuleReassignmentWizard class contains the logic that is used in the wizard for the reassignment of kanbans to alternative kanban rules.
| Method | Description | |
|---|---|---|
| accessMenuFunction | Provides the menu item that opens the wizard. |
| back | (Inherited from SysWizard.) |
| backEnabled | (Inherited from SysWizard.) |
| bitmapLarge | (Inherited from SysWizard.) |
| bitmapSmall | (Inherited from SysWizard.) |
| cancel | (Inherited from SysWizard.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| currentKanbanRule | Retrieves the current kanban rule of the kanbans to be reassigned. |
| currentResultKanbanRecId | Retrieves the current kanban result. |
| currentResultReassignedKanbanRecId | Retrieves the current new kanban result. |
| curTab | (Inherited from SysWizard.) |
| curTabName | (Inherited from SysWizard.) |
| enableButtons | (Overrides the enableButtons Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| finish | Finish the wizard. (Inherited from SysWizard.) |
| finishEnabled | (Inherited from SysWizard.) |
| firstKanban | Retrieves the first kanban to be reassigned. |
| firstResult | Moves the result enumerator to the first result. |
| formName | Indicates the form name of the wizard. (Overrides the formName Method.) |
| formRun | (Inherited from SysWizard.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasFinishButton | (Inherited from SysWizard.) |
| hasFinishPage | Indicates whether the wizard has a Finish page. (Overrides the hasFinishPage Method.) |
| hasWelcomePage | Indicates whether the wizard has a Welcome page. (Overrides the hasWelcomePage Method.) |
| init | Initializes the class variables. (Overrides the init Method.) |
| initFormRun | (Inherited from SysWizard.) |
| isBackEnabled | (Inherited from SysWizard.) |
| isFinishEnabled | (Inherited from SysWizard.) |
| isNextEnabled | (Inherited from SysWizard.) |
| new | Initializes a new instance of the SysWizard class. (Inherited from SysWizard.) |
| next | (Inherited from SysWizard.) |
| nextEnabled | (Inherited from SysWizard.) |
| nextResult | Moves the result enumerator to the next result. |
| 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.) |
| packedMapReassignedKanbans | Retrieves a map that relates a set of kanban record IDs to a set of reassigned kanban record IDs. |
| parmArgs | Gets or sets the Args parameter. |
| parmInventDim | Gets or sets the InventDim parameter. |
| parmInventDimFormSetup | Retrieves the InventDimForm object that is used for dimensions setup in the kanban list. |
| parmKanbanRule | Gets or sets the KanbanRule parameter. |
| parmKanbans | Gets or sets the Kanbans parameter. |
| prompt | (Inherited from SysWizard.) |
| run | Run the wizard. (Overrides the run Method.) |
| runMain | Opens the wizard and executes the business logic. |
| saveRecord | (Inherited from SysWizard.) |
| service | (Inherited from SysWizard.) |
| serviceMethod | (Inherited from SysWizard.) |
| setPageHelpText | (Inherited from SysWizard.) |
| setPageTitle | (Inherited from SysWizard.) |
| setTab | (Inherited from SysWizard.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setupNavigation | (Inherited from SysWizard.) |
| skipTab | (Inherited from SysWizard.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateDesign | Triggers design updates to create or update the InventDimFormSetup values. |
| updateKanbanRule | Updates the new kanban rule if it is valid. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates the wizard. (Overrides the validate Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the LeanRuleReassignmentWizard class. |
| ::main | Provides an entry point for the LeanRuleReassignmentWizard class when it is called from a menu item. |
| ::newStandard |
Community Additions
ADD
Show: