We have a global "assigned team" field that has options which are the same across ALL projects. However, the default value of this field should be different across projects.
I ran into these problems when trying to accomplish this:
Is there a way to set the default value without the problems listed above?
Hi Alex,
What if you hid the field in your form for that project (leave it on the Create screen and Edit/View screen) and put the default value in there? The user would not see it at create time, but immediately when it is created it should be seen.
I think Automation is your best bet in this case. What are your objections to having to wait a couple seconds after creation until the field is filled? This should not take much longer than that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, automation is what I currently have set up and it's not too bad.
It's only a problem when users are filling out the field initially, since the default will not be there until after submission. Just a bit confusing for users is all, would be nice to have it filled out by default and then users can select a non-default value if applicable.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Alex,
I would remove the field from the CREATE screen(s) in that case. If you only have it present on the EDIT/VIEW screens, it will be editable by Automation, but not be able to set during creation by users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.