Posted on 09-07-2016 09:56 PM
Hi there,
I'm trying to create a new field using extension attributes that is a weblink to a webpage.
I managed to create the field and insert the URL in there, however I need to select the whole URL and then copy and paste into the browser to access that webpage. I'm looking now for a way to have that URL as a weblink that would save my team a few clicks and speed up the process.
In the extension attribute I created which is returned by a script, I tried adding the HTML tag <a href></a> within the <result></result> tag but it didn't work.
Has someone come accross this situation before?
Thanks,
Luis
Posted on 09-07-2016 10:19 PM
The format of the page is defined by the Div ids and classes. Your best bet is to play around with the Developer tool. sorry cant help much.
Posted on 09-08-2016 07:37 AM
Weblinks won't work in an EA field. I don't think the JSS will parse them and display them as actual links no matter what you do. This is because of security concerns, cross site scripting, etc. It would be nice if JAMF supported this in some secure way, but I don't think that's even a consideration right now.
Posted on 09-08-2016 05:20 PM