You need to sign in to do that
Don't have an account?
AnshulJain
Dynamic Related List for Object
Hi,
I have a requirement for which i require to dispaly related list dynamically using visualforce pages.
The related lists to dispaly will be known only on runtime and there order to display(i.e. which related appears first, second and so on..) will also be decided on runtime.
Can any one help me with this?
I think you can make use of dynamic component and renderer only those related list which you want depending on the
condition. Regarding the order in which it needs to be displayed is bit bit complex, although you can do this keeping
comibnations of dynamic components and rendering them by the order you want ( bit Clumsy i know )
All Answers
I think you can make use of dynamic component and renderer only those related list which you want depending on the
condition. Regarding the order in which it needs to be displayed is bit bit complex, although you can do this keeping
comibnations of dynamic components and rendering them by the order you want ( bit Clumsy i know )
Thank you! :)