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 would you send an email using siebel realtime application?
What is bounded and unbounded pick list?
How will you edit the joined fields values in join?
Explain what is an extension table?
Suppose in the list applet field we have 10 records but I have to display only 2 records in list applet,what is the process should I follow?
Explain why is it not recommended to modify existing base tables?
How do you convert one country currencies to another country currencies please explain me
What is eapps.cfg file. and what is its significance?
Explain how to do validations in escripts and in configuration?
Difference between search specification and search constant
Can Some one please give few examples for M:1 relationships in Siebel. For Ex: 1:M is Contact to Business Address, so for M:1 what relation ships can be??
How can you resolve foreign key in eim?