Activity Forums Salesforce® Discussions What is the list of Global value providers in Salesforce?

  • shradha jain

    Member
    August 23, 2018 at 12:17 pm

    Hello Avnish,

    List of Global value providers :

    • $globalID: returns globalId of a component.
    • $Browser : returns information about hardware and operating system.
    • $Label : allows to access labels outside your code.
    • $Locale : returns information about user's preferred locale.
    • $Resource : allows to refer JSP, stylesheets.

    Thanks.

  • shariq

    Member
    September 16, 2018 at 8:44 pm

    Hi,

    globalID
    The globalId global value provider returns the global ID for a component. Every component has a unique globalId, which is the generated runtime-unique ID of the component instance.
    $Browser
    The $Browser global value provider returns information about the hardware and operating system of the browser accessing the application.
    $Label
    The $Label global value provider enables you to access labels stored outside your code.
    $Locale
    The $Locale global value provider returns information about the current user’s preferred locale.
    $Resource
    The $Resource global value provider lets you reference images, style sheets, and JavaScript code you’ve uploaded in static resources.

    Hope it helps.

  • Parul

    Member
    September 17, 2018 at 3:41 am

    list of Global value providers in Salesforce:

    $globalID
    $Browser
    $Label
    $Locale
    $Resource

     

    Thanks

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos