What are some apex classes that are commonly used within controller?
Answer / Abhinav Gupta
Some Apex classes commonly used within controllers include: n- Standard Controllern- CustomController (extending StandardController)n- Transient and Private classes
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you use sharing rules to restrict data access?
How to call parent component method from child component without using events? : salesforce lightning component
Explain communities and sites in salesforce?
What is a custom report type? : salesforce reports and dashboards
In salesforce, which fields are indexed automatically?
Why are properties helpful in controllers? : salesforce visualforce
Is it possible to filter the records which are coming in look-up window when we click on lookup icon? : salesforce objects & fields
What are local and global ids with respect to lightning component?
List of global value providers?
What is difference between soql and sosl?
What is the advantage of using a custom setting?
What are getter methods and setter methods? : salesforce crm