Open Closed

Adding new custom property to Organization Unit Module #6336


User avatar
0
david.hurtado created

In the Organization Units module of the abp framework, I need to add an additional property that will allow me to filter the organization's tree by company or enterprise(this is a custom module that we made before) within the tenant. How can I add this property so that the user can configure it and then use those values in another module of the system?

Is this possible? There is a guide to do this??

  • ABP Framework version: v7.0.1
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can check the document:

    • https://docs.abp.io/en/abp/latest/Module-Entity-Extensions
    • https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities#entity-extensions-ef-core
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11