Returns client user-defined field answers for the specified question(s).
GetUDFAnswersByQuestionId(XmlIds AS String)
XML String
XmlIds = XML String containing the Client 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. |