Siebel Advisor API Reference > Utility Functions for Siebel Advisor >

ConvertStrToDynDefObj


Usage

Use the ConvertStrToDynDefObj function to convert a string of arguments into an object for use in the LoadPagesetWithDynDefObj function.

The LoadPageset function also translates strings to objects for you. Use the ConvertStrToDynDefObj function only when you are writing substantial amounts of custom code and need to convert a string of arguments into an object that you will subsequently modify.

Syntax

ConvertStrToDynDefObj(str)

Argument
Description

str

String to be converted. Default format of str is "key1=value1,key2=value2." Separator characters default to equal signs and commas.

Example

ISS.ConvertStrToDynDefObj("PETTYPE=TABBY,SIZE=MEDIUM, COLOR=ORANGE");

See Also

LoadPagesetWithDynDefObj.

LoadPageset.

Siebel Advisor API Reference