We use ServiceNow as our CMDB and Change Management platform and our first step in getting some amount of integration is to create clickable links for each node to their corresponding object in SN. I can do this manually by exporting, running a PowerShell script to create the links and save them in another file I can import but this isn't something that can be automated and I don't want to do that forever. My issue is that if I use Set-SwisObject to insert that custom property it becomes "malformed" during that process and then it won't display as a clickable link in Node Details like it does with my manual insert method. Can anyone tell me how this happening and if there is anything that can be done to resolve it?pr
My HashTable Value looks like this in PowerShell:
"<a href=https://INSTANCE.service-now.com/cmdb_ci_netgear.do?sysparm_query=nameLIKEDEVICENAME target=_blank>ServiceNowURL</a>"
And it displays in Orion as such:
<a href=https://INSTANCE.service-now.com/cmdb_ci_netgear.do?sysparm_query=nameLIKEDEVICENAME target=_blank>ServiceNowURL</a>