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

Resolved! Yokohama Instance

I have received a new Yokohama instance. My home page is automatically redirecting to App engine studio. I want that it should redirect to platform homepage. How can I do that?

Log work note on adding or removing attachment

Hi All,  Good day!! I have a requirement where I should see a work note added to an incident/problem/change record whenever an attachment is added/removed to the record, saying:<File Name>  has been attached to  <Record Number> Kindly suggest script ...

Priya V M by Tera Contributor
  • 1666 Views
  • 4 replies
  • 1 helpfuls

Give Read ACL to RITM based on condition

HI all, I have a requirement where i need to give read ACL on RITM table where there is a condition Service Provider = MY_value, now this ACL is already there created having a role ITIL_HR, i need this to be added to a new role and even admin should ...

AbidJafrey by Tera Contributor
  • 1136 Views
  • 4 replies
  • 0 helpfuls

"Attach" Action in Service Operations Workspace

Hello! I am trying to update the "Attach" action when searching for Knowledge in the Agent Assist. Currently when you click "Attach" a modal is presented and you can add Comments. These comments and the article are added the Additional Comments field...

Outbound REST Integration

Use case: If an incident is created in source ServiceNow instance it should be created in target ServiceNow instance.ServiceNow stores details on how to interact with external web services through REST in a REST Message record. The REST Message recor...

AkshayPithore_12-1751519844619.png AkshayPithore_13-1751519844626.png AkshayPithore_14-1751519844631.png AkshayPithore_15-1751519844636.png

Resolved! Update set movement

I am moving my update set from Xanadu to Yokohama. I am getting multiple errors of the same type. The description is - Could not find a record in sys_security_attribute for column security_attribute referenced in this update

Encryption OOB popup not visible in catalog item

Hi, Can any one suggest this method is not popup OOb box with Encryption and Without encryption option while uploading the attachmentWidget Angle provide :spAttachmentUploadType : Service function(spModal, $q, i18n) {'use strict';return {uploadAttach...

rajibosss11 by Tera Contributor
  • 1378 Views
  • 6 replies
  • 0 helpfuls

Resolved! Max length value of string field is not honoured

In the sys_dictionary table, I've the following field:But ServiceNow is allowing to store a value greater than 30 characters. For eg: It allowed to store a value of "Health and Safety - Customer responsibility" which is 43 characters long. Is this ex...

Nisar3_0-1751455792196.png
Nisar3 by Giga Guru
  • 4926 Views
  • 11 replies
  • 2 helpfuls

Resolved! significance of Action Name

Hi,What is the significance of Action Name in UI Action? I only know that when we are calling server-side code from client-side, we use it gsftSubmit(null, g_form.getFormElement(), actionName), and then we write server-side logic. Even then, how is t...