What is the difference between MVG & Dynamic PickList?
Answers were Sorted based on User's Feedback
Answer / krishna
MVG applet displays and maintain set of data from another
BC associated with currently displayed BC Record. It is
invoked from originating applet.
Dynamic picklist: Allows the user to populate fields by
selecting values from a list. It picks the value from
another BC. The fields that use dynamic picklists are join
fields displaying data from a table other than the BC base
table
| Is This Answer Correct ? | 26 Yes | 1 No |
Answer / puru
Differences between Dynamic PickList (DP) & MVG
1. Usage: DP is used to draw/pick a value for a field in
Originating BC from any BC whereas MVGs is an alternative
to a detail view for managing parent and related child
records. It allows complex queries that span multiple BCs
which would have not been possible when displaying parent
child in a detail view. (Example: In case of DP: Originating
BC=Opportunity S_OPTY, Pick BC=Account. For MVG:
Parent=Account, Child= Business Address MVG, Territory MVG,
Account Team MVG) For Example: MVG=> Account BO instance can
have multiple Business Addresses as child – say BA1
(primary), BA2, BA3. The business requires that only the
primary address be associated with the Account.
2. DP is associated with a Single Value Field (SVF) whereas
MVG is used for Multi Value Fields (MVFs). Multi Value Field
is a field in the parent C that references a field in the
Child BC (not a column in a table).
3. Based on: DP pulls information from a BC with the help of
JOINS whereas MVG uses multi-value links (MVLs).
4. Relationship: DP is used to implement 1:1 or M:1 whereas
MVG is used for 1:M or M:M
~Cheers
Puru
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / tsn babu
In MVG we will use link Concept where as in Dynamic picklist we will use Joins concept
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / nirmal
In MVG , u can enter new records, but whereas in dynamic
pick list u can enter values from LOV tables.....
MVG-single field having multiple values
Dynamic Pick List-based on BC's and LOV Tables
| Is This Answer Correct ? | 9 Yes | 17 No |
How do you disable a Siebel application user. how can we flag them, so that they are easily visible compared to active user in GUI.
how to make a field read-only based on user group?
What r the mandatory parameters we must set for 1:M and M:M Links?
Explain how to create extension table to an interface table in siebel?
I have two screens(screen1, screen2) contains same applet(applet1).i want in the screen1->applet1 with picklist and screen2->applet1 with diffrent picklist. How can we configure this senario?
Explain how to create an extension table with an intersection table?
Explain what is the maximum number of applets can be there in a view?
What is outbound in picklist?
In Siebel how is load balancing maintained?
Explain what is detailed category and what is its use in configuration?
Explain what is client business service?
What is different between bounded and unbounded picklist?