I have a checkbox on a Laserfiche form that allows multiple inputs (and there are many options). When the "save to the repository" task occurs in my business process, each of these potential multiple inputs has a corresponding field on the template.
So far, it appears that I can select the specific checked/unchecked value for each of the possible inputs in order to have them transferred to the appropriate template fields - for instance, in the "Configure Fields" dialog, I can set the value for each template field to the value for the corresponding checkbox, like so:
"Applications in use" is the variable associated with the checkbox in question, and V_105 is the corresponding value (right now I have both the "choices" and "values" columns filled out in my form design.)
I have two questions about this.
1) Is there a more efficient way to map the inputs from a multi-value checkbox to multiple different template fields in the repository? There are quite a lot of potential inputs/template fields, and this may result in a very long set of field configurations at the beginning of my business process.
2) The metadata on my document shows "Checked" if the checkbox was checked and "Unchecked" if the checkbox was unchecked. Is there a way to make it display "Yes" and "No" in the resulting metadata instead, perhaps with a workflow operation? (We're hoping to use this metadata for reporting purposes later on).
Thanks in advance for any assistance you can offer!