Tag: Apex

1 Minute Tips

#SalesforceSummer21 – Run Apex Code in User Mode (Pilot)

#1MinuteTip #SalesforceSummer21 Apex code can now be run in user mode to respect the running user permissions like FLS & CRUD
Apex

How to Delete or Deactivate Apex Class / Trigger in Salesforce Production Org

There are a couple of options to choose from to delete / deactivate apex classes / triggers in Salesforce Production Org. Probably the simplest and ...
1 Minute Tips

Check the Quality of Your Code in Salesforce

#1MinuteTip How secure and performant is your code in Salesforce? Is it following the best practices? Can it be improved further?
Apex

Apex Best Practices Checklist

Here is a great article on 15 commandments to Apex best practises, which I think every developer should create as a checklist when writing codes.
Scroll to Top