MCRDefaultDimensions_SalesQuotationTable Class [AX 2012]

The MCRDefaultDimensions_SalesQuotationTable class finds and sets default dimensions for a SalesQuotationTable.

class MCRDefaultDimensions_SalesQuotationTable extends MCRDefaultDimensions

Run On

Called

  MethodDescription
Dn663204.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn663204.protmethod(en-us,AX.60).gif determineDimensions Assigns the default dimensions based on which part of the hierarchy is being evaluated. (Overrides the determineDimensions Method.)
Dn663204.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn663204.protmethod(en-us,AX.60).gif getCatalogDimensions Finds the catalog dimensions off of the Catalog table. (Overrides the getCatalogDimensions Method.)
Dn663204.protmethod(en-us,AX.60).gif getCustDimensions Finds the customer dimensions off of the CustTable table or the smmBusRelTable table. (Overrides the getCustDimensions Method.)
Dn663204.protmethod(en-us,AX.60).gif getHierarchy Gets the hierarchy from the account revenue field on the CustParameters table. (Inherited from MCRDefaultDimensions.)
Dn663204.protmethod(en-us,AX.60).gif getItemDimensions Returns an empty dimension, since SalesTable will never evaluate item dimensions. (Overrides the getItemDimensions Method.)
Dn663204.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn663204.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn663204.pubmethod(en-us,AX.60).gif new Assigns the table buffer passed in to the global variable salesQuotationTableupon creating an instance of this class. (Overrides the new Method.)
Dn663204.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.)
Dn663204.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.)
Dn663204.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn663204.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn663204.protmethod(en-us,AX.60).gif setCatalogDefaults Assigns the catalog dimension if the dimension has not already been assigned. (Inherited from MCRDefaultDimensions.)
Dn663204.protmethod(en-us,AX.60).gif setCustomerDefaults Assigns the customer default dimension if the dimension has not already been assigned. (Inherited from MCRDefaultDimensions.)
Dn663204.pubmethod(en-us,AX.60).gif setDefaultDimensions Gets the hierarchy of how to assign dimensions and then set the dimensions. (Inherited from MCRDefaultDimensions.)
Dn663204.protmethod(en-us,AX.60).gif setDefaults Populates the global dimensions variable based on the dimensions passed in for defaulting when the individual dimension is blank. (Inherited from MCRDefaultDimensions.)
Dn663204.protmethod(en-us,AX.60).gif setDimensions Assigns the global variable to the table buffer. (Overrides the setDimensions Method.)
Dn663204.protmethod(en-us,AX.60).gif setItemDefaults Assigns the item dimension if the dimension has not already been assigned. (Inherited from MCRDefaultDimensions.)
Dn663204.protmethod(en-us,AX.60).gif setSiteDimension Sets the default site dimension. (Overrides the setSiteDimension Method.)
Dn663204.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn663204.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn663204.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.)
Dn663204.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn663204.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  MCRDefaultDimensions Class
    MCRDefaultDimensions_SalesQuotationTable Class

Community Additions

ADD
Show: