Safe Navigation Operator ?.
Tired of writing repeated null check statements?? if then here is your new favorite operator(?.) coming from Salesforce as part of Winter 21 release.
Tired of writing repeated null check statements?? if then here is your new favorite operator(?.) coming from Salesforce as part of Winter 21 release.
In this blog, I would like to share with you the same reusable custom dependent pick-list component which was explained in my previous part1 blog. Current component is fetching pick-list values from org using uiObjectInfoApi which was released in winter 21 instead of custom apex class.
In this blog, I would like to share with you a custom component which can be able to locate your geolocation on the google map. This component is developed using the lightning:map base component and navigator api in browser window object.
I am exploring on lightning web components framework and it’s underground standard JS concepts. As a first POC in LWC , I will be sharing with you, reusable dependent picklist components which can be used in custom LWC or Aura record forms. Developed the component in three approaches by exploring the ways the picklist entries …
This is a simple example to validate lightning input fields in a lightning component.
In this blog, I would like to discuss how to test the salesforce apex rest APIs using postman which is one of the well-known rest client available in the market.
Lightning mainly focuses on the user experience on the web and mobile interfaces. So, most of the scenarios we should need to know the information of the browser to align the design with respect to the device browser. In this post, I would like to discuss, how we can detect the browsing device information in …
How to Get the Browsing Device Information in Lightning? Read More »
Most of you would have thought an option to handle before record deletion via out of the box to perform some kind of updates as requested by business. Earlier we have to write Apex to handle this scenario, now from Winter 21 release , you are getting an out of the box option to configure …