We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Unable to upload using "Add attachment"

Hi, I have a couple of users who highlighted that the "Add attachment" button doesn't function upon clicking it. We're using the classic mobile app for our Field Service Management app. The agents are allowed to upload images using the "paper clip" a...

find_real_file.png find_real_file.png
joel_tan1991 by Kilo Contributor
  • 5673 Views
  • 8 replies
  • 3 helpfuls

Resolved! Report on or view list of catalog items not used in ServiceNow?

Hi guys, is there a way to view a list of or report on catalog items that have not been used recently in SN (e.g. this year)? As part of our move to Service Portal from legacy CMS we want to identify/review catalog items that are not being used. We h...

jas101 by Tera Expert
  • 3032 Views
  • 2 replies
  • 1 helpfuls

Import Data from One Instance to another one

Hey Guys,   I wanna import 1000's of record (Bulk data ) from One instance to another (DEV to UAT). How this can be achieved in a simpler way ? Any scripts etc..? Or we have to use typical transform map process. Pull --> Staging table --> Target tabl...

Naveen87 by Tera Guru
  • 1993 Views
  • 3 replies
  • 3 helpfuls

How to remove empty objects from array of objects?

Hi, In an integration , I have to pass the sys_id and fetch the attachments of that record. -some records have multiple attachments and some have none -Passing the sys_id in for loop. Issue : Getting empty arrays along with arrays that has values bel...

find_real_file.png
Chinmayee1 by Giga Contributor
  • 5990 Views
  • 27 replies
  • 3 helpfuls

TRUE/FALSE field is not working

Hi Team, I have a true/false field(made_sla), this field need to populate as true or false based on two date&time fields(X&Y). if(X>Y) then made_sla=TRUE else if(X<Y) then made_sla=FALSE.   logic is working and logs also printing, but made_sla is alw...

aahitha2 by Mega Expert
  • 3394 Views
  • 17 replies
  • 0 helpfuls

Resolved! gs.getUser().isMemberOf not working properly on ACL

Hi all, I have an ACL that  restricts certain field so it is only visible to change management. This works, however the admins (including me)  could see the field restricted to the change_manager role, even though the admin overrides is unticked. I r...

find_real_file.png
Khalnayak by Kilo Sage
  • 5239 Views
  • 3 replies
  • 3 helpfuls

How to hide widgets if no data in table

Hello,  I have a requirement to hide the Project Status Risk, Project Status Issues, and Project Status Changes widgets from the OOB Project Status Report page if the respective tables are empty (EX: for a project with no risks, hide the Project Stat...

Alert when a UI page loads

Hi All,   We have a UI page and we want to get a alert when this UI page loads. For this I have tried to write a client script as below but its not working. Plz help.   function onLoad() { //Call a UI Page to Display on load.You have to create the UI...

Evan2 by Kilo Guru
  • 6403 Views
  • 4 replies
  • 9 helpfuls

Resolved! Adding a custom button on a form widget

I'm trying to add a custom button (called submit) on a form widget .  When I click the button , it doesn't look like anything is happening . I also don't see any errors .  When the user clicks the submit button , its supposed to update the state , da...

Mike S3 by Giga Expert
  • 5661 Views
  • 6 replies
  • 2 helpfuls