RetailConnDataDirectorClient Class [AX 2012]
The RetailConnDataDirectorClient class contains the methods that are related to the client functionality.
| Method | Description | |
|---|---|---|
| addField | Adds a field to the client. |
| addFieldEx | Adds a field to the client. |
| addOption | Adds an option for the specified field. |
| addParam | Adds a parameter to the client. |
| addParamField | Adds a parameter field to the client. |
| addReceiver | Adds a receiver to the client. |
| addResultField | Adds the result field of specified data type. |
| addStringValue | Adds a string value to the client or field in the client. |
| addValue | Adds the value to the client. |
| beginValues | Sets the starting values to the client. |
| cancel | Cancels the connection with the client. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createConnection | Creates the connection with the client by using the provided parameters. |
| disconnect | Disconnects the client connection. |
| endForward | Ends the forward client connection. |
| endGroup | Ends the group connection. |
| endParamValues | Ends the param values to the client. |
| endRequest | Ends the request for the connection. |
| endValues | Sets the end values to the client. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| firstField | Retrieves the first field from the client. |
| firstValue | Retrieves the first value of the client. |
| getErrorString | Gets the error string that is related to the specified error number. |
| getField | Retrieves the field from the client. |
| getFieldCnt | Retrieves the field count. |
| getFieldNo | Retrieves the field number of the specified field. |
| getGroup | Gets the group data to which the client belongs. |
| getLastError | Gets the last occurred error number. |
| getMessageGUID | Gets the message that is displayed to the user. |
| getPkgNo | Gets the current package number. |
| getRecordsAffected | Gets the number of records affected. |
| getStringValueNo | Gets the string value number of the field of specified index. |
| getTable | Retrieves the table data from the client. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValue | Retrieves the value from the client. |
| getValueNo | Retrieves the value number of the specified field number. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasAnswer | Indicates whether the client has a response. |
| new | Initializes a new instance of the RetailConnDataDirectorClient class. |
| newTransfer | Creates new transfer. |
| nextField | Indicates whether there is a field after the current field. |
| nextValue | Indicates whether there is a next value. |
| nextValueList | Indicates whether there are next list values in the client. |
| 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.) |
| send | Indicates whether the data is sent to the client. |
| setConnTimeOut | Sets the timer value for the connection. |
| setJobId | Sets the specified job ID to the client. |
| setMaxRec | Sets the maximum size of records to be accessed by the client. |
| setMsgId | Sets the message ID value to the client. |
| setRequestType | Sets the request type for the client. |
| setRequestTypeEx | Sets the request type for the client. |
| setResultTable | Sets the specified result table for the client. |
| setResultType | Sets the type of result. |
| setResultTypeEx | Sets the type of result. |
| setTable | Sets the specified table to the client. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| startForward | Creates the forward connection to the client. |
| startGroup | Creates a group in the client. |
| 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: