---
title: "What are the Global Keywords in Salesforce?"  
description: "What are the Global Keywords in Salesforce?"  
author: "Sylvester Balchunas"  
published: 2018-02-05  
canonical: https://answers.mindstick.com/qa/34063/what-are-the-global-keywords-in-salesforce  
category: "salesforce"  
tags: ["salesforce", "salesforce crm", "global keywords"]  
reading_time: 1 minute  

---

# What are the Global Keywords in Salesforce?

What are the [Global](https://www.mindstick.com/articles/13127/macro-and-microeconomics-concepts-in-relation-to-global-organization-management) [Keywords](https://www.mindstick.com/articles/323214/keywords-not-provided) in [Salesforce](https://yourviews.mindstick.com/view/82645/what-you-need-to-know-to-get-started-on-salesforce-field-service)?

## Answers

### Answer by Tarun Gautam

**Global Keywords** is one of the Access Modifier that Salesforce provided. Global keywords are used for any method or variable that needs to be referenced outside the application. Global keywords for example User, Url, Components, Current page etc. is used to access various values from components on the page, from User object or from Url or from Current page fields.

Salesforce provides **different Global Keywords** for each of the **Source**. And if a **method/variable** is declared as **global**, then we need to declare the **class** as **global**.

### Some of the Global Keywords are as follows:

- User.
- Profile.
- Url.
- Component.
- Resource.
- Current Page.
- Page Reference etc.


---

Original Source: https://answers.mindstick.com/qa/34063/what-are-the-global-keywords-in-salesforce

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
