Siebel Interactive Designer API Reference > Siebel-Specific Functions >

BuildQuestionAnswerString()


Usage

Use the BuildQuestionAnswerString() function to augment the creation of a sales opportunity in another Siebel application. This API returns a string of questions and answers corresponding to user selections.

Syntax

BuildQuestionAnswerString(question1, answer1, question2, answer2)

The string is in the form: <question string> <answer string>, <question string> <answer string>.

Argument
Description
question1
Example question:
"What is the industry?"
answer1
Example answer:
"Automotive"

Example

ISS.BuildQuestionAnswerString("How many users?", ISS.GetResultsValue("USERS.DESC"), "What is the industry", ISS.GetResultsValue("INDUSTRY.SHORT_DESC"));


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003