33 ViewsUsing this AURA Component, you can use ADD TO CALENDAR button in your Screen Flows specially when you’re creating an event and you need your users to add it to other Calendars. Scenario: There can be multiple scenarios, but let’s consider
Read More
30 ViewsAfter Spring 20, you can now create reusable Apex actions that use the generic sObject and List<sObject> data types. Build one action that works for multiple objects, rather than one for each individual object. Developers can build a filter or sort
Read More
199 ViewsBy looking at the topic, you might be thinking, there would be some extensive JS coding behind it as we’ll need to pass param from community to aura component. But, It is actually much easier to pass URL parameters to Lightning
Read More
123 ViewsThis is a pretty common use case where you want to show a simple checkbox to authorize the terms and condition with a URL to your terms of service or privacy url. But using lightning:input or lightning-input, we’re not allowed to
Read More
17 ViewsTrailblazer Karachi Admin Group – May Virtual Meetup Whether you’re an experienced Administrator, just getting started, want to learn more, we invite you to join in the fun. Topics: 1. How to Create More Creative Flows and Lightning Pages by Eric Smith (Salesforce MVP &
Read More
17 ViewsOur May Meetup [VIRTUAL] ! Come One, Come All, Social Distancing keep us off the starting line! Whether you’re an experienced Administrator, just getting started, want to learn more, we invite you to join in the fun. Topics: 1. How to
Read More
20 ViewsTrailblazer Karachi Admin Group – April Virtual Meetup Whether you’re an experienced Administrator, just getting started, want to learn more, we invite you to join in the fun. Mansoor Ahmed showed us some top free apps from app exchange for our
Read More
171 ViewsFrom : to This: There are 2 ways of doing this. Method 1 After W19, we can now add Lightning components as a tab. By adding as a tab, there will be no custom header. So I highly recommend this option
Read More
149 ViewsOne of the most requested features clients ask for is the addition of an input mask or field masking to a form field. This post will explain what an input mask is, why you may want to use one, and how we can apply a
Read More
113 ViewsRecently I got to know that Salesforce Lightning Community doesn’t support Streaming API or Events APIs. That means, you can not use EMAPI on AURA/LWC for community. That lead me to a workaround on AURA component Credit: @JitendrazaaSource: https://www.jitendrazaa.com/blog/salesforce/calling-apex-method-at-regular-interval-from-lightning-component/