| Back to Questions Page |
| |
| Question |
how to create constain picklist?process suppose country
field is there and state field is there,when user selected
Australia in country,i have to display aus related states
only states field then following its corresponding cities
for the next fields orderly..I got the solution.Please try
that or else mail to ganesh.ramasamy@yahoo.com |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | we can configure this in List Of Values.
Put Country LIC as the parent Lic for all the states
belonging to tht country. So whenever u select the country
automatically states belonging to tht country will com in
drop down of states .Please let me know if i m wrong .  |
| Gaurav |
| |
| |
| Answer | how to create constain picklist?process suppose country
field is there and state field is there,when user selected
Australia in country,i have to display aus related states
only states field then following its corresponding cities
for the next fields orderlywe can configure this in List Of
Values.
Put Country LIC as the parent Lic for all the states
belonging to tht country. So whenever u select the country
automatically states belonging to tht country will com in
drop down of states .Please let me know if i m wrong .  |
| S |
| |
| |
| Question |
how to create constain picklist?process suppose country
field is there and state field is there,when user selected
Australia in country,i have to display aus related states
only states field? pls senme ans to (selvarajb.tech@gmail.com) |
Rank |
Answer Posted By |
|
Question Submitted By :: Selvaraj |
| This Interview Question Asked @ Logica-CMG , Satyam |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | select field and goto pick map,in pick map make constrain
property is true thats called constrain picklist.  |
| Harish |
| |
| |
|
|
| |
| Answer | HI,
As usual create 2 picklists among the 1 can be a Parent
and the other can be a Child now you can configure parent
child picklists, you can constrain them by doing the steps
in your Client Application
1.Add the LOV by giving the same LOV_TYPE as "sample"
for Parent LOVS and Child LOVS the Type should be the
same as above, after that when you add child values(STATES)
give the parent Country Value in the PLIC Column.
2. GO to Tools in Tools expand the BC-BC Field_PickMap
there create 2 pickmaps as usual forthe parent pick map
make the constrain property to True and in Picklist Field
property should be "Parent" in parent pickmap
Cheers
Taj  |
| Tajuddin |
| |
| |
| Question |
WHAT IS DIF BETWEEN CONSTRAIN AND HIRARICAL picklists?
if any dif explain abuot process? |
Rank |
Answer Posted By |
|
Question Submitted By :: Selvaraj |
| This Interview Question Asked @ Logica-CMG |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | HP: Constrains the data for Static picklist
CP: Constrains the data for Dynamic picklist  |
| Vijay |
| |
| |
| Answer | Actually, we using the constrain in the hierarchical
Picklist..All data are enapsulate by the typevalue in Picklist.
In the SVF Pickmap fieled,We filtrate the typevalue data as
Parent And child.Whether you uncheck the constrain,the
entire typevalue datas are displayed in a single field in
applet.  |
| Lakshmi Narayanan |
| |
| |
| Question |
Is there any 'user property' to make the whole field in a
b.c read only, by some condition. e.g:- if priority=closed
the whole record should be read only |
Rank |
Answer Posted By |
|
Question Submitted By :: Subbu49leela |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | This can be done through "bc read only field" user property.
Crate a calculated field and in calculated value, just give
the logial expression accordint to ur recuriment. This c.f
should be assigned to bc read only field user property...  |
| Subbu49leela |
| |
| |
| Answer | Create a new Calculated field with the BC like:
Test Field =
IIf([priority] = LookupValue("PRIORITY","Closed")), "Y","N")
Then with the BC User Property write a Property:
Name Value
BC Read Only Field Test Field
So once the value of the priority is set to closed, the
whole of the record becomes read-only now.  |
| Kavitha Devarajan |
| |
| |
| Answer | You can use Field read only user property. If u choose
priortiy filed as open, every fields should become read
only except priority field. I achieved this concept through
Field Read only property......  |
| Prabu |
| |
| |
| Question |
plz send me if any body has study material for seibel testing
plz can any body say is there any website for seibel testing
(interview questions)& correct answer site
this is my emailid renu.devendra@yahoo.com plz plz plz
|
Rank |
Answer Posted By |
|
Question Submitted By :: Renu |
| This Interview Question Asked @ IBM , IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hai better you search this site and get the multiple link
wheter you give in correct search format in any search
engine.ok,i will try to the testing side..  |
| Siebel.r&d |
| |
| |
| Question |
what is a bounded picklist? |
Rank |
Answer Posted By |
|
Question Submitted By :: Kranti |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | A bounded picklist is a picklist where users must choose
from the existing choices and cannot enter their own data.
Whereas with Unbounded, u can enter you own values which is
set to the field at the RunTime.
In siebel tools, in the object explorer, select PickList
Property. To the PickList there is one Property
called 'Bounded' set it to TRUE to make the picklist
BOUNDED.  |
| Kavitha Devarajan |
| |
| |
| Answer | In bounded picklist user can't enter text in picklist field.  |
| Shama |
| |
| |
| Answer | Where user can pick the data from the provided list is
bounded picklist.  |
| Mallik |
| |
| |
| Answer | While you create a Picklist Bounded is property which you
can have only True or False, once you check the property to
True then you cant enter your date instead of You should
pick the available values from the List of Values availabel
in the Picklist Field.  |
| Syed Tajuddin |
| |
| |
| Question |
what is the difference between serverside scripting and
browser side scripting? |
Rank |
Answer Posted By |
|
Question Submitted By :: Joe |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Browser script is used for
-> Communication with the user
-> Interaction with the desktop applications
-> Data validation and manipulation limited to the current
record
Where as Server script is used for:
-> Query, Insert and Update operations
-> Access to data beyond the current record  |
| Sowmya Reddy |
| |
| |
| Answer | browser side scipt is communication with the user nd sever
side script is used 4 insert , upadate or delete nd query
operations  |
| Charan |
| |
| |
| Answer | Browser scripting is not a part of SRF and Server scripting
is a part of SRF. This is an main difference. Further,
Excess use of server scripting causes performance issues
with application  |
| Yudhvir Mor |
| |
| |
| Question |
about Buscomp user property in BC? |
Rank |
Answer Posted By |
|
Question Submitted By :: Joe |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Communicates a property value to C++ code that implements
specialized business component behavior. The values of
these properties can be changed at configuration time.
These values persist in the repository and the Siebel
repository file.  |
| Carolene |
| |
| |
| Question |
In scripting how you enable Button,and if I click the
button popup mesage should come. |
Rank |
Answer Posted By |
|
Question Submitted By :: Joe |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | function WebApplet_PreCanInvokeMethod (MethodName,
&CanInvoke)
if(MethodName == "ButtonMessage")
{
CanInvoke = "TRUE";
TheApplication().RaiseErrorText("Thanks..!");
}  |
| Kavitha Devarajan |
| |
| |
| Answer | In the Pre Can Invoke 1method of the BVC or Applet specify
if Method Name =(<name of the method specified in the
button control>)
Can Invoke = "True"  |
| Carolene |
| |
| |
| Question |
What is a Link, & different types of Link in Siebel? |
Rank |
Answer Posted By |
|
Question Submitted By :: Joe |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | link is the relation between bc to bc the relation is m:m  |
| Charan |
| |
| |
| Answer | creating relationshiop between two bcs.they are two types
1)1:m
2)m:m  |
| Ganesh |
| |
| |
| Question |
About MVL(multivaluelink)? |
Rank |
Answer Posted By |
|
Question Submitted By :: Joe |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | When we want display child applet record show parent itself.
Multivalue links is used the relation bewrrn table is M:1.  |
| Kadappa |
| |
| |
| Question |
No of clinets in Siebel applications? |
Rank |
Answer Posted By |
|
Question Submitted By :: Joe |
| This Interview Question Asked @ IBM , Oracle |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | types -
Thick
thin
MOblie  |
| Pop |
| |
| |
| Answer | Siebel WebClient(usging browser we connect to server)
Mobile Webclient(local)
Hand Held
Wireless Webclient(which uses WAP protocol to connect to
server)
Dedicated client(whic connects directly server Database)  |
| Hr |
| |
| |
|
| |
|
Back to Questions Page |