One of our sandboxes has the 260.13 patch for the Salesforce Maps package and today we started to get an error when using the maps.API.Geocode method through Apex. The method works in other environment with a different package version.
System.QueryException: sObject type 'SettingsGroupAssignment__c' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names.
1 answer
Ensure the Salesforce Maps package is fully updated and all components are installed
Run a metadata refresh (or recompile Apex)
Check if the object exists via Schema Builder or Describe calls
If missing, reinstall or upgrade the package
Contact Salesforce Maps support if the issue persists (likely a patch bug)
Thanks
Manoj