RetailCategoryPriceWizard Class [AX 2012]

Retail category price rule wizard.

Syntax

class RetailCategoryPriceWizard extends SysWizard

Run On

Client

Methods

  Method Description
Dn669390.pubmethod(en-us,AX.60).gif accessMenuFunction Gets menu function.
Dn669390.pubmethod(en-us,AX.60).gif back (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif backEnabled (Inherited from SysWizard.)
Dn669390.protmethod(en-us,AX.60).gif bitmapLarge (Inherited from SysWizard.)
Dn669390.protmethod(en-us,AX.60).gif bitmapSmall (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif cancel (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn669390.pubmethod(en-us,AX.60).gif curTab (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif curTabName (Inherited from SysWizard.)
Dn669390.protmethod(en-us,AX.60).gif enableButtons (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn669390.protmethod(en-us,AX.60).gif finish Finish the wizard. (Overrides the finish Method.)
Dn669390.pubmethod(en-us,AX.60).gif finishEnabled (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif formName Gets the form name. (Overrides the formName Method.)
Dn669390.pubmethod(en-us,AX.60).gif formRun (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn669390.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn669390.pubmethod(en-us,AX.60).gif hasFinishButton (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif hasFinishPage (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif hasWelcomePage (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif init (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif initFormRun (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif isBackEnabled (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif isFinishEnabled (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif isNextEnabled (Inherited from SysWizard.)
Dn669390.protmethod(en-us,AX.60).gif new Initializes a new instance of the SysWizard class. (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif next (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif nextEnabled (Inherited from SysWizard.)
Dn669390.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.)
Dn669390.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.)
Dn669390.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn669390.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn669390.pubmethod(en-us,AX.60).gif paramCategoryPriceRule Gets or sets the retail category price rule record.
Dn669390.pubmethod(en-us,AX.60).gif paramCurrencyCode Gets or sets currency code.
Dn669390.pubmethod(en-us,AX.60).gif paramExpirePreviousTAs Gets or sets the flag indicating whether to expire previous trade agreements.
Dn669390.pubmethod(en-us,AX.60).gif paramFindNext Gets or sets the flag indicating whether to search next.
Dn669390.pubmethod(en-us,AX.60).gif paramFromDate Gets or sets the from date.
Dn669390.pubmethod(en-us,AX.60).gif paramProductSelectionType Gets or sets product selection type for category price rule.
Dn669390.pubmethod(en-us,AX.60).gif paramRunInBatch Gets or sets the flag indicating whether to run in batch mode.
Dn669390.pubmethod(en-us,AX.60).gif paramToDate Gets or sets to date.
Dn669390.pubmethod(en-us,AX.60).gif prompt (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif run Run the wizard. (Overrides the run Method.)
Dn669390.pubmethod(en-us,AX.60).gif saveRecord (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif service (Inherited from SysWizard.)
Dn669390.protmethod(en-us,AX.60).gif serviceMethod (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif setPageHelpText (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif setPageTitle (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif setTab (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn669390.pubmethod(en-us,AX.60).gif setupNavigation Set up nativation. (Overrides the setupNavigation Method.)
Dn669390.pubmethod(en-us,AX.60).gif skipTab (Inherited from SysWizard.)
Dn669390.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn669390.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.)
Dn669390.pubmethod(en-us,AX.60).gif validate Validates the wizard. (Overrides the validate Method.)
Dn669390.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn669390.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn669390.pubmethod(en-us,AX.60).gif Dn669390.static(en-us,AX.60).gif ::construct Initializes a new instance of the RetailCategoryPriceWizard class.
Dn669390.pubmethod(en-us,AX.60).gif Dn669390.static(en-us,AX.60).gif ::main Provides an entry point for the RetailCategoryPriceWizard class when it is called from a menu item.

Top

Inheritance Hierarchy

Object Class
  SysWizard Class
    RetailCategoryPriceWizard Class