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

Form Layout

I am currently moving an update set from one instance to another.   None of my fields are showing on the form itself so I am attempting to configure it.   I am just guessing that form designs/layouts will not capture in update sets?   What I'm confus...

blank.PNG

Resolved! UI page

H All,This is my Html code from ui pageHow to show dropdown choices in a Html script in Ui page?<g:ui_form><input type="hidden" id="cancelled" name="cancelled" value="false"/><input type="hidden" id="incidentSysID" name="incidentSysID" value="${syspa...

Resolved! How can I automate tickets with Javascript via Tampermonkey

I'm working with Tampermonkey within Chrome to automate a ticket route based on keywords found in the Short Description when submitted by an end user.A lot of these self submitted tickets for access can be auto routed, I'm attempting to create a scri...

calebwoolsey by Kilo Contributor
  • 4999 Views
  • 7 replies
  • 1 helpfuls

Resolved! Advanced script on ACL - role based restrictions

I have a strange issue with an advanced script on an ACL. I have a new role called "itil_restricted", which inherits "itil" as it is IT without the ability to manage change or problem. So on the create rule for the problem table I have created a new ...

curtisr by Kilo Expert
  • 33391 Views
  • 12 replies
  • 10 helpfuls

isNewRecord() not working in ACL with REST

Hi,I need an account to create records but also be restricted to Read with just new records.In the table Read ACL, I've added if(current.isNewRecord() && gs.hasRole(XXX)){ answer = true;}But it's not working when I go to the REST API Explorer to test...

phoang by Kilo Expert
  • 5483 Views
  • 9 replies
  • 0 helpfuls

Resolved! Get Current user within workflow script

Hi,[Please note that this question is about a workflow script. NOT general client scripts] I have a workflow that dose few validations before proceed. In that case Following validation need to be done1. Get the creator of the ticket2. If he/She in is...

sandaru by Giga Contributor
  • 4448 Views
  • 3 replies
  • 3 helpfuls

Resolved! Email Notification dynamic subject

I found this:   Dynamic subject in an Email notification But no answer.I'm trying to call a mail script because I need a dynamic subject line:However, when the email comes in, I get this as my subject line:   ${mail_script:dynamic_subject}Is a dynami...

find_real_file.png
xiaix by Tera Guru
  • 8043 Views
  • 7 replies
  • 13 helpfuls

Resolved! Knowledge base notifications not working.

Hi, For some reason the knowledge base notifications are not working, either for myself as the creator of KB articles or the members of the testers team who are getting INC and CHG notifications fine.I have looked at the E-Mail notifications show bel...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
clivebushell by Giga Contributor
  • 3472 Views
  • 11 replies
  • 3 helpfuls

Resolved! How do I Create a View Rule that Applies to a Specific List View?

I have created a specific View Rule, as seen below:Then this is the System UI > View that I created:What appears to be working for this View Rule is the specific Form View (Bcdr) when editing an existing record.What is NOT working is when I click New...

find_real_file.png find_real_file.png
rhett1 by Tera Expert
  • 4235 Views
  • 2 replies
  • 1 helpfuls