ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! UI policy vs. ACL

I will give ITIL role wirte authority by using the ACL in the impact field of the incident table. ACL: incident.None     write   ITIL incident.impact write  ITIL Also, I will give ADMIN role write authority by using the UI policy (writing Scripts) in...

Resolved! Display only form with fields

I have a requirement to create a form where it will have a user id field and a multi-line text box to populate user details from LDAP. Initially I though to create a table and add this fields to it but there is no need to add any records in the table...

Geeky by Kilo Guru
  • 2266 Views
  • 9 replies
  • 1 helpfuls

Resolved! Map to field not working from Record Producer

I'm trying to get our users to pick from a selection of CI's via a Record Producer and then transfer the selected CI onto the CI field in an incident  I have my variable configured as below, but no value passes into it. I've also tried naming my vari...

find_real_file.png

Resolved! pass variables to workflow

I'm trying to pass variables from a record producer to a workflow that I'm kicking off via the script.   Here is the script I'm running. (function() {   current.short_description = "CCS Release " + producer.name;       var vars = getVars();   gs.log(...

Mandatory on Checkboxes in Service Portal

Hi allI am having an issue with mandatory checkbox. In Jarkata we have format belowLabel (mandatory if no checkbox is selected)checkbox1checkbox2checkbox3In Service Portal, I can't make the same feature happen. I had considered the onsubmit client sc...

qqj5004 by Kilo Contributor
  • 4148 Views
  • 12 replies
  • 2 helpfuls