Hardcoding values can have several drawbacks in Salesforce Apex. This post will explain the best practices to avoid hardcoding in apex.
Tag:
custom metadata types
Salesforce’s Dynamic Formula Evaluation is a powerful feature that evaluates formula expressions at runtime based on the context in which they are executed.
Text translation is the process of converting any written text from one language to another. This post will explain how to translate text in Salesforce Apex.
Custom metadata types are used to create configurable application. This post will explain how to update existing Custom Metadata types using generic LWC.
Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.