Activity › Forums › Salesforce® Discussions › what is Custom Setting in Salesforce?
-
what is Custom Setting in Salesforce?
Posted by Marziya on May 1, 2020 at 10:58 AMwhat is Custom Setting in Salesforce?
Shweta replied 6 years, 1 month ago 4 Members · 3 Replies -
3 Replies
-
Custom settings are similar to custom objects and enable application developers to create custom sets of data, as well as create and associate custom data for an organization, profile, or specific user. … This data can then be used by formula fields, validation rules, flows, Apex, and the SOAP API.
- [adinserter block='9']
-
Custom settings are similar to custom objects and enable application developers to create custom sets of data, as well as create and associate custom data for an organization, profile, or specific user.
-
Custom Setting: Custom settings are alike to custom objects. It is stored in the application cache, which enables efficient access without the cost of multiple repeated queries to the database. So we can avoid governor limits by using this. It allows us to store a set of data and access it without querying it from the apex.
Log In to reply.