0
velu created
1 Answer(s)
-
0
Hi,
There is no support for it by default but you can develop it like this.
First define a feature for extra field, see <a class="postlink" href="https://www.aspnetboilerplate.com/Pages/Documents/Feature-Management">https://www.aspnetboilerplate.com/Pages ... Management</a>. Then if this feature is enabled for logged in tenant, show your field on the UI.
If this field is required, you need to set a default value for the tenants cannot see this field.
Thanks.