Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Incident Management // Delete option disabled

Hi All, I would like to be able to manage outages from a incident record. Eg. in this example I would like to delete the selected outage record but the Delete option is disabled.   I cant delete the same record in the workbench neither the button DEL...

dev_K_0-1725967172509.png
dev_K by Tera Contributor
  • 1168 Views
  • 5 replies
  • 0 helpfuls

Shortening of encoded query

We are creating URL based on an encoded query. In encoded query, there is 'IN' operator on which we are filtering long string of sys Ids. The number of sys Ids in some case exceeds more than 1000 which makes URL very very long. This long URL is not w...

Amit160 by ServiceNow Employee
  • 5728 Views
  • 11 replies
  • 2 helpfuls

Worknotes created by

Hello community, the activity entries in RITMs or REQs have the "opened by" as creator of an activity notes. I would expect that "system" would be mentioned.  Is there solution for this? Thanks.

system.png

Servicenow Integration with Microsoft 365

Hi All,There is an requirement where we need to integrate Microsoft 365 distribution list(DL) with ServiceNow user table so whatever emails are present in that DL that will be same will be available in ServiceNow user table. Anyone can you suggest ho...

Mani60 by Tera Contributor
  • 748 Views
  • 1 replies
  • 0 helpfuls

Ui page pop up close auto matically

Hi All,I need to show a custom popup when a user click on publish button on knowledge article.  I have created a UI Page and added code to the "publish" ui action. The popup appears onclick as expected, however, it closes automatically and almost imm...

Community Alums by Community Alums  
  • 1110 Views
  • 1 replies
  • 1 helpfuls

UI action condition issue

I am calling a script include from UI action condition. Below is the sample script called in the function - var ans=false;if(gs.hasRole('itil')&& (current.getValue('state')==='1' || current.getValue('state')==='2') )//sample state values{ans=true;}re...

Developer3 by Tera Expert
  • 813 Views
  • 2 replies
  • 0 helpfuls

Comments Added notification - Limit content

Hello,We have 'Comments added' / 'Your ticket has been updated' type notifications that send out the last 3 additional comments into an email to the end user. I have noticed with this, that in the example that IT Agent adds 1st update to the ticket >...

Display Completed Status when all child tasks are completed.

Hi All, I have created 2 tables x_ggisu_projects_t_projects and x_ggisu_projects_t_child_projects.The x_ggisu_projects_t_child_projects table is added as a related list under x_ggisu_projects_t_projects.In x_ggisu_projects_t_child_projects table the ...

Gunashekar by Tera Contributor
  • 1106 Views
  • 4 replies
  • 0 helpfuls

Resolved! What happening with the array

Hi! I don't really understand what's going on. When I first print the contents of the array, it prints fine, but right after that, when I print it again, it doubles the first two. var tomb = [];var r = 0;var case_sysid = "713b2fd9876cda50d111646e8bbb...