Open url in a specific browser profile #1137
MscrmTools
started this conversation in
Ideas
Replies: 3 comments 14 replies
-
I'd definitely use this in SQL 4 CDS. Don't really have a strong opinion on which method you use to expose it though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, it's implemented the easiest way to avoid any dependency between connection controls and XrmToolBox => I implemented |
Beta Was this translation helpful? Give feedback.
13 replies
-
What if I use different browsers as well? Would that be supported? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know how you work with multiple customers but I personaly use browser profiles : one profile per customer. So far so good!
Problem with XrmToolBox is that when opening an url it uses the default browser with the default profile, which does not have necessarily the appropriate credentials to open the url.
What I propose is to allow user to select a browser and a profile that can be associated with an XrmToolBox connection.
When a connection is validated, you will be proposed to set a browser
Then you can select the browser and the profile to use
I do have a question for developers that will use this new feature. How should I expose the method to open an Url?
1/ in the
ConnectionDetail
object ? =>ConnectionDetail.OpenUrl(string url)
2/ in an helper class in
XrmToolBox.Extensibility
namespace ? =>XrmToolBox.Extensibility.BrowserHelper.OpenUrl(ConnectionDetail detail)
Beta Was this translation helpful? Give feedback.
All reactions