Base solution for your next web application
Open Closed

Tenanat Specific Page fields #2977


User avatar
0
velu created

Hi,

In tenant specific, Is it possible to add or remove fields from pages?


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

    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.