Pooja Rawat
MemberPopular Salesforce Blogs
What is the Content Security Policy (CSP) in Salesforce in 2023?
Blog
in Salesforce
This is a set of guidelines for securing websites that developers and system administrators may use. Clickjacking, cross-site scripting (XSS), and other code injection attacks…
How To Use Database.Stateful Interface In Batch Apex In Salesforce
Blog
in Salesforce Apex
1. In Batch apex Changes made by one execute do not transfer to the other execute, so we need to implement “Database.Stateful” if the batch process…