MCRDefaultDimensions_SalesQuotationTable Class [AX 2012]
The MCRDefaultDimensions_SalesQuotationTable class finds and sets default dimensions for a SalesQuotationTable.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| determineDimensions | Assigns the default dimensions based on which part of the hierarchy is being evaluated. (Overrides the determineDimensions Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCatalogDimensions | Finds the catalog dimensions off of the Catalog table. (Overrides the getCatalogDimensions Method.) |
| getCustDimensions | Finds the customer dimensions off of the CustTable table or the smmBusRelTable table. (Overrides the getCustDimensions Method.) |
| getHierarchy | Gets the hierarchy from the account revenue field on the CustParameters table. (Inherited from MCRDefaultDimensions.) |
| getItemDimensions | Returns an empty dimension, since SalesTable will never evaluate item dimensions. (Overrides the getItemDimensions Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Assigns the table buffer passed in to the global variable salesQuotationTableupon creating an instance of this class. (Overrides the new Method.) |
| 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.) |
| setCatalogDefaults | Assigns the catalog dimension if the dimension has not already been assigned. (Inherited from MCRDefaultDimensions.) |
| setCustomerDefaults | Assigns the customer default dimension if the dimension has not already been assigned. (Inherited from MCRDefaultDimensions.) |
| setDefaultDimensions | Gets the hierarchy of how to assign dimensions and then set the dimensions. (Inherited from MCRDefaultDimensions.) |
| setDefaults | Populates the global dimensions variable based on the dimensions passed in for defaulting when the individual dimension is blank. (Inherited from MCRDefaultDimensions.) |
| setDimensions | Assigns the global variable to the table buffer. (Overrides the setDimensions Method.) |
| setItemDefaults | Assigns the item dimension if the dimension has not already been assigned. (Inherited from MCRDefaultDimensions.) |
| setSiteDimension | Sets the default site dimension. (Overrides the setSiteDimension Method.) |
| 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: