Open Closed

creating muliple entities #736


User avatar
0
shobhit created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.0.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace: NA
  • Steps to reproduce the issue: NA

Hi Team, We have to create muliple entities in our Sql DB. Currently entity definition is in excel sheet. Please confirm if there is any way we can create all these entities from excel sheet so that all capabilities of ABP suite can be used i.e. UI, API and DB entities. If no what is the best alternate to achive the objective.


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    There is no good way yet. You need to manually add entities to the suite.

    Or you can write a program to read the entity definition in excel and call the Suite API

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11