Launching an X-Author for Excel App from Salesforce
From a button on any page in Salesforce, users can launch an App that opens in Excel and automatically retrieves data from Salesforce. Depending on how this feature is configured, the flow can vary, but is essential as follows:
- The X-Author user clicks a button on any Salesforce page (that can accommodate a button).
- A new instance of Excel is opened and connects to Salesforce without any additional login required by the user.
- The App id specified in the button and (optionally) parent id are passed as parameters to the App.
- The App opens in Excel and executes the named or auto-execute Action Flow.
To implement this feature, perform the following steps in order.
- Configure Launch from Salesforce using a custom button or Excel App setup.
- Make your app launch-ready from Salesforce.
- Add an External ID to action flow query actions.
Any app configured to launch from Salesforce must have at least one Action Flow to execute when the app opens.
Configuring Launch from Salesforce
There are two ways to configure Launch from Salesforce by customizing the target (contextual) object.
Option 1: Create a custom button with a launch script (For Salesforce classic Users)
Option 2: Configure Excel App Setup (For Salesforce Classic and Lightning users)
There is no limit to the number of different Apps that can be launched from Salesforce. It could be a list of opportunities, or a list of opportunities or contacts for an account. You can place buttons anywhere Salesforce allows them to be located. X-Author for Excel provides a few sample buttons. To see an example, search for buttons from Salesforce Setup, then navigate to the Opportunity buttons, and locate the Edit in Excel button.
To create the Edit in Excel button on any standard or custom object
Making an App Launch-Ready from Salesforce
An app needs an Action Flow to be specified to automatically run when the app is launched. There are two ways to specify an Action Flow:
- Named Action Flow (from Option 1, above). Enter the name of the Action Flow from the App that you want to execute on launch by defining the actionflowName parameter. This is recommended when the same app is required to be launched from different object records.
-
Auto-Execute configuration from the App (Option 1 or 2, above). From the X-Author
for Excel Designer ribbon in the app, click Action Flow. Click
the check box for the correct action flow under "Auto-Execute (Launch from Salesforce")
and save the app. Only one Action Flow can be selected.
Adding an External ID to the Query
If this is an App that has no parent, such as a list of opportunities, make sure the query has the appropriate hard coded filters to retrieve the records you want.
If this is a parent/child App, then the query requires a filter to identify the parent field. For example, if the button is on the Opportunity related list for Accounts, then the Account Id is the parent id that is passed as a parameter.