Hello Evgene,
yes, there is
{"code":"DBSU252","description":"Invalid value for type 'boolean': 'results_vorrat'."}
I checked the value for the corresponding request, which is string.
Hello Evgene,
yes, there is
{"code":"DBSU252","description":"Invalid value for type 'boolean': 'results_vorrat'."}
I checked the value for the corresponding request, which is string.
Hello Evgene,
the checkbox is still not updating the DB. I mapped the update service as seen above, but the Selected value is not working with the boolean in the DB.
I tried both click and selected as event.
I should mention that the data is previously read into the form above. Once there, I would like to be able to change the values in the checkboxes (true or false in the DB), so that they will be changed immediately in the DB.
Is that possible?
Sergiy, it worked! Thank you so much!
Hello Sergiy,
I sorted the data serverside, and the test function returns the data in the sorted order. But the list service in my app still returns the data unsorted, as before.
What am I missing?
Thank you very much Yurii, it worked