Adding default or some hint to fields
is it possible to add some hints how to fill fields in forms like Change requests etc? I know that it is possible to add default values to field through JS, but was thinking about some hint when user will go over field with mouse pointer. Do you have something like this in yours environment?
Thanks
Martin
Answers
You can do this a fair bit easier through Advanced Request offerings by adding in Regular Expressions and tooltips.
But if you just want to do this on forms it may be a little more custom, this may not be the most efficient way but may be something you are after:
So you can run this and then when you hover over the description box you will get a box come says "this is my tooltip" and works across all work items. And from here you can be more specific but hopefully a good starting point.
Thanks,
Shane.
The form fields are disabled because it's locked, but you get the idea. If someone wants to know what they are supposed to put in a field, they can hover over the question mark. I picked an obvious one for the screenshot because I don't have to blur anything proprietary out. This is most helpful for the enum lists, such as the Urgency/Impact and Priority (for SR) fields. It really helps when users know which one to pick and why. Those definitions give the meaning of each item in the list, so the bubbles are a bit taller.
I load a list of field definitions from the database into the app cache and the values are read in from the cache as needed. The cache gets stale and updated once a day.
If Cireson would like to provide this, I would be happy to rip out my customization. I have not requested this that I remember, so feel free to, @Martin_Strbavy.
- The list of activities by stage is just a modification of this from @Geoff_Ross (I hope to have time to scrub that and share a form of it soon).
- The work item lock is just this from @john_doyle, with a few small modifications to suit our internal needs.
- The counts of activities and related items is also based on code in this forum, but I could not find the link after some searching (it probably has a title that I am not thinking of).
I will need to do quite a bit of scrubbing to be able to share these modifications, but I plan to over the next several weeks, if I can.But really if you will have some time, it would be nice if you will have some time to rip out at least some of your customizations I think that lot of people will appreciate it not just me
@Tom_Hendricks Awesome design Love it ! the customization is not simple as no i'm not creative on design. Waiting for your release :)