Base solution for your next web application
Open Closed

extend rapid tool crud creation #7687


User avatar
0
nenjamio created

can you send us a sample code to add collections coming from another entity (one to many reletaion in the DB)

after the execution of a the basic rapid tool crud extension....

quick sample


name, surname, age

and then extend same class by adding a telephone collection.


name, surname, age, PHONES[]


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @nenjamio

    We don't have a sample but it should be simple to achieve. You basically need to add

    • Field to entity
    • Genrate migration
    • Modify DTOs to include this list
    • Modify UI pages to include newly added list

    Did you try this ? If so, did you face any problems ? We can try to help you with that.