RetailConnDataDirectorEngine Class [AX 2012]
The RetailConnDataDirectorEngine class is the entry point for the Data Director Plugin.
| Method | Description | |
|---|---|---|
| addRange | Adds the range to the specified field. |
| addRecord | Indicates whether the record is initialized and added to the client successfully. |
| addRecordsBatch | Indicates whether a batch of records have been added successfully. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkDeleteMethod | Indicates whether for the ddDelete method in the data director table. |
| checkLogin | Indicates where the login was successful. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| errorText | An error message. |
| executeDelete | Executes the delete method of the RetailConnDataDirectorQuery class. |
| executeQuery | Executes the query method of RetailConnDataDirectorQuery class. |
| field | Stores the values of the fields. |
| fieldId | Retrieves the string value of the specified field index. |
| fieldLength | Determines the length of the specified field. |
| fieldName | Determines the name of the field that has the specified field index value. |
| fields | Sets the field values by using the specified lists. |
| fieldType | Gets the type of the field that corresponds to the specified field index. |
| fieldValue | Gets the value of specified field. |
| firstField | Adds all the elements of the fields of the specified table to the field arrays. |
| firstTable | Sets the table index to 1. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeDelete | Indicates whether there is delete functionality in the table and then initializes the query. |
| initializeQuery | Initializes the data director query to update the records of the specified table. |
| initializeRecord | Initializes a record and inserts it into the specified table. |
| insertDatabase | Adds the list of records to the database. |
| insertRecord | Adds the record to the record insert list instead of directly in to the database. |
| logException | Sets the exception data to the log. |
| new | Initializes an instance of the RetailConnDataDirectorEngine class. |
| next | Indicates whether there is a next record in the query. |
| nextField | Indicates whether there is a next field in the query. |
| nextTable | Indicates whether there is a next table in the query. |
| 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.) |
| rangeValue | Sets the range value for a field in the query. |
| SetCLRFieldValue | Sets the runtime field values. |
| setDimensionFromCache | Sets the dimensions of the tables for the records. |
| setDimensionOnCurrentRecord | Sets the dimensions of the specified fields for the current record. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tableId | Gets the ID value from the specified table index. |
| tableName | Gets the name from the specified table index. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| ttsabort | Inserts the record into the database and aborts the transaction. |
| ttsbegin | Inserts the record into the database and begins the transaction. |
| ttscommit1 | Sets the records in the database and commits the transaction. |
| 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: