SalesQuotationTableInteractionHelper Class [AX 2012]

The SalesQuotationTableInteractionHelper class is the interaction helper class for the sales quotation details form.

Syntax

class SalesQuotationTableInteractionHelper

Run On

Called

Methods

  Method Description
Gg813005.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg813005.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg813005.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg813005.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg813005.protmethod(en-us,AX.60).gif initCommon Initializes the common header and line level controls visibility state.
Gg813005.protmethod(en-us,AX.60).gif initDeliveryScheduleEnabledState Initializes the delivery schedule control state.
Gg813005.pubmethod(en-us,AX.60).gif initHeaderActions Initializes the quotation header controls visibility states
Gg813005.pubmethod(en-us,AX.60).gif initLineActions Initializes the quotation line controls visibility states
Gg813005.pubmethod(en-us,AX.60).gif initLinePBAActions Initializes the quotation line product builder configuration controls visibility state.
Gg813005.protmethod(en-us,AX.60).gif new Initializes a new instance of the SalesQuotationTableInteractionHelper class.
Gg813005.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.)
Gg813005.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.)
Gg813005.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg813005.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg813005.pubmethod(en-us,AX.60).gif parmAlternativeQuotationsEnabled Indicates whether the alternative quotation control is enabled.
Gg813005.pubmethod(en-us,AX.60).gif parmAttachedSalesOrdersEnabled Indicates whether the attached sales order control is enabled.
Gg813005.pubmethod(en-us,AX.60).gif parmAvailableDlvDateLineEnabled Gets the AvailableDlvDateLineEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmBankLGRequestFormEnabled Gets the BankLGRequestFormEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmBOMCalculationsEnabled Gets the BOMCalculationsEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmCanConvert2Customer Gets the CanConvert2Customer parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmChangeReasonCodeEnabled Gets the ChangeReasonCodeEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmDeliveryScheduleEnabled Gets the DeliveryScheduleEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmIsCategoryBasedLine Gets the IsCategoryBasedLine parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmIsNotTemplate Gets the IsNotTemplate parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmIsProspect Gets the IsProspect parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmJournalConfirmationEnabled Gets the JournalConfirmationEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmJournalQuotationEnabled Gets the JournalQuotationEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmLineInventOnHandEnabled Gets the LineInventOnHandEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmLineInventTransEnabled Gets the LineInventTransEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmMayQuotationBeCopied Gets the MayQuotationBeCopied parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmMiscChargesEnabled Gets the MiscChargesEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmPBAConfiguratedItemEnabled Gets the PBAConfiguratedItemEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmPBAExecuteEnabled Gets the PBAExecuteEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmPriceSimEnabled Gets the PriceSimEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmQuotationNotConfirmed Gets the QuotationNotConfirmed parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmTransferToProjectEnabled Gets the TransferToProjectEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmUpdateCancelledEnabled Gets the UpdateCancelledEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmUpdateConfirmationEnabled Gets the UpdateConfirmationEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmUpdateLostEnabled Gets the UpdateLostEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif parmUpdateQuotationEnabled Gets the UpdateQuotationEnabled parameter.
Gg813005.pubmethod(en-us,AX.60).gif setSalesQuotationTableForm Sets a SalesQuotationTableForm form.
Gg813005.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg813005.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg813005.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.)
Gg813005.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg813005.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg813005.pubmethod(en-us,AX.60).gif Gg813005.static(en-us,AX.60).gif ::construct Initializes a new instance of the SalesQuotationTableInteractionHelper class.

Top

Remarks

This class determines the controls visibility state.

Inheritance Hierarchy

Object Class
  SalesQuotationTableInteractionHelper Class