SalesTableInteraction Class [AX 2012]
The SalesTableInteraction 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 | Is called by the enableHeaderActions post-event handler. |
| enableHeaderActionsFromLine | |
| enableHeaderBankDocumentMenuItems | Enables or disables the bank document menu items. |
| enableHeaderCreditCardMenuItems | Enables or disables the header-level credit card menu items. |
| enableHeaderCreditInvoiceButton | Enables or disables the credit invoice menu item in the header action panel. |
| enableHeaderGeneral | Enables or disables the menu items on the General tab of the Action Pane on the header. |
| enableHeaderInvoice | Enables or disables the menu items on the Invoice tab of the Action Pane on the header. |
| enableHeaderManage | Enables or disables the menu items on the Manage tab of the Action Pane on the header. |
| enableHeaderPaymentScheduleAction | Enables or disables the header-level payment schedule menu items. |
| enableHeaderPickAndPack | Enables or disables the menu items on the Pick and pack tab of the Action Pane on the header. |
| enableHeaderRetail | Enables or disables the menu items located on the header action pane tab page named retail. |
| enableHeaderSalesOrder | Enables or disables the menu items on the Sales order tab of the Action Pane on the header. |
| enableHeaderSell | Enables or disables the menu items on the Sell tab of the Action Pane on the header. |
| enableHeaderTMS | Enables or disables the menu items located on the header action pane tab page named transportation management. |
| enableHeaderUpdateJournalActions | Enables or disables the header-level journal menu items. |
| enableHeaderUpdateJournalActions_BR | |
| enableHeaderWHS | Enables or disables the menu items located on the header action pane tab page named warehouse management. |
| enableLineActions | Enables or disables the line-level menu items. |
| enableLineActions_BR | Is called by the enableLineActions post-event handler. |
| enableLineActions_PL | Is called by the enableLineActions post-event handler. |
| enableLineActions_WHS | Called by enableLineActions() post event handler to determine if buttons should be enabled. |
| enableLineAgreementActions | Enables or disables the line-level agreement menu items. |
| enableLineCalculationActions | Enables or disables the line-level calculation menu items. |
| enableLineFunctionActions | Determines whether the line-level function menu items are enabled. |
| enableLineInquiryActions | Determines whether the line-level inquiry menu items are enabled. |
| enableLineInterCompanyActions | Enables or disables the line-level intercompany menu items. |
| enableLinePBAActions | Enables or disables the line-level PBA menu items. |
| enableLineRetailActions | Determines whether the line level retail menu items are enabled. |
| enableLineReturnOrderActions | Enables or disables the line-level return order menu items. |
| enableLineSetupActions | Determines whether the line-level setup menu items are enabled. |
| enableLineUpdateActions | Determines whether the line-level update menu items are enabled. |
| 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 a new instance of the SalesTableInteraction class by using the active records for the form. |
| 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.) |
| salesLine_DS_selectionChanged | Enables the line action menu item buttons when the active sales order line has been updated. |
| salesTable_DS_selectionChanged | Enables the header action menu item buttons when the active sales order header has been updated. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tabChanged | Is an event that is fired after an Action Pane tab is changed in 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.) |
Community Additions
ADD
Show: