Siebel Advisor API Reference > Siebel-Specific Functions for Siebel Advisor >

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 Advisor API Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.