More Detail on using the select menu
Hello!
We are working on it.
It need some time. Thank you for your patience.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello!
We are working on it.
It need some time. Thank you for your patience.
Hi Eascards,
Here is your mistake:
In "delete" service you have wrong URL.
pre
{{database_url}}/collections/Calf_data/{_id}
/pre
Should be:
pre
{database_url}/collections/Calf_data/{_id}
/pre
see details: http://appery.io/app/view/016e7e97-64...
So fix it and you will get it work.
Regards.
I think this is for the wrong topic.
HI eascards,
At first you need to understand whether correct bookId stored in the lsv.
Please use following code:
pre
var bookId = localStorage.getItem("bookid");
//Note you need to see in this alert CORRECT book id. If you have wrong book id you need to pass in this LSV correct value.
alert("stored bookId = " + bookId);
/pre
Also if you don't know what is bookid, you need to pass this tutorial to make it clear.
http://devcenter.appery.io/tutorials/...
Regards.
Hi Eascards,
This alert should show you exactly the same _id that's you clicked on.
So at first you need to debug your app in this way to correctly show this _id in allert.
Regards
At first you need to store "_id" for futher use.
http://prntscr.com/4cawmv/direct
You can find how to do it in this tutorial http://devcenter.appery.io/tutorials/...
Regards.
Hi Eascards,
3.1 - you should select here your "delete" button.
4.1 - yes, you can use something like "cowId"
4.3 - yes you need to have in your list component this component that's should be populated with itemid("_id" response property).
If you want to understand how to implement it please pass this whole tutorial.
You can create separate page and follow step by step given tutorial.
Then when you will get it work you can compare with your current implementation.
Regards.