Show and manipulate SQL table data in Umbraco Backoffice
I need for the editor to be able to "approve" rows of bookings made to the database (MSSQL). In each row in my Bookings table I have a boolean value meant for showing whether the booking has been approved or not. When a customer makes a booking, the value is initially set to false.
How can I show this data in the backoffice? I could not find a built in property editor for this or among the available packages.
Do I need to create my own property editor for this to work?
Show and manipulate SQL table data in Umbraco Backoffice
I need for the editor to be able to "approve" rows of bookings made to the database (MSSQL). In each row in my Bookings table I have a boolean value meant for showing whether the booking has been approved or not. When a customer makes a booking, the value is initially set to false.
How can I show this data in the backoffice? I could not find a built in property editor for this or among the available packages.
Do I need to create my own property editor for this to work?
You could make use of https://our.umbraco.org/projects/developer-tools/ui-o-matic/ install create a class and it will give you a crud for your db table.
Regards
Ismail
I am unable to install the package:
https://i.imgur.com/BEocYVd.png
Edit: Nvm, I solved the issue.
is working on a reply...