Hi! 🙂 Imagine, as a developer, you've a use case where you're developing a custom modal LWC component and you'd like to make it flexible so that you can easily adjust the height of the modal. One (and relatively the easier) way of doing this is by using in-line CSS, and here's how it will … Continue reading How to dynamically set custom CSS properties in LWC?
Month: Jul 2021
Scheduled Flows: How do they work?
Very recently, one of my fellow #flownatic friend, Andy, shared a tweet about scheduled flows which led to some interesting suggestions on the thread. https://twitter.com/enginutkan/status/1413922984188948491 The question here is which approach should you be taking, left or right? Take a moment to think about it! Which one did you pick? So the ideal approach here … Continue reading Scheduled Flows: How do they work?
Customize Pre-Chat in Embedded Service Chat
Did you know you can customize the pre-chat form in the Embedded Service Chat? Well I certainly did not until I came across lightning:base-prechat base component, handy stuff I must say. I recently had a use case where the customer wanted to hide the pre-chat form on the chat bot which seems very easy, however, … Continue reading Customize Pre-Chat in Embedded Service Chat