What are the global key words? : salesforce visualforce
Answer / Atul Kumar Sesodia
Global Keywords in Salesforce Visualforce include: 1. this - refers to the current Visualforce page or component. 2. $Page - represents the Apex Page object for the current Visualforce page. 3. $Controller - provides access to the controller associated with the current Visualforce page.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a checkbox as controlling field?
Which fields cannot be added as a custom index?
What are the different lightning component bundles? : salesforce lightning component
What is a standard report and custom report?
What is the difference between custom objects, custom settings and custom meta data ?
How to handle the null pointer exception in salesforce?
What are various standard exceptions that salesforce throws?
Does user can create insert their own custom logo, while creating their own custom applications?
What are encrypted fields? : salesforce objects & fields
What will happen if we undelete junction object and normal object from recycle bin? : salesforce objects & fields
Difference between role and profile? : salesforce admin
Can we update parent record with workflow field update? : salesforce workflows and approval process