RetailConnAX5SCClient Class [AX 2012]
The RetailConnAX5SCClient class is used to create connection to store connect, add fields and set jobs for AX5.
| Method | Description | |
|---|---|---|
| addFieldEx | Adds field to data director client. |
| addParam | Adds parameter to data director client. |
| addParamField | Adds parameter field to the data director client. |
| AddReceiver | Adds receiver to data director client. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createConnection | Creates connection for data director client. |
| disconnect | Disconnects the data director client. |
| endParamValues | Ends sending parameter values to the data director client. |
| endRequest | Ends sending request to client. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getLastError | Gets the number of the last error. |
| getPkgNo | Gets the package number. |
| 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 | Initialize Store connect client, it set AX62 SC client by default. |
| 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 | Send request to the data director client. |
| setJobId | Sets the job Id that needs to be run by data director client. |
| setMsgId | Sets the message id of data director client. |
| setRequestType | Sets the request type of data director client. |
| setResultTable | Sets the table name for result. |
| setResultTypeEx | Sets the result type of data director client. |
| setTable | Sets the table name. |
| 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: