Skip to main content

#Salesforce_connector4 utenti parlano di questo argomento

Hello All, 

We are currently facing an issue with the Salesforce Connector for Google Sheets. We have been unable to export Salesforce reports to Google Sheets using the connector. 

We are receiving the following error message: 

"In order to get all of the report data, disconnect and re-authorize the Add-on from Salesforce using Help > Connection Information > Disconnect Add-on. Once disconnected, log in to Salesforce again using the Add-on." 

Based on our initial findings, we suspect that this issue may have been caused by the recent MFA enforcement in the Production environment.  

Each time a user tries to export a report, a new verification window opens and asks for an MFA verification code.

We are using the Salesforce Connector and have followed the instructions provided in the error message. After reconnecting, the export works only up to 2,000 records, and then the connection fails again.

Is there any workaround or recommended solution to prevent repeated MFA prompts and allow users to export reports successfully?

 

 

 

#Salesforce Admin  #Security  #MFA  #Salesforce_connector

5 commenti
  1. 14 ago, 12:03

    I met with Salesforce support. The option given to me was to suspend the MFA security changes from last month for 90 days. It was implied that google was aware of the issue and that it would likely be resolved before the 90 days was up.

0/9000
Rythem Singhania ha fatto una domanda in #Mule 4

Hey Guys,

 

There is requirement where our SF team has created a report in Salesforce based on some filter criteria and now we have to fetch the data from tha report in our API, any suggestions how to achieve that.

 

Thanks in Advance !

 

#Salesforce #Salesforce_connector #Mule 4​ 

3 risposte
  1. 14 giu 2022, 20:02

    If it's a scheduled report on Salesforce side, you can use the REST API(/services/data/vXX.x/analytics/reports/<reportId>) as exposed in the article mentioned in the previous answer. You can get either excel or json format of data.

    But if it is a report with a simple criteria and not many rollup summaries, then you can read the data directly using Salesforce connector applying the criteria in your SOQL query.

0/9000