Share via


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.

Syntax

class ReturnTableButtonStateProvider implements ButtonStateProvider

Run On

Called

Methods

  Method Description
Gg835390.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg835390.pubmethod(en-us,AX.60).gif checkRuleCreateLink Validates a rule for the CreateLink command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleDeleteButton Validates a rule for the delete button.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleExistRecord Validates that the buffer is not empty.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleJournalInvoice Validates a rule for the JournalInvoice command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleJournalPackingSlip Validates a rule for the journal packing slip command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleMarkupTrans_HeadingSales Validates a rule for the MarkupTransHeadingSales command.
Gg835390.pubmethod(en-us,AX.60).gif checkRulePurchCreateFromSalesReturn Validates a rule for the PurchCreateFromSalesReturn command.
Gg835390.pubmethod(en-us,AX.60).gif checkRulePurchTable Validates a rule for the PurchTable command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleRemoveLink Validates a rule for the RemoveLink command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleReplacementOrder Validates a rule for the ReplacementOrder command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleReturnAcknowledgment Validates a rule for the ReturnAcknowledgment command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleReturnCancel Validates a rule for the ReturnCancel command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleReturnCreateReplacement Validates a rule for the ReturnCreateReplacement command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleReturnDocument Validates a rule for the ReturnDocument command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleReturnFindSalesOrder Validates a rule for the ReturnFindSalesOrder command.
Gg835390.pubmethod(en-us,AX.60).gif checkRuleSalesAgreementLine Validates a rule for the SalesAgreementLine command.
Gg835390.pubmethod(en-us,AX.60).gif clearCache Clears the advanced caching.
Gg835390.pubmethod(en-us,AX.60).gif determineButtonStates Implements advanced caching for specific rules.
Gg835390.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg835390.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg835390.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg835390.protmethod(en-us,AX.60).gif initCommon Initializes the common header and line level controls visibility state.
Gg835390.pubmethod(en-us,AX.60).gif initHeaderActions Initializes the return order header controls visibility states.
Gg835390.pubmethod(en-us,AX.60).gif initLineActions Initializes the return order line controls visibility states.
Gg835390.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg835390.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.)
Gg835390.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.)
Gg835390.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg835390.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg835390.pubmethod(en-us,AX.60).gif parmCreateLinkEnabled Gets the CreateLinkEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmInterCompanyEnabled Gets the InterCompanyEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmInterCompanyOriginalSalesOrdEnabled Gets the InterCompanyOriginalSalesOrdEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmInterCompanyPurchOrderEnabled Gets the InterCompanyPurchOrderEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmInterCompanySalesOrderEnabled Gets the InterCompanySalesOrderEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmInventTransRegisterEnabled Gets the InventTransRegisterEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmMarkupTransLineEnabled Gets the MarkupTransLineEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmPackingSlipButtonEnabled Gets the PackingSlipButtonEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmPurchCreateFromSalesReturnEnabled Gets the PurchCreateFromSalesReturnEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmPurchTableThisCompanyEnabled Gets the PurchTableThisCompanyEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmReferencesEnabled Gets the ReferencesEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmRemoveLinkEnabled Gets the RemoveLinkEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmReturnReplacementEnabled Gets the ReturnReplacementEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif parmSalesAgreementLineEnabled Gets the SalesAgreementLineEnabled parameter.
Gg835390.pubmethod(en-us,AX.60).gif setDatasources Sets forms data sources.
Gg835390.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg835390.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg835390.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.)
Gg835390.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg835390.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

This class implements the ButtonStateProvider interface.

Inheritance Hierarchy

Object Class
  ReturnTableButtonStateProvider Class