SalesTableInteraction Class [AX 2012]

The SalesTableInteraction class is the interaction class for the sales table details form.

Syntax

class SalesTableInteraction extends PageInteraction

Run On

Called

Methods

  Method Description
Gg852696.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg852696.pubmethod(en-us,AX.60).gif enableHeaderActions Enables or disables the header-level menu items.
Gg852696.protmethod(en-us,AX.60).gif enableHeaderActions_BR Is called by the enableHeaderActions post-event handler.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderActionsFromLine
Gg852696.protmethod(en-us,AX.60).gif enableHeaderBankDocumentMenuItems Enables or disables the bank document menu items.
Gg852696.protmethod(en-us,AX.60).gif enableHeaderCreditCardMenuItems Enables or disables the header-level credit card menu items.
Gg852696.protmethod(en-us,AX.60).gif enableHeaderCreditInvoiceButton Enables or disables the credit invoice menu item in the header action panel.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderGeneral Enables or disables the menu items on the General tab of the Action Pane on the header.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderInvoice Enables or disables the menu items on the Invoice tab of the Action Pane on the header.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderManage Enables or disables the menu items on the Manage tab of the Action Pane on the header.
Gg852696.protmethod(en-us,AX.60).gif enableHeaderPaymentScheduleAction Enables or disables the header-level payment schedule menu items.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderPickAndPack Enables or disables the menu items on the Pick and pack tab of the Action Pane on the header.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderRetail Enables or disables the menu items located on the header action pane tab page named retail.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderSalesOrder Enables or disables the menu items on the Sales order tab of the Action Pane on the header.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderSell Enables or disables the menu items on the Sell tab of the Action Pane on the header.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderTMS Enables or disables the menu items located on the header action pane tab page named transportation management.
Gg852696.protmethod(en-us,AX.60).gif enableHeaderUpdateJournalActions Enables or disables the header-level journal menu items.
Gg852696.privmethod(en-us,AX.60).gif enableHeaderUpdateJournalActions_BR
Gg852696.privmethod(en-us,AX.60).gif enableHeaderWHS Enables or disables the menu items located on the header action pane tab page named warehouse management.
Gg852696.protmethod(en-us,AX.60).gif enableLineActions Enables or disables the line-level menu items.
Gg852696.protmethod(en-us,AX.60).gif enableLineActions_BR Is called by the enableLineActions post-event handler.
Gg852696.protmethod(en-us,AX.60).gif enableLineActions_PL Is called by the enableLineActions post-event handler.
Gg852696.protmethod(en-us,AX.60).gif enableLineActions_WHS Called by enableLineActions() post event handler to determine if buttons should be enabled.
Gg852696.protmethod(en-us,AX.60).gif enableLineAgreementActions Enables or disables the line-level agreement menu items.
Gg852696.protmethod(en-us,AX.60).gif enableLineCalculationActions Enables or disables the line-level calculation menu items.
Gg852696.protmethod(en-us,AX.60).gif enableLineFunctionActions Determines whether the line-level function menu items are enabled.
Gg852696.protmethod(en-us,AX.60).gif enableLineInquiryActions Determines whether the line-level inquiry menu items are enabled.
Gg852696.protmethod(en-us,AX.60).gif enableLineInterCompanyActions Enables or disables the line-level intercompany menu items.
Gg852696.protmethod(en-us,AX.60).gif enableLinePBAActions Enables or disables the line-level PBA menu items.
Gg852696.protmethod(en-us,AX.60).gif enableLineRetailActions Determines whether the line level retail menu items are enabled.
Gg852696.protmethod(en-us,AX.60).gif enableLineReturnOrderActions Enables or disables the line-level return order menu items.
Gg852696.protmethod(en-us,AX.60).gif enableLineSetupActions Determines whether the line-level setup menu items are enabled.
Gg852696.protmethod(en-us,AX.60).gif enableLineUpdateActions Determines whether the line-level update menu items are enabled.
Gg852696.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg852696.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg852696.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg852696.privmethod(en-us,AX.60).gif init Initializes a new instance of the SalesTableInteraction class by using the active records for the form.
Gg852696.protmethod(en-us,AX.60).gif new Creates a new PageInteraction object operating on a listPage. (Inherited from PageInteraction.)
Gg852696.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.)
Gg852696.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.)
Gg852696.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg852696.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg852696.pubmethod(en-us,AX.60).gif page Gets the ListPage instance. (Inherited from PageInteraction.)
Gg852696.pubmethod(en-us,AX.60).gif salesLine_DS_selectionChanged Enables the line action menu item buttons when the active sales order line has been updated.
Gg852696.pubmethod(en-us,AX.60).gif salesTable_DS_selectionChanged Enables the header action menu item buttons when the active sales order header has been updated.
Gg852696.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg852696.pubmethod(en-us,AX.60).gif tabChanged Is an event that is fired after an Action Pane tab is changed in the form. (Overrides the tabChanged Method.)
Gg852696.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg852696.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.)
Gg852696.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg852696.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  PageInteraction Class
    SalesTableInteraction Class