bool AddExternalListAnswerOtherSpecify(int inQuesIdx, string inAnswerCode, string inOtherSpecify)
Description
This function sets an answer in the list of an external list question as an "Other Specify" answer - it selects the answer including setting its Additional Text.
NOTE: The answer code must already exist in the list.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inAnswerCode | string | code value of answer |
inOtherSpecify | string | Additional Text |
Return Type
bool
Overloads
List of overloads for this function
bool AddExternalListAnswerOtherSpecify(int inQuesIdx, String inValueKey, String inDisplay, String inOtherSpecify)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inValueKey | string | code value of answer |
inDisplay | string | name value of answer |
inOtherSpecify | string | Additional Text |
Description of Overload method
This function sets an answer in the list of an external list question as an "Other Specify" answer - If the answer code already exits in the list - it selects that existing answer and also sets its Additional Text.
If the answer code doesn't exit in the list - it ADDS the mew answer to the list, selects it and also sets its Additional Text.
Comments
Please sign in to leave a comment.