In the documentation I see how as developers we can add ModuleActions by decorating an ActionResult method in our Controller.
Does anyone know if its possible to add Multiple Action Menus within a single module? Or is there another way to create role based content within a module?
For example I am coding an inventory module for my company that shows part number desc etc. I also want to show inventory levels and pricing, but inventory levels and pricing would be based on a role permission. So the entire module is view-able by all users but certain content within the module is by role basis.
What would be the best course of action for this use-case?