Hi'
I am trying to use a workflow transition condition set to OptionID (I took the the ID of the field value from "SelectedValue=" and yet nothing is working. I tried doing it with a String comparison but still nothing.
any thoughts?
thank you
Guy
HI,
I have a similar workflow where component drives custom field values.
Component= Test 1, Custom Field 1 must be valued.
Component = Test2, Custom Field 2 must be valued
And if Component has Test1, and Test 2 then custom fields 1, 2 must be valued.
I can get these rules to work individually, but cant get it to work when the component has both values Test 1 and Test 2
Hello,
Field id and option id are two different things. Can you give a little more detail about how you are trying to achieve this? Are you writing a script or using a built in one?
Regards,
Elifcan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Elifcan, thank you for the response
I'll explain the scenario itself
There is a field called: "Was it paid?"
The field has 2 value options: Yes/No
There are 2 potential statuses an issue should transition to based on the field.
"Please Pay"/"Already Paid"
I implemented a condition that checks the value of that field.
If the value is Yes you see the transition to 1 status, if the value is No you see the transition to the other status.
This is basically what I can't get to work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
Thank you for the details. Did you try using value field condition for this?
You need to add yes option for "Already Paid" transition and no option for "Please Pay" transition. So basically you need to add two different conditions on these two different transitions.
Hope this makes sense,
elifcan
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.