Hello,
I’ve developed a custom application and would like to achieve the following scenario:
When a deal is moved to the Billing stage, an automatic trigger should execute and redirect to a URL that includes deal details such as Deal Name and Deal Owner. (www.website.com/dealname=$Deal.name)
If this isn’t feasible, I’d like to implement a button that is only visible when the deal is in the Billing stage. Currently, I can create a button that redirects to a URL, but it appears across all stages. I need it to either:
Be visible only in the Billing stage, or
Work only in the Billing stage (and show an alert message if clicked in any other stage)
I’ve tried using a Deluge script, but it only displays a popup message. The openUrl function is not performing the redirect as expected, possibly due to limitations with void automation (as I understand from Claude’s response).
Could you please help me achieve this?