Base solution for your next web application

Activities of "gbskwadmin"

Prerequisites

  • What is your product version?
    • 10.5.0
  • What is your product type (Angular or MVC)?
    • Angular
  • What is product framework type (.net framework or .net core)?
    • .net core

I want to apply row level security based on tenant.

I have various organization levels :

  • Root
    • GBS PVT.LTD
      • Information Technology
        • Development
        • IT Lead
          • System Admin
          • Help Desk
          • Training
      • Finance
        • Accountant

I have various Roles:

  • IT Manager
  • Application Developer
  • Accountant
  • Finance Manager
  • IT Team Leader
  • Training Staff

I want to apply row level security based on role. For example IT Manager Role can SEE the data related to the users those who are in Organization Unit named as Accountant (if given permission) Application Developer Role might have permission to view only data of users in "Training" Department.

These permissions I want to apply based on Tenants.

this is the dropdown menu I have implemented. but dropdown doesn't work. No error in console.

<br>

this is a sample button put for on click redirection

<br> <br>

Prerequisites

  • What is your product version?
    • 10.3.0
  • What is your product type (Angular or MVC)?
    • Angular
  • What is the product framework type (.net framework or .net core)?
    • .net core

I have created a new page where I want to add a custom dropdown menu within this page but am unable to implement it. I implemented a bootstrap NavBar and copied the ng-template from the horizontal menu but was unable to click and open the dropdown or either not showing. kindly let me know how can I implement a menu.

Also, I created a function for redirection to a page :

below is the page where I need to redirect

but I end up on the dashboard.

Showing 1 to 3 of 3 entries