Good afternoon,
I'm running into an interesting problem.
I created a custom button on the Quote subgrid (using the Ribbon Workbench) with a simple Javascript function call. I added the Quote subgrid to both the Account and Opportunity forms.
When I select the button from the Opportunity the function triggers and does what it is supposed to do.
When I select the button from the Account nothing happens. The first line in the function is a simple output to console ("you are in function X").
Same button, same function but only triggers on the Opportunity and not the Account.
I have recreated the button and and updated the forms multiple times but nothing seems to take.
Any suggestions?
Thank you.