How to get the login user in JS of validate?
Hello,
|
One answer
Ralph Schoon (63.3k●3●36●46)
| answered Jan 13 '17, 6:43 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER If using a validator, set the operational behavior (attribute validation and set severity to error) see https://jazz.net/wiki/bin/view/Main/AttributeCustomization.
Only Owner Can Close WorkItem Advisor.Comments Thank you for your reply.
Donald Nong
commented Jan 15 '17, 6:21 p.m.
This is not going to work. As you have observed, the Web UI only presents the error messages and never prevents the user from clicking the Save button. Once the WI is posted to the server, it is up to the server side. For the reason Ralph already mentioned, your code does not work on the server side, and the Save operation just goes through. You should consider the option that Ralph suggested.
|
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
I use rtc 502