Hi all,
I was wondering if (and how) I can hide some forms in my Model Driven App.
The data that's inside the tables (related) to the form must be readable for other users from lookup fields.
So what I have is the follow:
- Pricing: Contains info about Pricing and marges > Data table: Prices
- Orders: Contains info about orders with a lookup to prices table (column pricing). Orders are stored in the table named 'Orders'.
I've two security roles: Finance that have read/write access to the prices table And a role "End user" has read/write access to the orders table and view permissions to the prices table.
In my model driven app I've added two forms:
I want that only the users with the security role: "Finance" can see the Pricing Form and Orders form. Users with the "End User Role" must only see the form : Orders" And NOT the Pricing form.
I try to do this in Form Settings, but that's not give me the result.
Anyone know how to achieve this?