Can I add a constraint to not allow users to add hours in RTC time sheet if it is not a multiple of 0.25 hours
We want to limit our user to only enter time in RTC timesheet which are multiple of 0.25 hours. I.e if user add a time as 1.3 hr, 1.45 hr, 4.65 hr etc, the tool should not allow it and only allow time with decimal value when they are a multiple of 0.25 hours (i.e 1.25 hr, 1.5 hr, 1.75 hr, 2.0 hrs etc).
Is there a way in RTC add this limitation? We are using CLM 5.0.2 |
Accepted answer
Yes, but you need to implement your own precondition.
Rohit Rishabh selected this answer as the correct answer
Comments
Rohit Rishabh
commented Nov 24 '15, 2:32 p.m.
Does it require to write a java script and add it as a precondition?
No, preconditions are Java extensions.
You can find more details in my blog:
|
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.