What is the custom settings ?
Answer / Rashmi Rani
Custom Settings in Salesforce are a configurable namespace that allows you to store custom application metadata, such as lists or hierarchies of data that can be accessed by Apex code and Visualforce pages. Custom Settings can be used to configure your org without having to create new objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
There is a simple soql query ‘select id, name from opportunity’ which fetches millions of records without any selection criterion. How do we optimize the performance of this simple query without using any selection criterion ?
Can we delete a user in salesforce?
What is “data skew” in salesforce?
What is the use of writing sharing rules? Can you use sharing rules to restrict data access?
Explain ActionPoller?
What is a bucket field in reports? : salesforce admin
Is there a defector 3rd party utilities library for apex such as apache commons is for java?
What is an attribute tag? What is the syntax for including them?
Explain the order of execution in salesforce?
What is roll-up summary field?
What are lightning components?
What will happen if we undelete junction object and normal object from recycle bin? : salesforce objects & fields