Hi all,
the scenario is that based on some user input I need to create an instance of form and present it to the user in the next Task as a package.
The user will select from various dropdowns in a taskspace form, and on that basis we can look up a form template to use.
I then need to create an instance of this form and present to the users for completion. Can we create this istance using PDM?
The test workflow I have queries for the template (defined as a package of type XForms template). I then use PDM to create an object (XML Instance) and map/ copy the data element from the template to the instance.
It works ok in that the workflow completes and the objects are created, but its not a form that a user can interact with.
Is this method correct, and if so what have I missed?
Many thanks
Hoo