Save Participant for popup window on cancel work Item using server extensions.
![]() Hi All. Till now I have seen in SaveworkItem partcipant (at server side) we can valiadate the input data and show error message or update some other value depending on current save operation. Is there way I can show popup message/window to proceed save operation or not when work item is canceled/rejected/invalidated. Thanks, Kavita |
Comments
No.. popup windows are not supported. you can check and reject the save (advisor), or you can check and fix the data and save again (participant).
you can also use the script vaildators (field by field advisor). but they only put up the same errors.
you would have to write a java extension.
https://jazz.net/library/article/1000