Blockchain Integration with Salesforce

Blockchain…? Doesn’t this word sound familiar…? In the wake of the cryptocurrency, you should have definitely come across Blockchain technology. Don’t regret if you have paid a deaf ear to this techie term, you are here and you are testing the waters of it…! Bitcoin, which has witnessed a humungous success and is just about … Continue reading Blockchain Integration with Salesforce

Enforcing Field Level Security In SOQL queries

Enforcing Field Level Security is tough task when its comes to Apex because with sharing take care of record level security and Schema.sObjectType With isAccessible() used for FLS in Apex currently  To Enhance the Field Level Security in Apex Salesforce Introduced FLS in SOQL Query with WITH SECURITY_ENFORCED clause Use the WITH SECURITY_ENFORCED clause to enable … Continue reading Enforcing Field Level Security In SOQL queries