Blogs

  • Flow not triggering on Data Import

    Question I have a flow that is set to perform some set of action when Account is created. It is working expected when I am inserting manually however when doing the same using Data Import wizard, it is not working. What could be the reason? Solution While importing the data using Import Wizard, we need…

    Read more…

  • Field ‘Number__c’ can not be grouped in a query call

    About this Error The error “Field cannot be grouped in a query call” indicates that the field is not groupable in SOQL in Salesforce. This typically happens when the field is of a type that does not support the GROUP BY operation in the query. Common Non-Groupable Field Types Confirm Field Groupability using Apex Use…

    Read more…

  • Can we change the ParentId of EmailMessage Record in Salesforce

    Requirement If email-to-case feature is enabled, sending email creates EmailMessage and creates or updates Case based on thread. Sometimes emails sent (from customers in a new thread) are linked to already an existing Case and you come up requirement to link the EmailMessage record with existing Case instead creating new one. Please note that EmailMessage…

    Read more…