I need to have a button ( a navigation tab ) with my company name next to Learn clicking on that should open my company's website . What is the right approach to do this ?
Announcements
I need to have a button ( a navigation tab ) with my company name next to Learn clicking on that should open my company's website . What is the right approach to do this ?
Here is the link how to add button using Ribbon Workbench
Hi,
You can add the button with ribbon workbench and use javascript to open your company URL.
something like this:
var companyurl: "https://xxx.com"
Xrm.Navigation.openUrl(companyurl);
I'm looking at something like this .
Daivat Vartak (v-9d...
671
Super User 2025 Season 1
Vahid Ghafarpour
167
Super User 2025 Season 1
Muhammad Shahzad Sh...
138
Most Valuable Professional