There are lot of variations of this question such as:
There are two type of users, sales user and risk user. The Differentiating factor between them is User Type in Employee table. How can we configure that for risk user the records are editable and for sales user it is not.
How can a view be read only for a particular user and editable for the other user?
Execution Context:
Siebel Server Scripts are executed in Siebel Application Servers by Application Object Manager (AOM).
Siebel Browser Scripts are executed at Client Side by Client Browser (Internet Explorer)
Files:
Siebel Browser Scripts are converted in JS (Java Script) files and stored in PUBLIC\ENU directory.
No JS files are created for Server Scripts and they are executing using Siebel Scripting Engine either T or ST engine depending of Siebel version.
We can invoke Smart Script from a button using “RunCallScript” method of an Applet. For Example on Applet_PreInvokeMethod below given line of code will invoke Smart Script named “Test SS”
Following are the differences between Internal and External Integration Objects
Question: What are possible reasons of values not showing in dropdown of static Picklist?
Business Objects in workflows help you maintain the context and use Siebel Operation Steps inside workflows. You will not be able to use Siebel Query, Insert, Update step if you don’t provide Business Object in Siebel Workflows.
Question:
How to pupolate a field with the value of another field whenever a new record is created for the first time?
Answer:
Question:
We are receiving an XML containing account information from external system. In one of the XML tags “Active” they are going to send Value as 0 or 1 but in Siebel we are need the value of “Active” XML tag as “Y” or “N”. How can you achieve this?
We are getting a XML from external System. We want to make sure that the record is inserted every time. If there is already an existing record in Siebel then nothing should happen.
Or
When we get an XML from external System. If a record with received data is not present in Siebel then it should be inserted and if record is already present in Siebel then nothing should happen.
Incremental Compile: When we select a single object (BC, Applet etc), several objects (Multiple BC, Applets, BO etc), single project or several projects to compile in an existing SRF file that is known as Incremental Compile.
Full Compile: When you compile all the projects in a SRF file that is known as Full Compile.