NeworExisting=="New" on my form and if it is TRUE it should disable the control. It doesn't work. I use this on multiple other forms and works fine. Is this a bug?
I assume rules are evaluated on the form so it should not matter if Nintex's services are up or not correct.
Any help with this infuriating issue would be great
Best answer by doland
I just figured it out. Using the browsers Developer Console I was able to see that I had some odd Java script errors with certain controls. Removed the controls and re added them. I had three errors that all said ';' was missing. It was guess work for which controls because they are identified by GUID's (I think?) . It's working as expected now. Thanks for the reply though!!
I just figured it out. Using the browsers Developer Console I was able to see that I had some odd Java script errors with certain controls. Removed the controls and re added them. I had three errors that all said ';' was missing. It was guess work for which controls because they are identified by GUID's (I think?) . It's working as expected now. Thanks for the reply though!!