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.

Syntax

class LeanRuleReassignmentWizard extends SysWizard

Run On

Client

Methods

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

Top

Inheritance Hierarchy

Object Class
  SysWizard Class
    LeanRuleReassignmentWizard Class