I created a custom field and associated it with a bundle that has two options. When I'm trying to attach it to a project, it tells me I have to enter a default value. I don't want a default value because I want to force the user to choose one. How do I do this?
Sorry for short delay!
Please, enable 'Can be empty' option. This achieves what you need.
Thank you.
I have since discovered I think I can do this via a workflow.
please leave 'Can be empty' option enabled and attach the following workflow:
rule Required field when becomesReported() { Subsystem.required("Field 'Subsystem' is required."); }