→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ASismey
Engaged Sweeper III

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,

 

 

 

3 REPLIES 3
rader
Champion Sweeper III

Most likely their custom1 field is set as a hyperlink field.

tmccloud
Engaged Sweeper

How I apply you above code to my Custom1 Field. Or is there something I need to do in Invanti?

ASismey
Engaged Sweeper III

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,