Custom Reports - Hyperlink Ticket Numbers

Got to the 'Fields' tab on your custom report and click on the advanced field settings for TicketNumber.

Copy6843dee86dbc.png

After you clicked on this icon you will see following popup windows:

Copyb0fac5cb9d15.png

If you want to use the field value in url you can fill the "Url" field (#1).

For example - "home/ticket/viewticket.aspx?id={0}". In this case "{0}" will be replaced with field value.

On view ticket page we are using "ticket id", not "ticket number", in this case you need to add this field to your report and use it in "Url" filed.

For example:

TicketNumber field has following value in "Url" field: /home/ticket/viewticket.aspx?id={2}

{2} - is the number of TicketId field in report and this field is hidden.

In this case you will see following links

Copyc7341c6eca7b.png

  1. Mike Clements
    07 June, 2023