Answer Posted / 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 |
Post New Answer View All Answers
What is detailed category in configuration?
scenario where we use ForwardBackward & ForwardOnly in Execute Query in Scripting
What is the use of virtual bc?
What is the new layer in Siebel x version?
In a flow, when a Customer has called for enquiring about some product. He does not have any Service tag, Order # or SR#. In this case what kind of Activity will be created and how will the agent proceed with the Activity.
what is the difference between "picklist generic" and "picklist hierarchical" business components?
What is user properties?
When do we use genbscript.exe?
Explain about Optimization techniques in eim?
Explain where did you use wf in your last project?
Tell me when do you use property sets in siebel?
Explain what is symbolic url in siebel?
How would you send an email using siebel realtime application?
How to configure a mvg?
i need to invoke an external web service from siebel CRM using as input to the web service a value in business component field, i need to display the results in another applet asociated with a virtual business component, does anyone know how to do this? thanks