PurchTableInteraction Class [AX 2012]

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

Syntax

class PurchTableInteraction extends PageInteraction

Run On

Called

Methods

  Method Description
Gg953043.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg953043.pubmethod(en-us,AX.60).gif enableHeaderActions Enables or disables the header level menu items.
Gg953043.protmethod(en-us,AX.60).gif enableHeaderActions_BR Called by enableHeaderActions() post event handler.
Gg953043.privmethod(en-us,AX.60).gif enableHeaderActionsFromLine
Gg953043.protmethod(en-us,AX.60).gif enableHeaderAgreementActions Enables or disables the header level agreement menu items.
Gg953043.protmethod(en-us,AX.60).gif enableHeaderChangeRequestActions Enables or disables the header level change request menu items.
Gg953043.privmethod(en-us,AX.60).gif enableHeaderCustoms Enables or disables the menu items located on the header action pane tab page named customs.
Gg953043.privmethod(en-us,AX.60).gif enableHeaderGeneral Enables or disables the menu items located on the header action pane tab page named general.
Gg953043.privmethod(en-us,AX.60).gif enableHeaderInvoice Enables or disables the menu items located on the header action pane tab page named invoice.
Gg953043.privmethod(en-us,AX.60).gif enableHeaderManage Enables or disables the menu items located on the header action pane tab page named manage.
Gg953043.privmethod(en-us,AX.60).gif enableHeaderPurchase Enables or disables the menu items located on the header action pane tab page named Purchase.
Gg953043.protmethod(en-us,AX.60).gif enableHeaderPurchaseAccountingActions Enables or disables the header level journal menu items.
Gg953043.privmethod(en-us,AX.60).gif enableHeaderPurchOrder Enables or disables the menu items located on the header action pane tab page named PurchOrder.
Gg953043.privmethod(en-us,AX.60).gif enableHeaderReceive Enables or disables the menu items located on the header action pane tab page named receive.
Gg953043.privmethod(en-us,AX.60).gif enableHeaderRetail Enables or disables the menu items located on the header action pane tab page named retail.
Gg953043.protmethod(en-us,AX.60).gif enableHeaderUpdateJournalActions Enables or disables the header level journal menu items.
Gg953043.pubmethod(en-us,AX.60).gif enableLineActions Enables or disables the line level menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineActions_BR Called by enableLineActions() post event handler.
Gg953043.protmethod(en-us,AX.60).gif enableLineActions_WHS Enables or disables the line level warehouse management buttons.
Gg953043.protmethod(en-us,AX.60).gif enableLineActionsFromHeader Enables or disables the header level function items.
Gg953043.protmethod(en-us,AX.60).gif enableLineAgreementActions Enables or disables the line level agreement menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineCalculationActions Enables or disables the line level calculation menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineDocumentStateActions Enables or disables the line level menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineFunctionActions Enables or disables the line level function menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineInquiryActions Enables or disables the line level inquiry menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineInterCompanyActions Enables or disables the line level intercompany menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineInventoryActions Enables or disables the line level inventory menu items.
Gg953043.pubmethod(en-us,AX.60).gif enableLinePBAActions Enables or disables the line level PBA menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineQuickQuoteActions Enables or disables the line level quick quote menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineRenumberingActions Enables or disables the line level renumber menu items.
Gg953043.protmethod(en-us,AX.60).gif enableLineSetupActions Enables or disables the line level setup menu items.
Gg953043.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg953043.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg953043.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg953043.privmethod(en-us,AX.60).gif init Initializes based on the active records for the form.
Gg953043.protmethod(en-us,AX.60).gif mcrEnableDirectDeliveryActions Disables the line level function menu items if the order is a direct delivery order.
Gg953043.protmethod(en-us,AX.60).gif new Creates a new PageInteraction object operating on a listPage. (Inherited from PageInteraction.)
Gg953043.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.)
Gg953043.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.)
Gg953043.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg953043.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg953043.pubmethod(en-us,AX.60).gif page Gets the ListPage instance. (Inherited from PageInteraction.)
Gg953043.pubmethod(en-us,AX.60).gif purchLine_DS_selectionChanged Enables the line action menu item buttons when the active purchase order line has been updated.
Gg953043.pubmethod(en-us,AX.60).gif purchTable_DS_selectionChanged Enables the header action menu item buttons when the active purchase order header has been updated.
Gg953043.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg953043.pubmethod(en-us,AX.60).gif tabChanged An event fired after an action pane tab is changed on the form. (Overrides the tabChanged Method.)
Gg953043.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg953043.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.)
Gg953043.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg953043.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg953043.pubmethod(en-us,AX.60).gif Gg953043.static(en-us,AX.60).gif ::postEnableHeaderActionsHandler_BR Calls the enableHeaderActions_BR method to enable or disable header level Brazilian specific menu items.
Gg953043.pubmethod(en-us,AX.60).gif Gg953043.static(en-us,AX.60).gif ::postEnableLineActionsHandler_BR Calls the enableLineActions_BR method to enable or disable line level Brazilian specific menu items.

Top

Inheritance Hierarchy

Object Class
  PageInteraction Class
    PurchTableInteraction Class