URL Hack in Lightning, this is enough to get us excited. With the introduction of Lightning Experience, the most missing feature was URL Hack in Lightning Experience. With Spring 20 this feature has come back officially and with each release, it gets fixes and updates. So today we will cover this and we will check…
Tag: Spring 20
Enforce Security With the stripInaccessible Method
Enforce Security With the stripInaccessible Method. This is again one of the gem of Spring 20. We now have stripInaccessible method available which we can use to check current user’s create, read, update, or upsert access permission. Previously to do this we need to use sObject Describe ObjectResult and FieldResult to check each permission for…
Clone Record in Bulk Using Flow
Flow is something which I mostly ignored till now, recently I created few flow in my project and found them very interesting and easy to develop to handle even complex functionality. So I thought to try my hands on Flow to develop some simple components which will be helpful in daily use.One of such requirement…
Default Field Values using Lightning Web Components
With Spring 20 release Salesforce announces many new features and one of them is Prepopulate/Default Field Values using Lightning Web Components or URL hack in Lightning Experience. If you haven’t read the spring 20 release notes, you can take a quick look here.So today we will check how we can use it to set Default…
Salesforce Spring 20 Release Notes: Quick Summary
New Year is coming and Salesforce has just announced the Salesforce Spring 20 Release Notes. With every release salesforce is adding more and more feature to its platform. As a developer I am excited about new feature and trying my hands on that. Today we will cover few points which I like most in Salesforce…