Answered
Hi all,
I have a dynamic form that consists of several subforms. In one subform there is a check box that changes the presence of another item within a different subform. It works, kind of, but will not maintain the presence change after saving and reopening. This form needs to be seen and signed by up to 4 or 5 different people. What must I do to keep the items visible and signatures applied after saving and passing on to the next individual in line? I can provide the form for review, just ask. I would appreciate any and all suggestions/help.
Thanks,
rpeterson
Use this script in the layoutReady:event of that subform you wanna hide/show.
this.presence = CheckBox1.rawValue === 1? "hidden":"visible";
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs