Alarm UDT Tag GOTO URL Redirection to Specific Perspective View

Hi Everyone,

I'm trying to implement navigation from an alarm to a specific Perspective view using a GOTO URL configured within an Alarm UDT.

Current Setup

  • Ignition Perspective application
  • Alarms configured inside UDT instances
  • Multiple equipment UDTs (Pump, Motor, Conveyor, etc.)
  • Each equipment has its own Perspective view

Requirement

When an operator clicks an alarm (or uses a GOTO URL link), I want the user to be redirected automatically to the corresponding equipment view in Perspective.

For example:

Alarm Source

[default]Area1/Pump101/Status

Target Perspective View

/Equipment/PumpDetails

Expected Navigation

https:///data/perspective//Equipment/PumpDetails?equipment=Pump101

What I Need Help With

  1. What is the recommended way to configure a GOTO URL for alarms defined within a UDT?
  2. Can the URL be stored as Alarm Associated Data and used dynamically?
  3. Is it possible to pass the UDT instance name or equipment ID as a parameter to the target Perspective view?
  4. Has anyone implemented alarm-to-view navigation from the Alarm Status Table in Perspective?