ReturnTableButtonStateProvider Class [AX 2012]
The ReturnTableButtonStateProvider class provides the set of rules to manage behavior of the buttons on return order list page and task form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkRuleCreateLink | Validates a rule for the CreateLink command. |
| checkRuleDeleteButton | Validates a rule for the delete button. |
| checkRuleExistRecord | Validates that the buffer is not empty. |
| checkRuleJournalInvoice | Validates a rule for the JournalInvoice command. |
| checkRuleJournalPackingSlip | Validates a rule for the journal packing slip command. |
| checkRuleMarkupTrans_HeadingSales | Validates a rule for the MarkupTransHeadingSales command. |
| checkRulePurchCreateFromSalesReturn | Validates a rule for the PurchCreateFromSalesReturn command. |
| checkRulePurchTable | Validates a rule for the PurchTable command. |
| checkRuleRemoveLink | Validates a rule for the RemoveLink command. |
| checkRuleReplacementOrder | Validates a rule for the ReplacementOrder command. |
| checkRuleReturnAcknowledgment | Validates a rule for the ReturnAcknowledgment command. |
| checkRuleReturnCancel | Validates a rule for the ReturnCancel command. |
| checkRuleReturnCreateReplacement | Validates a rule for the ReturnCreateReplacement command. |
| checkRuleReturnDocument | Validates a rule for the ReturnDocument command. |
| checkRuleReturnFindSalesOrder | Validates a rule for the ReturnFindSalesOrder command. |
| checkRuleSalesAgreementLine | Validates a rule for the SalesAgreementLine command. |
| clearCache | Clears the advanced caching. |
| determineButtonStates | Implements advanced caching for specific rules. |
| 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.) |
| initCommon | Initializes the common header and line level controls visibility state. |
| initHeaderActions | Initializes the return order header controls visibility states. |
| initLineActions | Initializes the return order line controls visibility states. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmCreateLinkEnabled | Gets the CreateLinkEnabled parameter. |
| parmInterCompanyEnabled | Gets the InterCompanyEnabled parameter. |
| parmInterCompanyOriginalSalesOrdEnabled | Gets the InterCompanyOriginalSalesOrdEnabled parameter. |
| parmInterCompanyPurchOrderEnabled | Gets the InterCompanyPurchOrderEnabled parameter. |
| parmInterCompanySalesOrderEnabled | Gets the InterCompanySalesOrderEnabled parameter. |
| parmInventTransRegisterEnabled | Gets the InventTransRegisterEnabled parameter. |
| parmMarkupTransLineEnabled | Gets the MarkupTransLineEnabled parameter. |
| parmPackingSlipButtonEnabled | Gets the PackingSlipButtonEnabled parameter. |
| parmPurchCreateFromSalesReturnEnabled | Gets the PurchCreateFromSalesReturnEnabled parameter. |
| parmPurchTableThisCompanyEnabled | Gets the PurchTableThisCompanyEnabled parameter. |
| parmReferencesEnabled | Gets the ReferencesEnabled parameter. |
| parmRemoveLinkEnabled | Gets the RemoveLinkEnabled parameter. |
| parmReturnReplacementEnabled | Gets the ReturnReplacementEnabled parameter. |
| parmSalesAgreementLineEnabled | Gets the SalesAgreementLineEnabled parameter. |
| setDatasources | Sets forms data sources. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| 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: