Search Specification on Applet and BC– Interview Question.
I have a search spec on applet which says [Type] = “x” and I have Search Spec on BC which says [Type] =”y”. Now what records will be visible to me on UI?
- Records with Type x
- Records with Type y
- None
[Hint] Search spec on Applet and BC takes AND operator and the where clause in SQL is going to be Where type = ‘x’ and type = ‘y’
Answer : None
Explanation:
We all know about 3 layered architecture of Siebel.
Database is going to fetch all the records which will reach business layer. Here Search Spec of the BC will filter the records with Type y and only records with Type x will be allowed to reach next layer that is UI layer. Here the search spec of applet will come into picture and records with Type x are going to get filtered which means that number of records reaching to user will be Zero.
Related posts:
- • Suppose there is a search spec on BC, and Applet both. explain the execution of this scenario?
- Differences between Find and Search Operations
- Siebel Scripting Interview Question
- Siebel Search
- What is the use of Link Specification property at Field object?
- Siebel EIM Interview Question – Part II

















(No Ratings Yet)
[...] Search Specification on Applet and BC– Interview Question. [...]
Leave your response!