Skip to main content

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.

#Salesforce Maps

1 件の回答
  1. 4月1日 1:08

    @Gonzalo Di Gesu

     

     

    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

0/9000