Avatar

Correct answer by
Level 10

You can't connect a hyperlink with another script or action but you can create a button that will open your hyperlink destination and execute any other scripts during the click event.

Checkbox.rawValue = 1;

app.launchURL("https://forums.adobe.com/message/10521127#10521127​");

View solution in original post