→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎02-21-2023 12:54 PM - last edited on ‎04-01-2024 12:47 PM by Mercedes_O
If you want to have references to ivanti Heat Incidents within Reports the following code should help, I have used Custom1 Field for the Incident Number, helpful if you log calls, for faults, upgrades etc
'http://HEAT-SERVER/Login.aspx?ProviderName=authentication_provider_name&Role=ServiceDeskManager&Scope=ObjectWorkspace&CommandId=Search&ObjectType=Incident' + '#&CommandData=IncidentNumber,=,0,' + tblAssetCustom.Custom1 + ',string,AND|' As hyperlink_Incident,
tblAssetCustom.Custom1 As hyperlink_name_Incident,
‎09-19-2024 10:51 PM
Most likely their custom1 field is set as a hyperlink field.
‎08-28-2024 08:30 PM
How I apply you above code to my Custom1 Field. Or is there something I need to do in Invanti?
‎02-22-2023 02:14 PM
And Request
'http://HEAT-SERVER/Login.aspx?ProviderName=authentication_provider_name&Role=ServiceDeskManager&Scope=ObjectWorkspace&CommandId=Search&ObjectType=ServiceReq' + '#&CommandData=ServiceReqNumber,=,0,' + tblAssetCustom.Custom1 + ',string,AND|' As hyperlink_Request,
tblAssetCustom.Custom1 As hyperlink_name_Request,
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now