GetUDFAnswersByClientIdAndQuestionId()

Description

Returns client user-defined field answers for the specified client(s).

Return Value

XML String

Parameters
Remarks

XML String has the following structure:

Field

Type

Length

Description

iId

Integer

4

Primary Key - Unique Identifier.

iClientId

Integer

4

Id of the client to which the answer pertains.  Foreign key to Clients iId.

iUDFId

Integer

4

Id of the question to which the answer relates.  Foreign key to UDFQuestions iId.

cAnswer

String

60

Answer.

iGId

Integer

4

Global Id for the answer record.

 

 

Contact Us | Send Feedback