Blogs

  • Handling GeoLocation Field In LWC Datatable

    Have you had experience dealing with the GeoLocation field in LWC? There’s a potential bottleneck you might encounter if you strictly adhere to the documentation. The reason behind this caution is that the documentation suggests a specific format for the columns property when displaying data in a datatable that includes a GeoLocation field. However, when…

    Read more…

  • Arrange The Map To Obtain The key Associated With The Maximum Value.

    Therefore, the task is to retrieve a few records from the Opportunity object, including the OwnerId and Id fields. For various records, there could be different owners. Our goal is to identify the OwnerId associated with the highest number of records and determine the count of those records. It’s obvious that we would have to…

    Read more…

  • 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…

    Read more…