Hello,
I have created a timesheet application. In that i have connect teams connection where employee can only share the timesheet to their manager only.
All the managers can only accept the ticket. But managers are unable to fill the timesheet.
Do you guys have any idea how can i give access to managers also to fill the timesheet form?
Thank you.
Hi @Sanskruti ,
When the user starts the app, those users that have manager permissions should land on a screen where they can make this choice before moving on to the next screen.
I assume currently you automatically detect if someone is a manager and navigate the user to the appropriate screen. What you have to do is to remove this automation and replace it with the above manual selection.
Can you explain in detail?
Hi @Sanskruti ,
You will have to add that option to your user interface where users can choose to use the app as a manager (if they are indeed managers) or as a user to submit their timesheet.