Share via


SalesQuotationListPageRuleImpl Class [AX 2012]

The SalesQuotationListPageRuleImpl class provides the implementation of rules that govern the enabled state of controls on the SalesQuotationListPage form.

Syntax

class SalesQuotationListPageRuleImpl implements ButtonStateProvider

Run On

Called

Methods

  Method Description
Gg797571.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg797571.privmethod(en-us,AX.60).gif checkRuleBusRelAccountValid Checks that the BusRelAccount is valid.
Gg797571.privmethod(en-us,AX.60).gif checkRuleChangeReasonCode Checks that the reason code can be changed.
Gg797571.privmethod(en-us,AX.60).gif checkRuleConfirmationJournalsExist Checks that the confirmation journal exists.
Gg797571.privmethod(en-us,AX.60).gif checkRuleConvertToCustomer Checks whether a business relation can be converted to a customer.
Gg797571.privmethod(en-us,AX.60).gif checkRuleCreatedOrSent Checks that the status is created or sent.
Gg797571.privmethod(en-us,AX.60).gif checkRuleCustAccountExist Checks that the customer account exists.
Gg797571.privmethod(en-us,AX.60).gif checkRuleIsProjectQuotation Checks that the current quotation is a project quotation.
Gg797571.privmethod(en-us,AX.60).gif checkRuleIsProjectQuotationVisible Checks that current quotation is a project quotation.
Gg797571.privmethod(en-us,AX.60).gif checkRuleIsSalesQuotation Checks that the current quotation is a sales quotation.
Gg797571.privmethod(en-us,AX.60).gif checkRuleIsSalesQuotationVisible Checks that the current quotation is a sales quotation.
Gg797571.privmethod(en-us,AX.60).gif checkRuleQuotationExist Checks that a quotation exists.
Gg797571.privmethod(en-us,AX.60).gif checkRuleQuotationJournalsExist Checks that the quotation journal exists.
Gg797571.privmethod(en-us,AX.60).gif checkRuleSalesOrder Checks that a sales order reference exists.
Gg797571.privmethod(en-us,AX.60).gif checkRuleSent Checks whether the status is sent.
Gg797571.privmethod(en-us,AX.60).gif checkRuleUpdateConfirmation Checks that the confirmation can be updated.
Gg797571.privmethod(en-us,AX.60).gif checkRuleUpdateQuotation Checks whether the quotation can be updated.
Gg797571.pubmethod(en-us,AX.60).gif clearCache Clears the internal cache.
Gg797571.pubmethod(en-us,AX.60).gif determineButtonStates Sets cached values
Gg797571.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg797571.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg797571.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg797571.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SalesQuotationListPageRuleImpl class.
Gg797571.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.)
Gg797571.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.)
Gg797571.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg797571.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg797571.pubmethod(en-us,AX.60).gif setDatasources Sets the data sources of a form.
Gg797571.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg797571.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg797571.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.)
Gg797571.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg797571.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  SalesQuotationListPageRuleImpl Class