Hi,
I want to run some actions while triggering a custom button (web-item most likely), like udpating a custom field value or triggering an event. Is it possible to bind a groovy script to that button ?
I have not seen an example of this, so I guess it is not possible, but I wanted to give it a try.
Regards,
Antoine
Hello,
You need to create a REST end point and then call the rest end from your web item.
Hi Alexey, thanks for your answer.
I have made my script work. Only one thing is missing. I am using a web-item in the operations-top-level section. How to make the section disappear when I click the button ? I want the user to click the button exactly once.
Regards,
Antoine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add a web resource with javascript. Attach to the web item click event and hide the web item on click. You can read more here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I am almost there.
I successfully hid the button on click. However I would like the drop-down menu (More ...) to close after I click the button, while still having the button available if the user clicks again on More.
Is that possible ? I could not find any documentation on that (and I am new to javascript).
Thanks,
Antoine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have never tried it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Antoine Berry I think you are running a script on button click. Can I know how did you do that ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I abandoned this solution. If I remember correctly, you need to create a REST end point (GG > Rest Endpoint) and then create a script fragment that runs this service (GG > Script fragments).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.