0
JmBdo created
Is there any sample to show how to add more fields to the SaaS Module Tenant Entity? Also we'd like to see the best practice to extend the out-of-box Angular UI. What we need to add are legal name, address, contact, social media accounts etc.
- ABP Framework version: v3.3.1
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:
3 Answer(s)
-
1
hi
You can take a look at this https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
-
0
Thank you, they are general but guide us to the right direction.
-
0
Check out https://docs.abp.io/en/abp/latest/Object-Extensions In this document an extra field
SocialSecurityNumber
is being added toIdentityUser
entity.