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,

 

 

 

1 REPLY 1
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,