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.
GetUDFAnswersSearchByQuestionId(Answer AS String, XmlIds AS String)
XML String
Answer = Search string for answer.
XmlIds = XML String containing the Question Ids of the records to return. You must format this string using the XML IdList Structure Definition.
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. |