I created a service response for a listing service, but now the data will not list.
Is there a way for me to delete that service response so everything goes back to normal?
I created a service response for a listing service, but now the data will not list.
Is there a way for me to delete that service response so everything goes back to normal?
Hi Logan,
Your question is not clear for this time.. Please show us some details screen shots.
Also you can:
Delete service.
Import this service from DB again.
Thanks.
Hello, thanks for responding for quickly once again
Sorry for not being clear, I will provide more details below.
I created a list service, and then included a sort parameter in the request section for the service, seen below:
So when I went to the 'Test' section, I attempted to sort it by date:
It sorted it correctly on that screen, but did not work on the actual app, so I thought maybe I had to import it as a response for it to occur on the actual app.
However, now on my app it just does not list anything anymore, I think because I clicked the 'Import as a Response'
Thanks so much once again, you guys rock
Hi Logan,
It seems you just did not pass needed value to datasource "before send" mapping.
So please follow these steps:
Open page on data tab.
Find your list service dataosource.
Click on "before send" mapping event handler.
Expand request fields and find "sort" there.
Populate this field with "date" value.
Regards.
Hi Logan,
We don't know what value in your "mobiledate_45" component.
Please try:
Delete this link(that on your previous screen shot).
In "sort" request parameter put "date" value.
Regards.
It worked!
Thank you so much for helping me, especially since how long the problem took.