ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! How to restrict other attachment type and allow only email attachment type in a field Record producer service portal?

Hi,   In record producer we have a field which is of attachment type, so where we want to allow only email type of attachment and restrict other type of attachments or files or documents(eg: excel). How to achieve this. provide any solution?   Thanks...

Resolved! gs.getUserId return value 'system'

Hello Experts,  I feel strange when I'm using Glide system API method gs.getUserID in script include, it just returns 'system' instead of the sys_id of the current user. And also other methods related all return 'system'. Do you know the reason for i...

amber by Tera Contributor
  • 2975 Views
  • 7 replies
  • 1 helpfuls

Resolved! Skipping through Duplicate Attatchments

Hi all, I have created a copy attatchment flow in flow designer(Update record as trigger).Now when I upload a attatchment and update the record the flow is getting triggered and the attatchment is being uploaded into JIRA and later when I change deta...

pranav12 by Giga Contributor
  • 1223 Views
  • 8 replies
  • 4 helpfuls

Hide/disable the Printer Friendly Version icon

I have a requirement to remove or hide the 'Printer friendly version' option from within settings (the cog at the top right of the screen).  We tried a UI Script to accomplish this which somewhat works. When a user goes to the cog the printing option...

Community Alums by Community Alums  
  • 1238 Views
  • 4 replies
  • 0 helpfuls

Resolved! Idea Portal: Idea list ticket numbers

Idea number in the title have been disappeared in Rome. Ok, where did they go? How do I update my config to once again display idea numbers in my list of ideas on the portal. Before upgrade   After upgrade You're killing me Smalls. Where do I chang...

find_real_file.png find_real_file.png

Resolved! The business rules that close the request item and request do not run when the flow is created in Flow Designer

When I close the tasks on my catalog item, the request item and the request do not close.  The catalog item is in the Service Catalog and the flow is created in Flow Designer.  When the catalog item is triggered, the request, request item and tasks a...

donnadavis by Tera Expert
  • 2424 Views
  • 6 replies
  • 0 helpfuls

Resolved! Parsing the JSON object

Hello, I am trying to parse the Rest Message response but not able to get the proper data out. after executing the below code through REST Message. var response = request.execute(); var requestBody = response.getBody(); var httpStatus = response.getS...