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

Forum Posts

Resolved! delete records from table in scoped app

in kingston i get the "refused due to the table's cross scope access policy." On the table application access tab I have accessible from "all application scopes" and allow configuration is checked. what do i need to do specifically to allow me to del...

ggg by Giga Guru
  • 3282 Views
  • 3 replies
  • 0 helpfuls

Resolved! Knowledge-what/where defines who can retire an article?

Racking my brain trying to figure out where the properties are set for knowledge that defines who can retire articles. I understand the UI Action calls a script include but that doesn't give me much to go on. I was hoping the DOCS site would give som...

Error-The following fields contain invalid text:  End Date

Hello All,We have upgraded the Service Now Instance from Fuji version to Jakarta version and while creating a ticket in this newly upgraded environment, I am getting an error while submitting the ticket as shown below:After providing every mandatory ...

find_real_file.png
jaisankar by Mega Contributor
  • 4420 Views
  • 7 replies
  • 1 helpfuls

How to add fixed query param to Service Portal widget

Hello, I used OOTB widget called "Data Table from Instance Definition" with proper filter in this case Assigned to = DYNAMIC ME I want to block this filter. Unnecessary when I use sysparn_fixed_query it doesn't work Someone faced with such problem a...

find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 2193 Views
  • 1 replies
  • 0 helpfuls

Resolved! Run REST (POST & GET) call on one Business rule

Hello fellow developers.I'm fairly new and dont have much REST or Web Services experience. But i think after all the hours I spent i'm very close so i just need a little bit of help.------------BACKGROUND-----------------We are integrating with Fogli...

kevinray by Giga Expert
  • 6637 Views
  • 7 replies
  • 0 helpfuls

Display Alert message on header of list view

I am going to use business rule to validate the filed change via a list of incident (list view).     If the validation is failed in business rule, we want to display the alert message on header of a list of incident (list view).   I don't know what i...

nancyhz by Mega Contributor
  • 3945 Views
  • 6 replies
  • 1 helpfuls

Resolved! help me in understanding this manual condition new sn_sm.SMConfiguration().isEnabled(current, "request_driven", false) && (new SMTask()).isAssigned(current)

Hi EveryoneCan some one please explain how this manual condition is working and what this condition is verifying.This has been used in state flowsnew sn_sm.SMConfiguration().isEnabled(current, "request_driven", false) && (new SMTask()).isAssigned(cur...

Raviteja K by Tera Expert
  • 4889 Views
  • 4 replies
  • 9 helpfuls

What's the difference between State Flow and State Model?

Hi there, What's the difference between State Flow (sf_state_flow) and State Model (sys_state_model) ? and Process Flow (sys_process_flow)? I'm looking into develop a state transition (showing the process formatter) for a custom table in a scoped app...

JennyHu by Tera Guru
  • 2456 Views
  • 3 replies
  • 1 helpfuls

Resolved! Backing up and prepping update sets for upgrade

Situation: We are upgrading to London. Lower environments are already upgraded, and remediation work has been going on there. We have a number of update sets that we've worked on in the development instance. We want to clone down from production to t...

Resolved! Correct Checkbox Value from Variable Set Not Showing Up on RITM

We are experiencing some really odd behavior where the value of a checkbox (from a Variable Set) from a Catalog Item that is being filled out in the Service Portal is not being reflected properly on the RITM that is submitted, even though the underly...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
jmiskey by Kilo Sage
  • 5725 Views
  • 6 replies
  • 4 helpfuls

Resolved! Locations table (cmn_locations) updated from Users (sys_user)

About a year and a half ago we started using LDAP to provision and update all of our users from Active Directory.  We have the Locations table (cmn_locations) where all of our Datacenters and field offices are store.  What we recently discovered was ...

sgmartin by Kilo Guru
  • 9826 Views
  • 2 replies
  • 0 helpfuls

Resolved! Format phone number field to 1 (111) 111-1111

I have created a client script to format a field and have the output of (111) 111-1111. The only problem I am facing is hardcoding a 1 in front of the number. Example, If a user inputs a 10 digit number, it should format to 1 (111) 111-1111. My code ...

dhazlettjr by Giga Contributor
  • 3110 Views
  • 3 replies
  • 2 helpfuls

Background Script to Modify ACLs

I am attempting to create a background script that will go through each ACL with a Delete operation, and add security_admin to the roles. Below is my code, but I can't get it to work. Can anyone offer any help? var securityAdmin = 'b2d8f7130a0a0baa5b...