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)
-
0
Hi,
Since AspNet Zero is a template, you can add it to existing tenant creatin page.
-
0
Thanks, then I need to extend the Tenant Entity with new field?
-
0
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>.
-
0
Thanks a lot.