Blogs
-
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…
-
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…
-
Query list of apps installed in Salesforce
Requirement We can get the list of items in the Force.com app menu or App Launcher from the ‘AppMenuItem’ sobject. So, purpose is to get the list of apps installed from appexchange or created in a salesforce organization. Solution There is a sobject ‘PackageLicense’ represents licenses for installed managed packages.