cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to have a clickable hyperlink as a field under Products?

Former Member
0 Kudos

As the subject says, is it possible to have a clickable hyperlink setup as a field in the Products table somehow? Basically I have a field that automatically constructs a hyperlink based on an assignment and I'm wondering if there is a way you can set it up so that you can just click on it and have it open up Internet Explorer as opposed to having to copy the link and paste it in a browser.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ryan,

Have you looked into trying to use the Web Pane URL for your scenario?

<a href="http://help.sap.com/saphelp_mdm550/helpdata/en/8c/ca6d92fe624549a2809c8d02ab063c/frameset.htm">Web Pane URL</a>

<a href="http://help.sap.com/saphelp_mdm550/helpdata/en/43/79696a7c9c6fcae10000000a1553f6/frameset.htm">Web tab</a>

This will allow you to create a URL to search Google for example based on the data contained your fields/attributes. You need to create the custom URL in the Console and then activate the option from the configuration settings in the Data Manager. This will then activate the Web tab for this link, all internal to MDM.

Let me know if you need more detail.

Thanks,

Tim

Former Member
0 Kudos

Thanks...that worked better than I had even thought possible! I wasn't aware of that feature.