You need to sign in to do that
Don't have an account?

custom settings
hi,
Can any one give breif explain about Custom data and how to access the data from custom settings?
Thanks every one
Can any one give breif explain about Custom data and how to access the data from custom settings?
Thanks every one
Custom setting are nothing but a custom object. The basic difference between custom object and custom setting is, we do not require SOQL query to access custom setting records in apex.
There are two type of custom setting.
1. List type -- Can be accessed by all the user in the org.
2. Hierarchial -- The records are created based on hierarchy, i.e. on profile or user basis which are not accessible by other user's or profile's member.
For more information please visit below link:
https://help.salesforce.com/apex/HTViewHelpDoc?id=cs_about.htm
Hope this explains !!!
Thanks,
Gaurav
All Answers
fellow belo link .
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_custom_settings.htm
Regards ,
harish.R
Custom setting are nothing but a custom object. The basic difference between custom object and custom setting is, we do not require SOQL query to access custom setting records in apex.
There are two type of custom setting.
1. List type -- Can be accessed by all the user in the org.
2. Hierarchial -- The records are created based on hierarchy, i.e. on profile or user basis which are not accessible by other user's or profile's member.
For more information please visit below link:
https://help.salesforce.com/apex/HTViewHelpDoc?id=cs_about.htm
Hope this explains !!!
Thanks,
Gaurav