Blogs

  • How to debug if email alert is not being sent?

    Introduction Users may report that Flow, workflow rules or approval processes emails are not being received from a sandbox or production. Debugging Steps If an email alert is not being sent in Salesforce, there are several steps you can take to debug and troubleshoot the issue. Here’s a systematic approach to identify and resolve the…

    Read more…

  • Create and update custom labels using Tooling API

    GOAL To be able to create custom label along with translation programmatically. SOLUTION We can use tooling API to create the custom label and its translation as below. The Master label is stored in External String and translation is stored in ExternalStringLocalization Request to create master label: Endpoint Payload Response We can grab the Id of Master Label…

    Read more…

  • Auto-Complete Case Milestones using Flow and Trigger

    Case Milestone is created automatically if Entitlement is associated while creating the Case.But it does not get completed until you do it manually or any automation does.We are gonna learn in how many ways we can automate this. Using Flow Using Apex Trigger Using Trigger Create an Apex trigger that automatically marks milestones Completed on…

    Read more…