Newbie question regarding form format possibilities - like excel checklist
Hi guys.
Just a question regarding possible form formatting. Is there a way to create a section with multiple checklist style lines (tight like in Excel) with a functional check-box for each line like Waiting, In-progress and Closed. A control variable may be switched once all items marked Complete 'OR' calculate percentage of tasks still needing to be completed and therefore giving a progress value.
This would be tremendously helpful for my project.
Rgds
Shawn
2 answers
Hi, Shawn
It is possible in RTC to create a custom enumeration type of attribute in a workitem and use some logic such as dependency to trigger other actions based on the state or value of other attributes and so on. I would suggest to start with this article:
https://jazz.net/library/article/1003
(there are more articles in jazz.net library and you can search for customization: https://jazz.net/library)
Hopefully this helps you to start with.
Don
It is possible in RTC to create a custom enumeration type of attribute in a workitem and use some logic such as dependency to trigger other actions based on the state or value of other attributes and so on. I would suggest to start with this article:
https://jazz.net/library/article/1003
(there are more articles in jazz.net library and you can search for customization: https://jazz.net/library)
Hopefully this helps you to start with.
Don
Have you tried exploring the planning capabilities of RTC.
This provides you a view of work items almost similar to the way you have explained and it is also quite flexible.
Check out https://jazz.net/library/article/593 for further understanding of planning capability.