Share via


RetailConnDataDirectorClient Class [AX 2012]

The RetailConnDataDirectorClient class contains the methods that are related to the client functionality.

Syntax

class RetailConnDataDirectorClient

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  RetailConnDataDirectorClient Class