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
dujsudujsu 

Office Toolkit (using the Excel connector) - objects not showing up

Is there a way to add/remove objects that are available to the client application (see below)?  We are having an issue with objects not showing up in the list, both standard and custom.

 

Definition below can be found here: http://www.salesforce.com/us/developer/docs/officetoolkit/index_Left.htm#StartTopic=Content%2Fsforce...

 

EntityNamesVariantString array containing the names of all Force.com objects that are available to the client application. Each array element represents a separate object type.
GuillermoPGuillermoP

No, technically it is all or nothing. The object names on the front end are not the same on the back end. Example, the Products object is actually Products2 there is no Products or Products1. What objects are you missing? 

dujsudujsu

We are looking for Quote and QuoteLineItems..any ideas why they wouldn't show up? 

 

We also tried bumping up the API version from 13.0 and were successful to 16.0, but any higher and the list of objects to choose from on the interface would return as empty. The two objects we are looking for were not available until the 18 and 20 (something) releases from what I have read up to this point. 

 

Any ideas?

GuillermoPGuillermoP

Might not be possible I dont know. But, you can definitely access it via Dataloader.