Get action guid

Hi everybody,

I noticed that when I click on a "view" link in the html report, it writes an anchor with a guid in the address bar of my browser.

The guid corresponds to the XMLID of the action in the fbp5 project file.

Now I would like to reference to that anchor from a custom summary page.

Is it possible to query that guid in the action's script?

I checked in the help on "Action Properties and Methods", but didn't find anything mentioned.

Rgds

Richard

 

Hi Richard,

The script to get the action’s instance ID is ‘Action.InstanceID’.

Regards,
Paul.

Thanks Paul,

that did the trick.