Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Section visibility will listen to those fields configured. Therefore you can call
FormUtil.getField("ApprovalStatus").trigger("change");
Then section visibility will get trigged.
I added the code snippet to the end of my code, Thank you works perfectly.
Hi
I have 4 date pickers, each pair evaluates whether expected date and completed date to decided if the task is late.
i am trying to show/hide a section based on the value of each pair
each pair has JavaScript for evaluate this
First Pair of date pickers for Task Status updates text box TaskStatus with the result On Time or Late
Second Pair of date pickers for Approval Status updates text box ApprovalStatus with the result On Time or Late
Both above JavaScripts seems to be working fine as they do update the Status Text boxes. also i have applied "Auto Populate Saved Value?" and i can confirm that data is saved in the record.
i want "LateReason" section to be displayed if either TaskStatus or ApprovalStatus is "Late".
i have tried visibility controls on the section visibility without any luck
how can i include section show/hide in my javascript?
Thanks in advance