How to get perticular stored record

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to get perticular stored record

sdadge
I am trying understand Orbeon to use in one of our project. Here is my query.
I understand data filled in the form is stored in xml format in database table. Now if I have two fields in the form say "First Namë" and "Last Name", and I want to find all records whose first name begins with "B" or having First Name as "Bhimashankar", How can I achieve this functionality in Orbeon forms?

I want to filters on data and don't want to use row Id.

Thanks,
Bhimashankar
Reply | Threaded
Open this post in threaded view
|

Re: How to get perticular stored record

Alessandro  Vernet
Administrator
Hi Bhimashankar,

There are a few ways for you to access captured by the forms you created in Form Builder:

- You can have Form Runner call a service you provide, passing the form data when users submit the form.
- You can call a REST API provided by Form Runner to access the data.
- You can access the data directly at the database level.

You can find more about this on:

https://doc.orbeon.com/form-runner/overview/accessing-data.html

Does this help answer your question?

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet