I have a master table with following contents. I have two types of users,
- Sales team who will have access their customers.
- Back office team who will update the project progress.
**Sales Team will update 7 columns **
- Customer Name
- Phone
- Assigned to mail id
- Service Requirements
- Next Follow-up date
- Order confirmed Date
- Delivery Date
Project team will update
- Advance Payment received
- Measurements
- Drawing work progress
- …
12 … So many other columns
From the list view I should be able to navigate to respective screens.
Please help me to implement this.
Regards,
Jayadevan
Shouldn’t you use the edit screen for users to update this?
You can have a list of items from your master table, then in the details screen of each item, allow editing to your sales team and back office team.
In the edit screen, show entry components based on the signed-in user’s “team”. Say signed-in user’s team is “Sales”, you only show entry components for customer name, phone, etc.
If signed-in user’s team is “Back office” then you only show entry components for advance payment received, measurements, etc.
use the position in the user profile as needed and use the visibility settings in the component.