I am working on a SAIL Form, using ''a!checkBoxField()' as one of th

I am working on a SAIL Form, using ''a!checkBoxField()' as one of the field. There are 2 issues that i am facing this this component.

1. Even though i select values on the checkbox, selection seems disappear when form refreshes with other field selection on the form. But able to submit the form and retrieve the values selected on check box. Isn't there any way to retain the selection upon refresh ?
2. Value that i use to "saveInto:" on the checkbox is throwing error when i use the same variable for "value:" Unable to retrieve the selection in next form with the help of the saveInto variable. Please let me know if there is any solution ?

OriginalPostID-148489

OriginalPostID-148489

  Discussion posts and replies are publicly visible

Parents
  • Hi, can you please share your SAIL code? Possible causes for these issues are,
    1. Is the variable used to store values for this check box is being refreshed else were in the form? You probably are using the same variable to store multiple components values in to.?
    2. What is the error you are seeing? You could use an ACP to store values in to and then store that ACP's value in a PV. Then use this PV to pass values to your next form.
Reply
  • Hi, can you please share your SAIL code? Possible causes for these issues are,
    1. Is the variable used to store values for this check box is being refreshed else were in the form? You probably are using the same variable to store multiple components values in to.?
    2. What is the error you are seeing? You could use an ACP to store values in to and then store that ACP's value in a PV. Then use this PV to pass values to your next form.
Children
No Data