Base solution for your next web application
Open Closed

Additional columns can get included in the tenant #2902


User avatar
0
velu created

Hi,

Can you confirm us, whether additional 4-5 columns can get included in the tenant and organisation. e.g. address details

Whether Tenant name can get changed to Entity and Organisation name can get changed to branches?

Is it possible.


2 Answer(s)
  • User Avatar
    0
    bilalhaidar created

    Hi @velu, This could help you.

    #2842

    Regards Bilal

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @drcgreece,

    Hi @velu,

    Yes you can extend Tenant or OrganizationUnit entity like @drcgreece said. You can use this document for it <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>.

    And for your second requirement, you can use domain events, see <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/EventBus-Domain-Events">https://aspnetboilerplate.com/Pages/Doc ... ain-Events</a>. You can do anything when a tenant's name changed.