How you create Picklists?
Answers were Sorted based on User's Feedback
Answer / ravi
hi
siebel has a 2 picklists.
1)static
2)dynamic
1)static:
i)we need one bc(ex:account=s_org_ext)
ii)create the picklist
picklist properties:name(staticpick),project,bounded(true
or false),bussiness component(picklist generic),static
(true),type(type),typevalue(in u r bc field name:location r
divion)
iii)got to u r bc........SVF....set the picklist property
picklistproperty(staticpick)=which name u have given inthe
picklist name
iv)goto svfpickmap.......new record:
field(loction or division),picklistfield(Value)
v)
screens.........>sysytemadministrator.........>ListOfValues.
.......> create u r LIstof values
In list of values 4 properties mandatory
i) Type[LOV_type]
ii)DisplayName
ii)LanguageIndependent code
iii)Languagename
BUTONETHING:when u r facing interviw don't tell like,i
created the bc,or applet,liks.always we r modifieing the
object definitions.u should tell like i modified the
bc,applet,view,mvl,mvfs,userproperties.
| Is This Answer Correct ? | 13 Yes | 6 No |
Answer / alampallypavan
both answers r related to static picklist.now i am telling
abt dynamic pick list.In this we can get data from anoother
BC when we click DPL.So one BC shows another BC as
pickapplet.Here i am creating DPL b/n Opportunity and
Account.When we click DPL in opportunity field we can get
pickapplet from Account BC.
steps:
1)cr8 Picklist =Dyn Pl,Project=Account,BC=Account(Parent)
2)goto BC = Opprtunity-select field in O.E
cr8 newone like name=Rajpavan,Join=S_ORG_EXT,colmn=NAME(y
bcoz in opty rajfield contains value frm name field like
baybuilder.So,we r replacing this baybuilder with account
status field.P.L=Dyn Pl
3)select pickmap in O.E
cr8 field=rajpavan,P.L field=Account Status
4)goto Applet in O.E
select Opportunity form Applet-child
5)cr8 control->
name=rajpavan,htmltype=field,p.applet=Account pick applet(r)
cr8 new one depends on u,runtime=true
6)rt.click appelt which u have selected
edit weblayout , then drag and drop control lik rajpavan
7)save and close
8)compile through tools
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / radhika
hi,steps to create static picklist:
1.Identify BC and the SVF: Go to BC ->SVF and Note down the
Column Name to which you want to add Pick List.
2.Create LOV-Type: Launch Siebel Call Center Application -
>Go to ->View ->Site Map ->Application Data ->List of
Values Explorer ->Click New ->Create LOV-Type and Save the
Record.
3.Create LOV’s: Expand LOV Type ->Select Values ->Add the
LOV’s you want to display in Pick List.
4.Create Pick List: Open Tools ->Go to Pick List in OE -
>Create New record and set the properties
Name, Project, Bounded True, BC, Static True, Type Field
Type (default), Type Value(LOV-Type name which you created
earlier in Siebel Call Center Application).
5.Add Pick List to BC: Go to ->BC ->SVF ->select the field
you want to add Pick List and pick the Pick List from Pick
List property
6.Add Field and Pick List Field to BC: Go to BC ->SVF ->SVF
Pick Map ->Create New record and Set Properties
Field, Pick List Field ->Value (default for all BC’s).
7.Goto that Applet->list->list column
Set the runtime->true.
8.Compile and Run the Application.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / ravi
hi
siebel has a 2 picklists.
1)static
2)dynamic
1)static:
i)we need one bc(ex:account=s_org_ext)
ii)create the picklist
picklist properties:name(staticpick),project,bounded(true
or false),bussiness component(picklist generic),static
(true),type(type),typevalue(in u r bc field name:location r
divion)
iii)got to u r bc........SVF....set the picklist property
picklistproperty(staticpick)=which name u have given inthe
picklist name
iv)goto svfpickmap.......new record:
field(loction or division),picklistfield(Value)
v)
screens.........>sysytemadministrator.........>ListOfValues.
.......> create u r LIstof values
In list of values 4 properties mandatory
i) Type[LOV_type]
ii)DisplayName
ii)LanguageIndependent code
iii)Languagename
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / chandra
Hi,
i am Chandra, i am working in siebel for past 5 years. i will give you training on Siebel CRM with good explanation.
please if you want to learn Siebel development(Configuration , scripting or workflows and EAI)
please contact me @ +91-9035705781 or mail me @ Chandrasekharr391@gmail.com
| Is This Answer Correct ? | 0 Yes | 1 No |
i have two business components but iwant to make visible applet to only one business component
Explain what is virtual bc? What is the use of vbc?
What is foreign key table in siebel?
I checked out one object from server to my local, after checking out my local Database and userid has been corrupted. now i want to release the lock. How can i do this, can any one help me regarding this?
How is Siebel 7.x data model is different from Siebel 6.0 data model?
Explain what is eapps.cfg file?
By what way do you control Visibility in Siebel ?
When querying for a data in Siebel, what kind of operators can we use?
Explain what is the difference between "picklist generic" and "picklist hierarchical" business components?
In Siebel how is load balancing maintained?
How is tools architecture constructed in in Siebel?
What is PDQ’s? If you have created a PDQ and if someone else is logging into Siebel with his ID, then will he be able to see the PDQ which you have saved? Will the Admin will be able to see all the PDQ’s.