function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AnushaAnusha 

Re : Use of Dynamic Visualforce Notation

Hi Guys,

Could anybody explain, how to use Dynamic Visualforce Notation. Which is new feature in Summer11.

 

Regards 

Nagaboina

aballardaballard

Have you read the documentation?

http://www.salesforce.com/us/developer/docs/pages/index_Left.htm#StartTopic=Content/pages_dynamic_vf.htm



If so, do you hacve specific questions?

kiranmutturukiranmutturu

first you have to put a case to activate this feature then you can work on this,, actually this means when you want to render a particular control from the apex based on the condition then you can use this dynamic components feature.....like render attribute in any of the vf comonents.. 

aballardaballard

Ahh.  Dynamic components are in pilot in summer 11.   Your organization needs special authorization to be able to use that feature. 

 

What questions do you have about it?

QCmduffQCmduff

I'm trying to determine if Dynamic Visualforce components can be used to dynamically display master or related object [Account] field values on a [Case] page layout used by different customers. Also, the documentation I've read thus far mentions that it can't be used in a production instance or for external customers - does this mean that even if Dynamic Visualforce can be used to resolve the above mentioned ask, that it can't be deployed until it is GA?