Hello,
You would need to invoke the service on button click event.
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,
You would need to invoke the service on button click event.
Sorry I forgot to mention that Yes i know tis part but i would like to know how to update the database with the right value
Example
Table format:
Item_id | Item_name | Item_status
0025 | Laptop | Available
Now when I have the Item_id sored in a Local storage variable and click on Not Available how do I get the data for Item_Id 0025 to have it Item_status update To Not Available
Usually i would use a SQL query like:
UPDATE Table_Name
SET Item_status = 'Not Available'
Where Item_id = '0025'
When i click on the button
Hello,
Please look at this link: http://devcenter.appery.io/documentat...