AgreementConfirm_Sales Class [AX 2012]

Syntax

class AgreementConfirm_Sales extends AgreementConfirm

Run On

Called

Methods

  Method Description
Gg183991.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg183991.protmethod(en-us,AX.60).gif createHeaderHistory Creates a history record for a sales agreement header. (Overrides the createHeaderHistory Method.)
Gg183991.pubmethod(en-us,AX.60).gif createHistory Takes a snapshot of an agreement when the agreement is confirmed. (Inherited from AgreementConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif dialogCaption Returns the title for a SSRS report run form. (Overrides the dialogCaption Method.)
Gg183991.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg183991.pubmethod(en-us,AX.60).gif getAgreementNumber Generates an agreement number to show on the agreement confirmation SSRS report run form. (Inherited from AgreementProformaConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif getFromDialog Reads the dialog box parameter values into variables. (Inherited from AgreementConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg183991.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg183991.protmethod(en-us,AX.60).gif new Initializes a new instance of the AgreementConfirm_Sales class. (Overrides the new Method.)
Gg183991.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.)
Gg183991.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.)
Gg183991.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg183991.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg183991.pubmethod(en-us,AX.60).gif parmAgreementHeader Gets or sets the AgreementHeader parameter. (Inherited from AgreementProformaConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif parmPrintJobSettings Gets or sets the PrintJobSettings parameter. (Inherited from AgreementProformaConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif parmProForma Gets or sets the ProForma parameter. (Inherited from AgreementProformaConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif parmRefreshFormButtons Gets or sets the RefreshFormButtons parameter. (Inherited from AgreementConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif parmRereadAgreementLine Gets or sets the RereadAgreementLine parameter. (Inherited from AgreementConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif parmUsePrintManagement Gets or sets the UsePrintManagement parameter. (Inherited from AgreementProformaConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif prompt Displays the AgreementConfirmRunForm dialog box. (Inherited from AgreementProformaConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg183991.pubmethod(en-us,AX.60).gif startConfirm Takes a snapshot of an agreement when the agreement is confirmed and prints the report. (Inherited from AgreementConfirm.)
Gg183991.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg183991.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.)
Gg183991.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg183991.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg183991.pubmethod(en-us,AX.60).gif Gg183991.static(en-us,AX.60).gif ::construct Initializes a new instance of the AgreementConfirm_Sales class.

Top

Inheritance Hierarchy

Object Class
  AgreementProformaConfirm Class
    AgreementConfirm Class
      AgreementConfirm_Sales Class