We want to make the "Fix Version" field a required field, but only later in the workflow.
I know we can use validators to do that, but i don't want to use validators, since we have too many transitions.
Any links or pointers?
Thanks - John.
I'm afraid validators are the answer to this one.
You could try injected javascript (don't), or behaviours, but they're both by-passable, only work in some places, and hence prone to failure. Validators is the only way to do it.
Hi Nic,
Thanks for the quick reply
How can I use behaviours to achieve this?
Can we specify states in behaviors?
I was thinking something like this should work, but I need the exact syntax to specify states.
FormField Version= getFieldByName("Fix Version")
if(State=="Done"||State=="Closed" ){
Version.setRequired(true)
}
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.