Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

ServiceNow Notification and ACL Interview Questions and Answer

                                                               Notification How many ways notification can be triggered?It can be configured to trigger on insert/update of the record.It can be triggered through server side script by using gs.eventQue...

may13 by Tera Contributor
  • 2270 Views
  • 1 replies
  • 8 helpfuls

Not Able to Associate story to a demand from related list

From demand related list when I click on edit and trying to add the story after saving the changes are not getting refelected.I have seen this issue in Xanadu upgrade, where as in yokohoma release the changes are working. Can anyone know what is not ...

InnamuriH by Tera Contributor
  • 658 Views
  • 1 replies
  • 0 helpfuls

Resolved! Unable to close Catalog Task

So, whenever I am logging with Admin User and requesting for a catalog Item have observed that Requests are getting automatically in "Closed Complete" status along with the catalog tasks which is closed as well.But, while I am logging in with End Use...

SangyM_0-1752218118257.png SangyM_1-1752218222556.png
SangyM by Tera Contributor
  • 1255 Views
  • 2 replies
  • 0 helpfuls

ATF Error on Assessment FAILURE: Unable to set component

I am unable to fill an assessment.  I am using Set Component Values (Custom UI) to set the components. Questions are visible but I am unable to fill in the questions automatically. I am getting an error like thisFAILURE: Unable to set component 'Radi...

DrashtiPatel_0-1742785248574.png DrashtiPatel_1-1742785346102.png
DrashtiPatel by Tera Contributor
  • 1627 Views
  • 4 replies
  • 0 helpfuls

Resolved! Read only on condition

I have a Field on Time Card I want to be Read only except when the user has timecard_admin role.here is what I tried with no success. screenshots attached1. UI Policy Script script execute if True function onCondition() {  return !g_user.hasRole("tim...

markdart by Kilo Guru
  • 3152 Views
  • 7 replies
  • 2 helpfuls

RITM notification configuration

I have configured notification in which i have content to be added in notification and each of the notification has different content(around 12 notifications are configured RITM+SCTask) . I have also created template for RITM table and SCTask table a...

Priya V M by Tera Contributor
  • 1980 Views
  • 7 replies
  • 0 helpfuls

Content body in the email template is not showing

Hi Team,i have created the one notification and attached/added a email template which is having some fields and, in the notification, having some message in the body also (what it will contains) only message in the body (what it will contains) is com...

Resolved! Custom related list to show catalog ui policies on a variable

I am wanting to create a related list that I can see any catalog ui policies that a variable has related to it. I have been creating a relationship record as such: Name: Catalog UI PoliciesApplication:GlobalApplies to table:Variable [item_option_new]...

Moedeb by Tera Guru
  • 3320 Views
  • 11 replies
  • 3 helpfuls

List collector value not removed from script

Hi,I am trying to remove values from list collector through onsubmit client script.I have a script include which returns what values are to be removed from the list collector on submit. I tried below script but no luck. I am getting the expected aler...