function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFRichSFRich 

API version and Field not shown

I added a new field to my Opportunity table and I couldn't see it using the Excel Connector.  I can see it using Apex Explorer and Informatica using the same login. )  However if I bump the version number in my Excel Connector login 'server URL' from 6.0 to 8.0, it works fine and the field shows up in the result spreadsheet.  https://test.salesforce.com/services/Soap/c/6.0 changed to https://w ww.salesforce.com/services/Soap/c/8.0   What is the current Salesforce API version number?  Is there a place in the Excel Connector or registry where I can make this change permanent?  It keeps resetting back to 6.0.

 

Message Edited by SFRich on 07-10-2009 01:09 PM
Best Answer chosen by Admin (Salesforce Developers) 
rpr2rpr2
Current version of the API is 16.0.

To set it permanently, go to the Options menu of the Excel Connector. Then go to the Advanced tab. Change the server URL endpoint and click on Apply.

If you are already logged into Excel Connector when making this change, you will need to log out and back in again for it to take effect.