02-17-2016 07:27 AM
Hello,
After modification of a "enum" type, the case structure wasn't updated - it still contain 2 states, whereas after modificatiion it must contain 4 cases.
Is it normal behavior ?
Thanks
Pavel
Solved! Go to Solution.
02-17-2016 07:56 AM
02-17-2016 08:15 AM
Well, I considered that once "enum"-type variable that is connected to case structure changed, the list of cases in case structure is updated automatically.
But it seems that case structure doesn't work in such manner.
So, after "enum" type modification, one must add all new cases into case structure manually. Correct ?
02-17-2016 08:42 AM
02-17-2016 08:47 AM
"Create All" ... where it's accessed ?
02-17-2016 09:03 AM
02-17-2016 09:18 AM
In my 2015 version there is no such option, only "Add Case After", "Add Case Before".
02-17-2016 09:20 AM
02-17-2016 09:38 AM
In my version it looks like this:
02-17-2016 09:40 AM