Showing posts with label Salesforce Admin. Show all posts
Showing posts with label Salesforce Admin. Show all posts

Custom Label in Salesforce - Admin Basic | Salesforce Funda


Custom labels enable developers to create multilingual applications by automatically presenting information (for example, help text or error messages) in a user’s native language. Custom labels are custom text values that can be accessed from Apex classes, Visualforce pages, Lightning pages, or Lightning components. The values can be translated into any language Salesforce supports.

Main advantage of using Custom Label offers flexibility in code and values being fetched dynamically in code can be changed anytime without need to change code itself.

You can create up to 5,000 custom labels for your organization, and they can be up to 1,000 characters in length. Custom labels from managed packages don’t count toward this limit.

Custom Setting in Salesforce - Admin Basic | Salesforce Funda


Custom settings are similar to custom objects in that they let you customize org data. Unlike custom objects, which have records based on them, custom settings let you utilize custom data sets across your org. Custom settings also let you distinguish particular users or profiles based on custom criteria.

Custom settings data is exposed in the application cache, which enables efficient access without the cost of repeated queries to the database. This data can then be used by formula fields, validation rules, flows, Apex, and SOAP API