Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, try to confirm that #form.TEST_Test.field1# returns the correct value. Depending on where your script is used, you may need to use Hash Variable#FormHashVariablebyIndex.
Still on Joget V5, is there a script to use for Section visibility to show data based on a 'not equal to' value?
On Edit Section > Permissions, something like below doesn't work.
if (!"#form.TEST_Test.field1#".equals("Test")) {
return true;
} else {
return false;
}