ALM 11 Avoid Erasing or modify previous comments
Tags:
Question ID: 104553
1
0

Hi Im Nez

I got a question regarding ALM 11, we already installed a patch that solve a lot of problems, but right now we’re facing some troubles:

We want to add a comment by clicking in the add comments button, only until then it let us write in the textbox, that’s not really a big deal, but the thing is that we also want to keep all the previous comments and make them unerasable and also we need to avoid them to be modified when the users try to modify them:

so basically:
-Add comments
-Not allowed to modify or erase previous comments (If erased or modified to display a message"Your user role is not allowed to modify/erase previous comments")
-And If the user didnt modify anything and wrote the comment properly it should just add the comment and save it when you clic ok.

Our current code works in ALM 9.2, but it doesn’t works in ALM 11 =(

Thanks In Advance for your help, I really appreciate it.

Nez

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on July 21, 2012 3:28 am
73 views
Answers (1)
1
Private answer

In the workflow code I would retrieve the current value of the comment box using the FeildChange function. Store that in a variable. user will add their comment. Code will take the added comment and append that to the string stored in the code then write the variable back to the comments field. That's how I would handle it.

Marked as spam
Posted by (Questions: 1, Answers: 69)
Answered on October 3, 2012 6:02 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top