Blogs

  • Current User info in Aura Lightning JS controller or Comunity without apex

    var userId = $A.get(“$SObjectType.CurrentUser.Id”);

    Read more…

  • How to insert CaseMilestone in Salesforce

    Sometimes we get such a scenario, we may need to create CaseMilestones– especially when you are doing data migration from Salesforce-to-Salesforce; but Salesforce does not allow to create CaseMilestone through custom means. But we can follow the below steps to insert it in new org same as we have in current org (assuming that you…

    Read more…

  • Filter Reports via URL Parameters in Lightning Experience

    Description How to pass URL parameters to set filter values in Lightning Experience reports. When linking to reports or when bookmarking a report, add filter value parameters to the URL to customize how the report filters when opened. For example, bookmark your opportunities report and add a filter value parameter to specify whether you see New…

    Read more…