Hi
can the "web service object" field return multiple objects as a result? If yes, how to display the filtered objects?
E.g. if the following JSON request comes back:
{
"last_name": "Lopez",
"id": 72,
"gender": "male",
"phone": "597.328.1460",
"job_title": "Tester",
"salary": 9500,
"email": "donaldlopez71596@slingacademy.com",
"first_name": "Donald",
"age": 29,
"years_of_experience": 5,
"department": "Product"
},
{
"last_name": "Lopez",
"id": 123,
"gender": "male",
"phone": "573-472-7131",
"job_title": "DevOps Engineer",
"salary": 8500,
"email": "thomaslopez122447@slingacademy.com",
"first_name": "Thomas",
"age": 28,
"years_of_experience": 3,
"department": "Product"
}
Can I display only "name" and "phone" of both objects in a table view?
With only ONE object I have no problems...
Thanks and regards,
S. Menzel
No, the idea of this field is to hold ONE object or a reference to one (identifiable) object
Alex
Hi,
thanks for your quick response. Is it even possible to display multiple objects as the result of a query using Confiforms?
I did it with Confidocs. However, with Confidocs, ALL results are displayed immediately (filtering is possible afterwards). I would rather search first and display the search results already filtered.
Regards,
Steffen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I dont think so. This is not something what ConfiForms is for
Using a field to store multiple rows of data and then using it to render some views... no, not the ConfiForms job, sorry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.