Avoid Cache misses with Cache.CacheBuilder InterfacePlatform cache in salesforce is an API which is provided to save and retrieve frequently used data across salesforce sessions or org.Jan 14Jan 14
Apex Test Mocking framework with STUB APITest mocking frameworks allows developer to perform unit testing by providing a way to create mock objects that mimic the response/ output…Sep 14, 2024Sep 14, 2024
Use custom data types in lwc datatable to display picklist and toggel.Lightning-datatable can be used to display data in tabular format. Each column of the datatable renders data as per defined datatype in…Mar 7, 20242Mar 7, 20242
Override CSS of Lightning Data tableLightning data tables are built in component provided by salesforce to display data in tabular format. It implements styling from the data…Feb 15, 2024Feb 15, 2024
Platform EventsPlatform event is a built in feature of salesforce which provides an event-driven messaging architecture and follow pub/sub model for…Jan 23, 2024Jan 23, 2024
Invoking Callouts Using Named CredentialsSalesforce developers use apex callout to invoke an external web service or to send HTTP request to external web service and get the…Oct 1, 2023Oct 1, 2023
Instantiating Apex class and accessing its properties dynamicallyDynamic Apex is useful to write reusable and generic methods. This is handy if you are dealing with multiple apex types. Writing generic…Sep 18, 2023Sep 18, 2023