When do you use Property Sets in Siebel?

Questions by chary   answers by chary

Showing Answers 1 - 7 of 7 Answers

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.

  Was this answer useful?  Yes

kenny123

  • May 21st, 2009
 

When you want to pass record data from one object to the another. You can pass  related or unrelated data using Property Sets.

  Was this answer useful?  Yes

Pragyan

  • Jun 3rd, 2014
 

Data exchange between business services happens using logical memory structures as Property sets.The EAI siebel adapter returns output in property set,hence widely used in workflows

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions