Under a module how to create "assign to me"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 01:45 AM
Suppose, under the Incident module we are having "Assign to me"
How to create "assign to me" for other scoped application.
Thanks in Advance
Utsav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 03:09 AM
Hi @Utsav JAISWAL
I am guessing you want to create a new module that would display a list of records that are assigned to the current user.
You can create a new Module something like the one below but replace the 'Table' with the choice of your table.
Ensure you update the 'Application menu' field with an existing application menu or create a new one.
In the example below, 'Incident' is the Application menu and 'Assigned to me' is the module.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 03:14 AM
Hi Utsav,
You will have to follow below steps:
1. Go to studio.
2. Select your scoped application
3. Click on "Create Application File"
4. Select Navigation -> Module
5. Give the relevant details and use filter like I have shown (table will be different in your case)
Hope this helps.
If my answer helped you in any way please mark it as correct or helpful.