MCRDefaultDimensions_SalesQuotationLine Class [AX 2012]

The MCRDefaultDimensions_SalesQuotationLine class finds and sets default dimensions for a SalesQuotationLine.

class MCRDefaultDimensions_SalesQuotationLine extends MCRDefaultDimensions

Run On

Called

  MethodDescription
Dn663196.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn663196.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.)
Dn663196.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn663196.protmethod(en-us,AX.60).gif getCatalogDimensions Finds the catalog dimensions off of the Catalog table. (Overrides the getCatalogDimensions Method.)
Dn663196.protmethod(en-us,AX.60).gif getCustDimensions Retrieves the customer dimensions based on the customer account attached to the table buffer that was initialized in the construct method. (Overrides the getCustDimensions Method.)
Dn663196.protmethod(en-us,AX.60).gif getHierarchy Gets the hierarchy from the account revenue field on the CustParameters table. (Inherited from MCRDefaultDimensions.)
Dn663196.protmethod(en-us,AX.60).gif getItemDimensions Retrieves the item dimensions based on the item number attached to the table buffer that was initialized in construct. (Overrides the getItemDimensions Method.)
Dn663196.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn663196.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn663196.pubmethod(en-us,AX.60).gif new Finds the dimension for a SalesQuotationLine. (Overrides the new Method.)
Dn663196.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.)
Dn663196.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.)
Dn663196.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn663196.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn663196.protmethod(en-us,AX.60).gif setCatalogDefaults Assigns the catalog dimension if the dimension has not already been assigned. (Inherited from MCRDefaultDimensions.)
Dn663196.protmethod(en-us,AX.60).gif setCustomerDefaults Assigns the customer default dimension if the dimension has not already been assigned. (Inherited from MCRDefaultDimensions.)
Dn663196.pubmethod(en-us,AX.60).gif setDefaultDimensions Gets the hierarchy of how to assign dimensions and then set the dimensions. (Inherited from MCRDefaultDimensions.)
Dn663196.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.)
Dn663196.protmethod(en-us,AX.60).gif setDimensions Assigns the dimensions to the table buffer in the child classes. (Overrides the setDimensions Method.)
Dn663196.protmethod(en-us,AX.60).gif setItemDefaults Assigns the item dimension if the dimension has not already been assigned. (Inherited from MCRDefaultDimensions.)
Dn663196.protmethod(en-us,AX.60).gif setSiteDimension Sets the default site dimension. (Overrides the setSiteDimension Method.)
Dn663196.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn663196.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn663196.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.)
Dn663196.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn663196.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_SalesQuotationLine Class

Community Additions

ADD
Show: