Quick question about Web Protocol Handlers

Quick question about Web Protocol Handlers

avatar
andrew08
Disabled

I've started playing with the Web Protocol Handlers to see how we might use them in integrating RDM into other monitoring or documentation systems we have in place. As a start, I'd like to be able to link straight into a session, with the focus on the Documentation tab of that session, without actually opening the session.

I started with the automatically generated URL's, such as:

rdm://open?DataSource=457FE0D1-6774-457A-9FB4-EC1B86BA0656&Session=8a179c05-b01d-4ee2-a6f9-51ee5bd56ce2

That works, but opens the session. Next, I edited to do:

rdm://action?DataSource=457FE0D1-6774-457A-9FB4-EC1B86BA0656&Session=8a179c05-b01d-4ee2-a6f9-51ee5bd56ce2&Tabpage=Documentation

That launches RDM, but doesn't bring up the relevant session or focus on the Documentation tab. I'm thinking there must be other action words to use beyond open? or action? to do what I'm trying to do, but I'm not seeing it in the documentation for Web Protocol Handlers.

Is this something I can do?

Thanks,

Andrew

All Comments (4)

avatar

Hello,
I think that it's simply that documentation is not implemented. It's a bug and I will assign this to our dev.

Regards

David Hervieux

avatar
andrew08
Disabled

Awesome, thanks!

avatar

Hi Andrew,

I'm currently working on fixing the issue.

Best regards

Mathieu Morrissette

avatar

Hi Andrew,

I fixed your issue and you will be able to do what you want by using this url:

rdm://select?DataSource=457FE0D1-6774-457A-9FB4-EC1B86BA0656&Session=8a179c05-b01d-4ee2-a6f9-51ee5bd56ce2&Tabpage=Documentation

It will be available in the next release.

Best regards

Mathieu Morrissette