Starts in:
2 DAYS
5 HRS
37 MIN
56 SEC
Starts in:
2 D
5 H
37 M
56 S
Open Closed

update properties or add navigations after creating CRUD page #8286


User avatar
0
LiSong created
  • ABP Framework version: v8.2.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • **Tiered (for MVC) : yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

hi what's the best practice if I want to update the entity by adding or removing it's properties or adding navigations after I created the CRUD page with the CRUD page generator? I know that I can modify the DTO and then generate a new db migration, but is there a better way or is there a doc for this?


3 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello ,

    You can check this document https://dev.to/engincanv/abp-suite-best-crud-page-generation-tool-for-net-2p8a You can alos check this video https://www.youtube.com/watch?v=RMphf3kozy8&t=38s it will be better assist you.

    Thank you

  • User Avatar
    0
    LiSong created

    thank you for your reply, I know how to use this CRUD page generation tool, but my question is how to add or remove it's properties after the CRUD page has been generated. the doc and the video you you gave me don't answer my question.

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello ,

    You can check this document https://dev.to/engincanv/abp-suite-best-crud-page-generation-tool-for-net-2p8a

    Have you check this document In this document Load Entity From Database will help you understand the update or modify the enity related.

    And also check this doc https://abp.io/docs/latest/suite/generating-crud-page#property-list

    Thank you.

Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06