We have created a Data store and enables chain activity linking . For some reason when we begin to fill out our form we are unable to see the data, and are clueless where the data is going. It looks as if it saved, we get the message that it has saved . has anyone experienced this issues or similar
Discussion posts and replies are publicly visible
Not sure I understand your issue.
Is it that the characters entered into a form field of a User Input Task disappear after clicking onto a different form field? Or that you submit a form and the data saves, but when you re-enter the form, the data is not present?
Hi allynj can you please elaborate your problem Statement in brief.
However in order to debug this, launch the same form in design and enter the data into their respective fields and check whether data is still being disappeared. If so, try checking value and saveInto for those fields (I assume that you are not flushing the data of this form, and also not storing the data into db, on field unfocus using smart service function, as you told about data being saved)
Hope this might help you to debug the root cause of this issue.
Dear allynj
Please check with the following precedure:
1) Inside the User Input Form (the Interface Object), are you able to diplay and save the value in the field in inputs (ri!)?
If Yes, continue in step 2;
If No, please set the ri! variable into the "value" and "saveInto" part inside the fields.
2) If the the form is not a start form, you have to pass Form Input (ri!) through the activity class parameter (ac!) back to the process model variable (pv!) in order to proceed in the process.
By doing so , please save back the values in the output of the User Input Node