Can I create follow-up actions with a client plug-in?
Yehiel Glass (255●4●89●86)
| asked Jul 04 '12, 10:47 a.m.
edited Mar 28 '13, 7:49 a.m. by Ralph Schoon (63.5k●3●36●46)
Hi,
I know how to use server plugin to create followup actions. Is it possible to create followup actions with the client plugin? How should I use the client plugin? Is there another way to trigger the plugin - without creating a new button? Regards, Yehiel |
One answer
Hi Yehiel,
There is a built-in client side precondition that checks for compilation errors. The precondition is run when the user attempts to deliver, and the delivery will not go through if there are compilation errors. You can configure this precondition by doing the following:
If you want to add your own custom precondition, you can create a custom client side advisor. https://jazz.net/library/article/495/ has information on how to do so.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
A "follow-up action" is triggered by the operation on which the follow-up is defined. Is that what you had in mind? Or are you thinking about adding a new GUI action (e.g. via a new GUI button)? That would be something very different. Note: Please remember to phrase your question as a question.