TMSInvoiceLineDimMapper Class [AX 2012]
The TMSInvoiceLineDimMapper class is used to map a list of query range values specified by the consumer, with the list of physial dimension fields on TMSInvoiceLine table.
| Method | Description | |
|---|---|---|
| addDifferentThanRange | Adds a 'different than' query range to a specific dimension field. (Inherited from TMSDimMapper.) |
| addDimensionsRanges | Adds dimension ranges mapped by the current instance of the TMSDimensionMapper class to an instance of QueryBuildDataSource. (Inherited from TMSDimMapper.) |
| addEqualsRange | Adds a 'equals' query range to a specific dimension field. (Inherited from TMSDimMapper.) |
| addRange | Adds a query range string to a specific dimension field. (Inherited from TMSDimMapper.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldsCount | Retrieves the number of mappable fields. (Inherited from TMSDimMapper.) |
| getFieldsMap | Retrieves the map of the fields IDs for the mapped table.The key of the map are 1-based indexes of the fields in the order as presented in the sequence. (Inherited from TMSDimMapper.) |
| getTableId | Retrieves the ID of the mapped table. (Overrides the getTableId 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.) |
| loadFieldsMap | Retrieves the map of the fields IDs for the mapped table.The key of the map are 1-based indexes of the fields in the order as presented in the sequence. (Overrides the loadFieldsMap Method.) |
| new | Initializes a new instance of the TMSDimMapper class. (Inherited from TMSDimMapper.) |
| 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.) |
| 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.) |
| ::construct | Initializes a new instance of the TMSInvoiceLineDimMapper class. |
Community Additions
ADD
Show: