Siebel Common Question:
Download Questions PDF

Tell me When do you use Property Sets in Siebel?

Answer:

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.

Download Siebel Basic Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What is foreign key table in Siebel?How to configure a MVG?