- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016 02:28 AM
I want to add a new module naming 'ASSIGNED TO MY GROUPS' under Incident Application. How can i write a script for this and how to call it in new module. And what should be the script for that. ???
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016 02:42 AM
Hi Anubhav,
Follow below steps to add 'Assigned to my group' module under incident applicatio.
1. Navigate to Application Menus-> Search for Incident in Title column-> Click on incident app.
2. Under related list you can see Modules related list-> Click on New button.
3. In Link Type section select Link Type as List of records-> Table Incident-> In filter condition select field Assignment Group is : javascript:getMyGroups().
4. Click on Update button and refresh the navigator you can see your newly added module under incident application.
Hope it will work for you..
Regards,
Swapnil
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016 02:42 AM
Hi Anubhav,
Follow below steps to add 'Assigned to my group' module under incident applicatio.
1. Navigate to Application Menus-> Search for Incident in Title column-> Click on incident app.
2. Under related list you can see Modules related list-> Click on New button.
3. In Link Type section select Link Type as List of records-> Table Incident-> In filter condition select field Assignment Group is : javascript:getMyGroups().
4. Click on Update button and refresh the navigator you can see your newly added module under incident application.
Hope it will work for you..
Regards,
Swapnil
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016 04:20 AM
Thanks Swapnil,
Its very helpful. Its working correctly.
Regards,
Anubhav.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2016 04:25 AM
Welcome Anubhav
Regards,
Swapnil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2016 12:58 AM
The above condition is not working with Mobile view application. Can you let me know how to filter the same in Mobile application view.
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.