Base solution for your next web application
Open Closed

Should I extend New Tenant Screen? #2842


User avatar
0
bilalhaidar created

Hi, In case I need to add a field to every new tenant created. I need to add a "location" field. What's the recommend or best way to do it?

Shall I extend the UI of the Tenant Form? Is there another to work it out?

Thanks


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

    Hi,

    Since AspNet Zero is a template, you can add it to existing tenant creatin page.

  • User Avatar
    0
    bilalhaidar created

    Thanks, then I need to extend the Tenant Entity with new field?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Yes, you also need to extend Tenant entity. Probably you know but in case you don't, this document can help you <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>.

  • User Avatar
    0
    bilalhaidar created

    Thanks a lot.