If I want to make a Yes/No widget, do I have to create a custom list for each one. I see there is a Variable Based type - and I am thinking this is what I can use, but Not sure how to define the Yes/No options
Please advise
Thanks
Corey
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/56a04705-2c84-4a26-9799-d9be5ff21ba3%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/aLsdw3gmeJ4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAJ6Gss_FFO1%2B%2BMZiyj7XxA%3Dc2pwVJH2xBt2Aj3fuz5sxKXHDTg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CADxZ%2BDCpV3j0zPu%2BhZSbfHGkXGOLGFVNU4D2AStmxgfaZTgb5g%40mail.gmail.com.
Thanks this switch will work.
So trying to get this to work with Switch
If my Switch Widget has the following properties - how do I check it in a Decision point
Widget:
Identifier = funds_required_over_500
Variable = are_funds_required_from_the_church_over_500
Value Checked = Yes
Value Unchecked = No
Now in my Gateway where I check for Yes or No
What do I had into the conditions -
Is the following right?
funds_required_over_500.getSelectedValue("are_funds_required_from_the_church_over_500")
Then this should return "Yes or No" and the Gateway should match right?
Please advise.