Tag: Spring 23

How To Secure Apex Code With User Mode Database Operations | Spring 23 Release

Apex code runs in System Mode by default, with elevated access. If you want to run apex code respecting the running user’s permission, now after Spring 23 release, you can do that. With Spring 23 release, Salesforce is bringing the option to execute apex Database and Search methods in user mode instead of default system mode. In this blog post, I will share some examples, but if you prefer to watch videos instead of reading the post, you can do that by watching the video below, which I have published on my Youtube Channel – Technical Potpourri.

Read More

How To Find Out Which Apex Classes Implement The Interface | Spring 23 Release

Have you ever faced the problem to find out which Apex classes have implemented the interface and then doing the typecasting to call individual class methods? If your answer is yes, then you will be happy to know that Salesforce’s Spring 23 release can help you now. In today’s post, I will be showing you how to find out which apex classes have implemented an interface. And after finding what we can do with that information. This is the new feature that became GA (Generally Available) in Spring 23 release.

You can read this blog post or watch the video below

Read More
Loading

Archives