Base solution for your next web application
Open Closed

Copying Tree view like Organization Units #4141


User avatar
0
soonjoo created

Hello team,

I want to build some sort of tree view hierarchy structure, very similar to organization units. Was OrganizationUnits built with this in mind, as an example to other tree view hierarchy types of structure? Besides the copying the concepts of OU, what are the other stuff will I be able to reuse? Will I be able to reuse the OrganizationUnitManager and pass in my own entities?

Thank you


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

    Hi @soonjoo,

    Yes, Organization Units are developed with this tree hierarchy in mind. You can mimic the Organization Unit while developing your new entity but you cannot use OrganizationUnitManager because it is developed only for Organization Unit.

    You can create a similar manager your your entity as well.

  • User Avatar
    0
    soonjoo created

    Thank you