Blogs

  • What do Apex Triggers represent in Salesforce?| Insights from the Developer Guide

    What do triggers entail “Triggers in Apex can be activated to initiate custom actions either prior to or following modifications to Salesforce records, including inserts, updates, or deletions.” What categories of triggers exist in Salesforce There are two trigger categories Trigger Event Categories Syntax for Triggers “What do Trigger Context Variables encompass?” Sequence of Execution…

    Read more…

  • Manage Article in Salesforce using Apex

    Create a new article Publish a draft Article Set a schedule for archiving a published article “Please be aware that if the scheduledDate is left blank or set as null, the article will be archived right away.” Abort the scheduled archiving of a published article Remove an article from the archived section Delete a draft…

    Read more…

  • How to query Approval Step Comment in Salesforce

    Salesforce stores the comment in object called – ProcessInstanceStep. So you can query like this:

    Read more…