GetUDFAnswersSearchByQuestionId()

Description

Returns client user-defined field answers.  Returns all answers to Question Ids listed in XmlIds that have answers beginning with or are equal to the specified answer.

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