Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Remove an option from My lists widget on CSM portal

Luke James
Tera Contributor

Hi All, 

 

I have a requirement to remove an option from the "My lists" widget on the My lists page on the CSM portal. Does anybody know how to do this? 

 

Kind Regards, 

 

Luke

1 ACCEPTED SOLUTION

@Luke James I'm jumping in here in the middle but there's technically no reason you couldn't create your script include at global. Just make sure that it's accessible from all scopes and you might have to add a cross-scope permission for it, but it should work.

CSM also has multiple scopes related to it. There's the standard Customer Service scope, but some of the utilities and base OOB configs have their own scope. Before going to global I'd just double check to make sure all the scopes are lining up.

View solution in original post

11 REPLIES 11

Sid_Takali
Kilo Patron

Hi @Sid_Takali , thanks very much for this. I did find this script include as well, but it is read only by protection so cannot be modified. How do I modify the script include in this case? 

 

Kind Regards, 

 

Luke

Hi @Luke James you need to copy the same script include and create new script include with same code. Call the newly created script include in "My list filters" widget and modify accordingly. 

 

1.Copy OOTB Script Include - https://<<instance-name>>.service-now.com/sys_script_include.do?sys_id=61f86bca875723003c1c8467a7cb0... 

3. Modify Code accordingly

4. Clone the OOTB "My List Filters" widget.

5.Call the newly created script include in the newly cloned OOTB  "My List Filters" widget. Refer Screenshot.

 

SiddharamTakali_1-1715253575056.png

6. Use the cloned "My List Filters" widget in you page. 

 

 

Regards,

Sid

Hi @Luke James cloning of OOTB "My List Filters" widget is necessary. If you modified OOTB one, then it will impact globally and it is not a best practice.