Saving WebForm data in DB
IN EBIMS, We have created a process flow that stores the file content in Oracle DB and it is triggered by a file polling event. Once the DB is updated, another process flow is kicked off by the database event. This flow maps the DB data to web form (rich form) and is displayed there. The form is associated with a workflow. Now that, the web form shows the DB content, we would like to edit the data and save it back to DB.
Could you please tell us how this can be achieved.
-
Go to Develop > Services > Schema > XML
Here create a xml schema by choosing Web Form from the drop down.
Now create a mapping where the source would be xml schema (of the form) and
target would be db schema and simply map the fields.
Here is an example flow:
Form > Mapping > Db target0
Post is closed for comments.
Comments
1 comment