Explain the flow which you follow in your Siebel application
Answers were Sorted based on User's Feedback
Answer / vignesh
the data it will get to the application or UI with the help
of layers.
The layers are given below,
1. application layer
2.business layer
3.Data layer.
the working function of siebel is it will fetch the datas
from Data layer then it will give the fetched data to
Application layer through Business layer.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / srikanth
Control----->AppletWeb---->View (Physical UI)
Place Holder TemplateFile WebTemplateFile
Controls----applet-->View-->Screen-->Application(LogicalUI)
Field----->BusComp-->BO(Business Layer)
Column--->Tables(Data Object Layer)
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / manasa
Controls----applet-->View-->Screen-->Application(LogicalUI)
Field----->BusComp-->BO(Business Layer)
Column--->Tables(Data Object Layer)
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / santhosh reddy
Physical User
Interface(PUI)-------->Appletwebtemplate(AWT),View
User Interface------>Application,Screen,applet,Controls
Business Object Layer---->Business Object,Business
Component,Fields.
Data Object Layer---->Tables,Columns.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is detailed category in configuration?
Is there any bounded and unbounded pick list in case of dynamic picklist
What is a Link, & different types of Link in Siebel?
12 Answers IBM, TCS,
What is detailed category?
In Siebel 7.7, how do you add button icon in an applet?
What are the differences between siebel 7.8 and 8.0?
What are the different applets available in Siebel?
How to create a Primary foriegn key because there is no PFK in account for Opprtunity ,it is 1:M relationship
Explain how is siebel 7.x data model is different from siebel 6.0 data model?
A view having 2 applets on same bc aplet 1 having search specification "x" and applet 2 having search specification "y" How would the data get filtered
For a field Status we define predefault value ="inprogess" Postdefault value="Completed" a record is copied from an existing record having status field value "Cleared" in the copied record if the status field value is made blank and then saved the record what will be the value of status field after saving
Differences btn 1:M and M:M Link?