How do you control visibility in Siebel?• What is the difference between an organization and division in Siebel?• What does position represents in Siebel?• How do you assign responsibilities to employees in Siebel?• How do you set up employees in Siebel?• What happens if you create an employee in Siebel application and forget to create the employee in the database?• Why do you need to create employees at the database in Siebel?• What is position type field
If we can res-use the objects in siebel then what is the requirement to create new one. like if we can reuse a Business Component from sample then what is the need to create Business Component
How to modify the Business Component Property "Sort Specification" from the VB Script of a List Applet?
I want modify the order of records of a BC only when I open that List Applet.
Component of Server Task, Choose Threea. Remote Serverb. Transaction Processc. Transaction Routerd. Transaction Merger
Can we invoke Business Services written in Server Side from browser side and how?
Latest Answer : U can invoke a method Business Service Server scripts from Browser side in the following way... 1). instantiate BS like var oBS = theApplication().GetService("")2). Create input Property set3). create Output Property Set3). Set required input parameters4). ...