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
Daniel G-PDaniel G-P 

GUI for Excel Connector? / How to lessen the steps required

Hi all-
 
Has anyone written a handy front-end for the Connector?

Also.. is there some simple way to shorten the number of steps required to upload a fully functional opp?  As it is right now, this is what I have to do:
 
1) Query the Account table to get the appropriate Account ID
2) Fill in Opp info, upload
3) note the Opp IDs
4) Query LineItem table for LineItem IDs
5) Fill in lineItem info
6) note LineItem Ids
7) Query LineItemSchedule table
yadda, yadda, yadda.
 
It's driving me a bit batty.  I'd love to be able to just put /all/ the Opp info in a single spreadsheet and upload.  Is this doable?
 
TIA
Riley BRiley B

i found another post about this.

in the VBA / Macro

 

Application.Run ("sfQueryAll")   or  other sf(function)  you have to go hunting for them in the connector Modules