Overflow menu custom Tool help?

I’m looking to add custom functionality to a screen via the Overflow menu via a Tool.

Does anyone know if I can link a Tool to a specific Event and where I can find any documentation on this?

I’ve tried looking in the App Studio help but I haven’t found anything pertaining to custom Tool functionality.

Thanks!

Here’s how to add the tool: How To: Custom Toolbar Icons
Since you mentioned you want it in the overflow menu, skip step 4 where you check the box that says “Add to Primary Toolbar”.

To wire it to an action, create a new event.
Set the Trigger properties as follows:
Type = Control
Hook = On Click
Target = your new tool’s ID

3 Likes

Cheers @hmwillett ended up figuring it out!

2 Likes