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 |
How will you edit the joined fields values in join?
Differentiate between an organization and division?
What is the purpose of 1:m extended table?
Describe a Resonate?
What are the different elements in Siebel?
What is applet toggle and how many types are there?
What are the different levels of visibility available and what are those?
What is seed data in Siebel?
Explain what is eapps.cfg file. And what is its significance?
What is siebel?
in a three level hierarchial picklist say country,state,city how do we perform pickmap 2)say if we have values same for country (having value 'A') and for state (having value 'A') and for city having value 'B' and in parent Lic we give value for city as 'A' how do it recognise it as State any other solution
Explain where you will drop the constraints?