Is there a way to use form fields that does not correspond to database field for temporary processings?
I.e. I want to add:
- temp fields item1, item2
- database field sum
- button with record hook that sets sum = item1 + item2
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know it’s simply not possible with ClearQuest. I’ve tried to do something similar and was told by our IBM consultant that the only way is to create a DB field for all variables.