Sophie Springett Posted June 21, 2019 Posted June 21, 2019 Hi, I'm trying to create a Service Request that has tick boxes and based on the tick boxes this will bring up drop down boxes to add additional information. I've managed to get the drop down boxes to appear, however I'd like to know if there's a way to have more than one tick box selected and the corresponding drop down boxes all at the same time? Currently I can only get one drop down to appear if I have all three tick boxes with additional fields ticked. I've added some screenshots for some clarification. Thanks, Sophie
Dan Munns Posted June 21, 2019 Posted June 21, 2019 @Sophie Springett In your override flags you will need to set it so that it shows the field if the drop down contains one or any of the drop down options. So you need to set the conditions on ICE as such: Do that for each conditional field and if you select multiple options in the drop down it will show all relevant conditional fields.
samwoo Posted June 21, 2019 Posted June 21, 2019 I am so sorry for hijacking this thread but how did u get dark mode in Hornbill @Dan MunnsMunns? Could you detail that in a post? But to be on topic for @Sophie Springett, it is always important to use the l "contains" operator (as Dan advised) instead of "equal to" because if you have a list box, when the list is submitted into the system with multiple values selected, the output are saved into a single field, separated by commas. For example "ICE, eCare, eCare Navigation" Basically with "equal to" the override flag will look something like this "ICE, eCare, eCare Navigation" - equal to - "ICE" That query doesn't make sense. This however does.. " ICE, eCare, eCare Navigation" - contains - "ICE" I hope that makes sense (hard to see and type on my phone but I tried) Thanks, Samuel
Kelvin Posted June 21, 2019 Posted June 21, 2019 @Dan Munns @samwoo Thanks for the info. I will work with Sophie on Monday to get this done. I knew we could count on the forum
Dan Munns Posted June 21, 2019 Posted June 21, 2019 @samwoo a quick google for the term 'dark reader' will take you to a Chrome plugin which sets the whole web dark (but in a good way, not like the bad way discussed on day 1 of Insights ). You can set the colour scheme a little and set exceptions as well. Sites which are already dark (a popular WoW site comes to mind) will be exceptions be default so not to screw with the UI. A word of warning though, dark mode + grid mode in BPM designer = bad day @Kelvin no worries. Every day is a school day and I learn loads from here as well 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now