How To add a module 'Assigned to my group' under Incident application.  Once the user clicks on that it should open a list of Incidents which are assigned to members of current user's group currently logged-in.

anubhavr
Giga Expert

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. ???

1 ACCEPTED SOLUTION

Swapnil Bhakar1
Mega Guru

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


View solution in original post

6 REPLIES 6

This is working with the same logic. I dint realize that before. Thanks Swapnil.


Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.

I found this and really helped me!