PurchTableInteraction Class [AX 2012]
The PurchTableInteraction class is the interaction class for the sales table details form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| enableHeaderActions | Enables or disables the header level menu items. |
| enableHeaderActions_BR | Called by enableHeaderActions() post event handler. |
| enableHeaderActionsFromLine | |
| enableHeaderAgreementActions | Enables or disables the header level agreement menu items. |
| enableHeaderChangeRequestActions | Enables or disables the header level change request menu items. |
| enableHeaderCustoms | Enables or disables the menu items located on the header action pane tab page named customs. |
| enableHeaderGeneral | Enables or disables the menu items located on the header action pane tab page named general. |
| enableHeaderInvoice | Enables or disables the menu items located on the header action pane tab page named invoice. |
| enableHeaderManage | Enables or disables the menu items located on the header action pane tab page named manage. |
| enableHeaderPurchase | Enables or disables the menu items located on the header action pane tab page named Purchase. |
| enableHeaderPurchaseAccountingActions | Enables or disables the header level journal menu items. |
| enableHeaderPurchOrder | Enables or disables the menu items located on the header action pane tab page named PurchOrder. |
| enableHeaderReceive | Enables or disables the menu items located on the header action pane tab page named receive. |
| enableHeaderRetail | Enables or disables the menu items located on the header action pane tab page named retail. |
| enableHeaderUpdateJournalActions | Enables or disables the header level journal menu items. |
| enableLineActions | Enables or disables the line level menu items. |
| enableLineActions_BR | Called by enableLineActions() post event handler. |
| enableLineActions_WHS | Enables or disables the line level warehouse management buttons. |
| enableLineActionsFromHeader | Enables or disables the header level function items. |
| enableLineAgreementActions | Enables or disables the line level agreement menu items. |
| enableLineCalculationActions | Enables or disables the line level calculation menu items. |
| enableLineDocumentStateActions | Enables or disables the line level menu items. |
| enableLineFunctionActions | Enables or disables the line level function menu items. |
| enableLineInquiryActions | Enables or disables the line level inquiry menu items. |
| enableLineInterCompanyActions | Enables or disables the line level intercompany menu items. |
| enableLineInventoryActions | Enables or disables the line level inventory menu items. |
| enableLinePBAActions | Enables or disables the line level PBA menu items. |
| enableLineQuickQuoteActions | Enables or disables the line level quick quote menu items. |
| enableLineRenumberingActions | Enables or disables the line level renumber menu items. |
| enableLineSetupActions | Enables or disables the line level setup menu items. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes based on the active records for the form. |
| mcrEnableDirectDeliveryActions | Disables the line level function menu items if the order is a direct delivery order. |
| new | Creates a new PageInteraction object operating on a listPage. (Inherited from PageInteraction.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| page | Gets the ListPage instance. (Inherited from PageInteraction.) |
| purchLine_DS_selectionChanged | Enables the line action menu item buttons when the active purchase order line has been updated. |
| purchTable_DS_selectionChanged | Enables the header action menu item buttons when the active purchase order header has been updated. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tabChanged | An event fired after an action pane tab is changed on the form. (Overrides the tabChanged Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::postEnableHeaderActionsHandler_BR | Calls the enableHeaderActions_BR method to enable or disable header level Brazilian specific menu items. |
| ::postEnableLineActionsHandler_BR | Calls the enableLineActions_BR method to enable or disable line level Brazilian specific menu items. |
Community Additions
ADD
Show: