Share via


RetailConnAX5SCClient Class [AX 2012]

The RetailConnAX5SCClient class is used to create connection to store connect, add fields and set jobs for AX5.

Syntax

class RetailConnAX5SCClient implements RetailConnSCClient

Run On

Called

Methods

  Method Description
JJ760653.pubmethod(en-us,AX.60).gif addFieldEx Adds field to data director client.
JJ760653.pubmethod(en-us,AX.60).gif addParam Adds parameter to data director client.
JJ760653.pubmethod(en-us,AX.60).gif addParamField Adds parameter field to the data director client.
JJ760653.pubmethod(en-us,AX.60).gif AddReceiver Adds receiver to data director client.
JJ760653.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif createConnection Creates connection for data director client.
JJ760653.pubmethod(en-us,AX.60).gif disconnect Disconnects the data director client.
JJ760653.pubmethod(en-us,AX.60).gif endParamValues Ends sending parameter values to the data director client.
JJ760653.pubmethod(en-us,AX.60).gif endRequest Ends sending request to client.
JJ760653.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif getLastError Gets the number of the last error.
JJ760653.pubmethod(en-us,AX.60).gif getPkgNo Gets the package number.
JJ760653.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif new Initialize Store connect client, it set AX62 SC client by default.
JJ760653.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif send Send request to the data director client.
JJ760653.pubmethod(en-us,AX.60).gif setJobId Sets the job Id that needs to be run by data director client.
JJ760653.pubmethod(en-us,AX.60).gif setMsgId Sets the message id of data director client.
JJ760653.pubmethod(en-us,AX.60).gif setRequestType Sets the request type of data director client.
JJ760653.pubmethod(en-us,AX.60).gif setResultTable Sets the table name for result.
JJ760653.pubmethod(en-us,AX.60).gif setResultTypeEx Sets the result type of data director client.
JJ760653.pubmethod(en-us,AX.60).gif setTable Sets the table name.
JJ760653.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ760653.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  RetailConnAX5SCClient Class