Copied to clipboard

Flag this post as spam?

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


  • Shivani Rajput 27 posts 97 karma points
    Mar 17, 2023 @ 08:18
    Shivani Rajput
    0

    Custom Crud

    Hi!

    I want to create a custom crud in Umbraco please provide any reference for version 11

  • Marc Goodson 2157 posts 14435 karma points MVP 10x c-trib
    Mar 21, 2023 @ 08:40
    Marc Goodson
    0

    Hi Shivani

    Depends a little what you are trying to do.

    There is a plugin called Konstrukt that will allow CRUD updating of a database table via the Umbraco backoffice (free for one table).

    https://getkonstrukt.net/

    Otherwise Umbraco has a set of Services to allow you to manipulate Umbraco entities in Crud Scenarios, eg the ContentService

    https://docs.umbraco.com/umbraco-cms/reference/management/services/contentservice/

    Allows you to create, update, delete, publish content items in Umbraco

    and similarly for images, pdfs etc, there is the Media Service:

    https://docs.umbraco.com/umbraco-cms/reference/management/services/mediaservice

    But maybe you want to do something else?

    regards

    Marc

  • Shivani Rajput 27 posts 97 karma points
    Mar 22, 2023 @ 04:48
    Shivani Rajput
    0

    Thank you Marc for your reply! I'll soon work on it and give it back to you.

  • 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