EnhancedLightningGrid icon indicating copy to clipboard operation
EnhancedLightningGrid copied to clipboard

Sortable Data Grid does not work with GroupCensus and GroupCensusMember standard object

Open whoisemiliano opened this issue 1 year ago • 1 comments

When trying to create a new sortable Data Grid with GroupCensus or GroupCensusMember standard object I get the following error :

image

If I run the code on the validate method on the Dev Console I can see the object is listed on the Schema.getGlobalDescribe();

image

whoisemiliano avatar Sep 06 '22 20:09 whoisemiliano

@flindsay @flindsaySFDC this is related to the ApexClass sdgVerification class api version outdated.

The metadata should be updated to

<?xml version="1.0" encoding="UTF-8"?> <ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> <apiVersion>55.0</apiVersion> <status>Active</status> </ApexClass>

whoisemiliano avatar Sep 06 '22 22:09 whoisemiliano