We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to create a new sortable Data Grid with GroupCensus or GroupCensusMember standard object I get the following error :
If I run the code on the validate method on the Dev Console I can see the object is listed on the Schema.getGlobalDescribe();
Schema.getGlobalDescribe();
The text was updated successfully, but these errors were encountered:
@flindsay @flindsaySFDC this is related to the ApexClass sdgVerification class api version outdated.
sdgVerification
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>
Sorry, something went wrong.
No branches or pull requests
When trying to create a new sortable Data Grid with GroupCensus or GroupCensusMember standard object I get the following error :
If I run the code on the validate method on the Dev Console I can see the object is listed on the
Schema.getGlobalDescribe();
The text was updated successfully, but these errors were encountered: