How do you create a drill path that hyperlinks to an Opportunity inside Salesforce?
I have a Domo card that shows Top 5 deals, I'd like to be able to click on the opportunity and have it open that Opportunity inside of Salesforce. How can I do this?
Comments
-
CONCAT('<a href="https://yoursaleforceurl.com/', `your opportunity field name`, '"&target="_blank">', `your account name field`, '</a>')
4 -
0
-
re: kith_howes solution
I use this all of the time within a BeastMode calculation. Works great. Makes Domo not only informative, but immediately actionable.
0 -
Hi kith.. could you please explain in detail.. thanks
0 -
Create a Beast Mode field, and use the below...update with your company information:
CONCAT('<a href= URL',`Id`,' target = new> TEXT </a>')
Where:
- URL = everything including and between the https:// and the .com in your Salesforce URL bar
- Id = the field in your dataset that is representative of the Salesforce Opportunity, Account page, etc...what you're trying to link to...it would look something like: 0063200001olpyv
- TEXT = The words to show up in your Domo table, for users to click on for the link...I use "SF Oppty" for an Opportunity page
I don't think I can break it down anymore for you - it's pretty easy once you can break down the "science" behind it.
1 -
Thanks for sharing this! I tried to create a field using your code to link to opps in SFDC and it doesn't seem to pull the SFDC id into the resulting url, here is my beast mode:
CONCAT('<a href="https://xxx.salesforce.com/"',`Id`,'target="_blank">',`Name`,'</a>')
Id - SFDC id field
Name - opportunity name
It is creating a field with the correct name but the link is "https://xxx.salesforce.com" everywhere, so it links to our SFDC instance home page, not actual opportunities.
What am I doing wrong?
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 731 Beast Mode
- 55 App Studio
- 40 Variables
- 683 Automate
- 175 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 122 Manage
- 119 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 107 Community Announcements
- 4.8K Archive