By default, when you click on a Project to view it, Inspire Planner takes you to the Project Interface where you are able to view the Project Schedule.
This article will walk you through how to change the default viewing behavior for projects. When you click on a project, instead of launching directly into the Inspire Planner Project Interface, users will be launched into the standard Salesforce page. Users can then launch the Inspire Planner Project Interface using a custom button. This article will also guide you through creating a custom button to launch Inspire Planner.
This section will walk you through how to change your Project view settings and create a custom button in the Salesforce Lightning environment.
This section will walk you through how to change your Project view settings so that when you click on a Project, it goes to the standard Salesforce page.
This section will walk you through how to create a custom button which will launch the Inspire Planner Project Interface.
No Custom Domain:
Paste the following URL if you do not have a custom domain configured:
https://inspire1.na55.visual.force.com/apex/InspireTasks?&id={!inspire1__Project__c.Id}
You will need to modify the highlighted value to reflect your Salesforce server (instance). You can find this by navigating to the Home tab and reviewing the URL in your browser's address bar. For example: https://na55.salesforce.com/home/home.jsp
With Custom Domain
Paste the following URL if you have a custom domain configured:
https://inspireassociates--inspire1.na55.visual.force.com/apex/InspireTasks?id={!inspire1__Project__c.Id}
Modify the first highlighted value with your custom domain name (inspireassociates is used in the example above). Then you will need to modify the second highlighted value to reflect your Salesforce server (instance). You can find this by navigating to Company Information in Settings (in Setup, enter 'Company Information' in the Quickfind box. In Organization Detail, look for "Instance". This is your Salesforce server). Replace the second highlighted value with this value.
Now test and confirm your button works as expected. Now you're on your way!
This section will walk you through how to change your Project view settings and create a custom button in the Salesforce Classic environment.