Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ThomasBrunbjerg 90 posts 182 karma points
    Sep 07, 2017 @ 11:24
    ThomasBrunbjerg
    0

    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?

  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Sep 07, 2017 @ 11:58
    Ismail Mayat
    0

    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

  • ThomasBrunbjerg 90 posts 182 karma points
    Sep 07, 2017 @ 12:23
    ThomasBrunbjerg
    0

    I am unable to install the package:

    https://i.imgur.com/BEocYVd.png

    Edit: Nvm, I solved the issue.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies