Reconciliation fails for Workday with error "ReferenceError: "GroupingEngine" is not defined."DescriptionReconciliation for Workday fails to due to existance of deprecated script includes that did not get removed properly.Steps to Reproduce For existing customer, after upgrade to Utah or later, SampRecord script include is not deleted, causing the workday license calculator's this.preUtah check to failwhen workday license calculator have this.preUtah to be true, because SampRecord still exist, it will call GroupingEngine (removed), and cause workday recon to fail with error [ReferenceError: "GroupingEngine" is not defined]Notes:in previous defect, it mentioned "Might be better to delete the script from source control instead of marking the XML as deleted and DEPRECATED, since customers might have created customizations using SampRecord/Aggregate"given that there are new case tasks related to this, we might want to re-evaluate deleting the script from source control is still a good idea.WorkaroundCustomer should delete SampRecord and SampAggregate script includes if they exist and are on Utah or after.New Workday store app version with a fix will be available in May.Related Problem: PRB1732207