Blogs
-
Error “Guest users are not permitted to perform this operation” while creating chatter post in flow
PROBLEM DEFINITION This error takes place when flow runs in the context of a Guest User – like Record is being created from public site or public webhook etc. SOLUTION This happens because Guest User is not allowed to create chatter post i.e. Feed Post. There are possible below approaches: 1) Using Platform Event : Guest user…
-
Associate Actions With Asynchronous Apex Jobs Using Transaction Finalizers (Beta) – Spring 21
Let’s explore Finalizers in Queueable Apex by considering a scenario. Let me present a scenario and elucidate how we handle such situations prior to Spring 21. In Queueable Apex, when attempting a callout to an external platform, an interruption in the network might result in a callout failure. How do we ensure that the callout…
-
Life Cycle Of A Lightning Web Components
Since the Lightning Web Component is constructed on a component-based framework, it is crucial for us to comprehend the life cycle events of a component to enhance the development of superior components. The Lightning Web Component is constructed upon a component-based framework, underscoring the importance of comprehending the life cycle events of a component to…