SalesforceLabs / EnhancedLightningGrid

Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
BSD 3-Clause "New" or "Revised" License
136 stars 96 forks source link

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

Open whoisemiliano opened 2 years ago

whoisemiliano commented 2 years ago

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 commented 2 years ago

@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"?>

55.0 Active `