Tell me When do you use Property Sets in Siebel?

Submitted by: Administrator
Property Sets are the Hierarchical structures of Variable Names and Values. These Property Sets can be used in Workflow processes Parameters or for any input or output Parameters in scripting.

Ex: var input = TheApplication().NewPropertySet();

var output = TheApplication().NewPropertySet();

after this we can store sets of Variables and their values.
Submitted by: Administrator

Read Online Siebel Common Job Interview Questions And Answers