Dude and external link

Hello
Can a classic html link to an external page be placed in the DUDE for that object? I’m concerned that when I click on that device, the link will redirect me to an external web site where WebCam is running, or an internal information system.

Excuse my English please

Ikk,
We can try to use a Tools and device Custom Fields for this.

  1. Add a desired URL in the device properties:
    Settings → CustomField1 → your URL
    → Ok

  2. Add a new tool:
    Tools → +
    Name: WebCam
    Command: “C:\Program Files (x86)\Mozilla Firefox\firefox.exe” -new-tab “[Device.CustomField1]”
    → Ok

  3. Verify:
    Device → Tools → WebCam

Thank you!