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

Forum Posts

Resolved! How to fix this errors to Back-out my update set

I committed my update set from dev to test instance now i'm having issues to the updated set the catalog item that i develop on dev instance does not reflect correctly to test instance. and now i have problems to back out my update set is there a way...

find_real_file.png
Benjamin14 by Giga Contributor
  • 2145 Views
  • 6 replies
  • 1 helpfuls

Resolved! Integration attachement error: Response body was requested to be saved as attachment. It's not available through getBody() anymore.

Hello, I have a script wich integrates Azure devops. When I add attachments from a specific group, it works well, but when I try with another group, the catch script returns: "Response body was requested to be saved as attachment. It's not available ...

Facing issue with Import set and Data source

Dear All, We are facing an issue related to Import set/ Data Source ServiceNow consumes a file from ftp server through SFTP file retrieval method. From the past few days we are noticing that Import sets are completing with errors or in other words, n...

Pass field value from Interaction to Catalog Item's variable.

Hi All, In Agent Workspace, we have got 2 fields as short description & description. Whenever Service Desk's user click on Create User, it's redirected to a specific catalog item and we would like to populate these 2 fields Short Description & Descri...

manish123 by Giga Guru
  • 513 Views
  • 2 replies
  • 0 helpfuls

Resolved! Clicking dashboard is resulting in an Empty page

Hi Community members, I have a dash-board in my instance and when clicking on it, It is resulting in the blank page. However when we navigate to another dashboard which loads properly and then from the dashboard list selector from the top drop down s...

Resolved! Trying to get sys id from Attachemnt

Hi, i am having an issue with my script include. in my script include I am creating a csv file to save to the "sys_attachment" table. to do this I have created this code // create file and save var grRec = new GlideRecord("sys_attachment"); grRec...

Jonas VK by Tera Guru
  • 676 Views
  • 1 replies
  • 1 helpfuls

Resolved! Update records in other tables using UI Action

This is my UI Action(incident table) Script   if (!current.universal_request){ var gr = new GlideRecord('universal_request'); gr.initailize(); gr.short_description = current.short_description; gr.description = current.description; gr.business_service...

find_real_file.png
jinhui son by Tera Contributor
  • 1137 Views
  • 2 replies
  • 1 helpfuls