Siebel Interactive Designer API Reference > Siebel-Specific Functions >

BuildChildList


Usage

BuildChildList takes 1..n arguments of product strings and creates an array of them, which can be used for BuildProductStr.

Syntax

ISS.BuildChildList(prodStr)

Argument
Description

prodStr

Product string describing the product. 1...n prodstrings. Use null, without quotes around it, to specify that no product string should be sent. Use "auto" to automatically extract the product string. prodStr is added automatically when you choose to use it in the other arguments. Do not set it manually.

Example

ISS.BuildChildList(child1, child2, child3)

where childn is a prodstr

Siebel Interactive Designer API Reference