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
NikiVNikiV 

Using Excel Connector with new junction object

I can't seem to access my new Junction object with the Excel Connector.  I have a custom object that has 1 Master-Detail relationship - I can see it with the Excel Connector in the Table Query wizard.  As soon as I add a second Master-Detail relationship field to this object, it disappears from the table list. 

Has anyone else had this problem?

BTW. This also happens in the Eclipse SDK and Crystal reports 2008, yet the Apex Data Loader still shows the object after adding the second M-D link.  Curious.

Niki
NikiVNikiV
Thanks SimonF for the tip on using the latest API version.  If you want to change the version that your Connector uses, go to Options -> Advanced, select the "Specify Default Server" box and enter: https://www.salesforce.com/services/Soap/c/11.0 in the text box.  Now you will be logged in with 11.0 version and the junction objects are visible.
 
Niki