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,