We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Help Text

hi all is there a way to hide help text on sc task? 

yoli1_0-1701365244435.png
yoli1 by Tera Contributor
  • 434 Views
  • 2 replies
  • 0 helpfuls

Resolved! Duplicate Record check

Hi ,  I have created a custom table for banking account details and then i have created a record producer for the same table that collect information for banking account  .I have few fields on the form as user name , account number , address , phone ...

Jaya9 by Tera Contributor
  • 1109 Views
  • 2 replies
  • 1 helpfuls

Create fix script to insert device for user

Please assist. We have users that have email address but no device notification entry. We want to create a device record from currently existing email from user table with cmn_notif_device table. We want to use a fix script to accomplish that. Thank ...

device.JPG name.JPG
gracjan by Tera Guru
  • 727 Views
  • 4 replies
  • 2 helpfuls

Help with BR

I need help with this BR. This code is limiting the list view to users with specific roles, however, when I switch to an external user and make a request via the portal, he does not have visibility of the REQ. How can I solve?(function executeRule(cu...

Salomao_ by Tera Contributor
  • 495 Views
  • 2 replies
  • 0 helpfuls

Show Field Message if a user is a VIP?

Hello, I've been banging my head against a wall for quite a while now trying to figure out what I assumed would be a relatively simple thing. I'm working on the sc_request form, and am trying to use a client script to make a field message show when a...

Jake McC by Tera Contributor
  • 2310 Views
  • 4 replies
  • 1 helpfuls

Regarding Script

Hi Community , var a = true;if (a == "true") {gs.info("inside if");} else {gs.info("inside else");} Need to know why its output is coming as - inside else Can someone explain it to me in simple words ? Thanks in Advance