Skip to main content
17-Peridot
January 10, 2019
Solved

Data Driven menu with Permission

  • January 10, 2019
  • 1 reply
  • 2806 views

Hi all, 

Can i able to create a data for menu with user group?

 

Thanks & Regards,

Sathishkumar C.

Best answer by CarlesColl

If you do it as I said, on the service code you can check easily which it's the current user and act accordingly to the groups that he/she belongs.

1 reply

1-Visitor
January 10, 2019

You can create menus dynamically without issues, you just need a service which returns the desired infotable with the Menu format (MenyEntry), and bind it to the menu setting it as DataDriven.

17-Peridot
January 11, 2019

Yeah That's fine.

Can add user group or user with that infotable to make visibility permission over menu definitions with respect to user/user group.?

 

Thanks,

Sathishkumar C.

1-Visitor
January 11, 2019

If you do it as I said, on the service code you can check easily which it's the current user and act accordingly to the groups that he/she belongs.