Hello!
Does anyone know if the edit customer screen does not fully refresh after I save and close it and open up a new customer edit screen?
I am having some trouble with getting things to show/hide based on true and false flags. I actually remade the entire screen that I had already customized and set up a bunch of debugging messages and it's just not making sense to me. The flags and conditionals are set properly, but I am still having fields show that should be hidden and the only thing I can think of is once they are unhidden they don't seem to rehide themselves, which means that the screen is not actually fully reloading it's just changing the data inside the screen.
I could fix that I guess by putting hide statements inside my conditionals that turn my fields on, but it's a lot of extra work that I don't want to go through if it's not going to be the solution, and I am not even sure if that would actually work anyway because I am not sure if it's actually triggering a new instance of onScreenLoad.
Hopefully this question makes sense. It's a kind of complicated issue so i dont know how to best explain it. I can't really attach screen shots becuase I would have to attach like 6 of them to make it make any sense.
Thanks all!