We want to give users the security access in D365 F&O to see their own deleted timesheets, but not any other user's.
The display item TSDeletedTimesheetsHistoryListPage gives access to all deleted timesheets. We need a TSMYDeletedTimesheetsHistoryListPage item instead, where I can only see my own items and no-one else's. Currently this menu item/privilege does not exist.
Need users to see only their own deleted timesheets
Hi Nicky,
As mentioned by Waed, a query and menu item needs to be added. Note that adding a menu item and a query to filter the data per user requires a customization. It needs to be developed in Visual Studio. A developer can check how this is done for All timesheets and My timesheets. On the menu item for My timesheets, a query is added that will be used to open the form with timesheets.
Try to create a new Query and connect it with the menu item of TSMYDeletedTimesheetsHistoryListPage form and on the Query add range to get only the records that related to the current worker.
Thanks
Waed Ayyad
Please mark this answer as "Verified" if it solved your issue. In order to help others who will face a similar issue in the future
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.