Activity Forums Salesforce® Discussions What is the difference between Static and Dynamic Visualforce Bindings in Salesforce?

  • Ravi

    Member
    April 14, 2016 at 7:49 am

    Dynamic Visualforce Bindings means fields on the page are determined at run time, rather than compile time.
    Use them on a page like this:

    {!reference[expression]}

    Static Bindings means fields on the page are determined at compile time.

  • Divya

    Member
    October 30, 2018 at 1:51 pm

    Hi Ajay

    Dyamic Visualforce Bindings : way of writing generic Visualforce pages that display information about records without necessarily knowing which fields to show.This allows a developer to design a single page that renders differently for various audiences, based on their permissions or preferences. Dynamic Visualforce binding is supported for standard and custom objects.In this Fields on the page are determined at run time, rather than compile time. whereas in Static Binding fields on the page are detemined at compile time.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos