Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! How to create Knowledge Article using ATF?

Hi All, I am trying to create a ATF to create HR Knowledge Article. However I am unable to select Knowledge Base as a field itself when I have selected Set Field Values Operation for Table kb_knowledge. It does not come in the list of fields and henc...

vish1 by Kilo Contributor
  • 2705 Views
  • 6 replies
  • 2 helpfuls

Resolved! Assigning value for reference field maps in Scripted IRE

Hello, I am currently working on a cmdb scoped application that imports external devices from a 3rd party into Servicenow. Currently working on importing software instances installed on devices. The devices themselves have already been imported into ...

Omar_Sanchez by Tera Contributor
  • 1620 Views
  • 4 replies
  • 0 helpfuls

Resolved! pass parameter to page with widget via page url

in service portal i have a page with one widget the server script on the widget needs a sysid i thought i could put the sysid in the url and retrieve it in the server script on my widget, like so:   my url is: myservicenow.com/sp?id=mypageid&sysparm_...

ggg by Giga Guru
  • 13151 Views
  • 2 replies
  • 15 helpfuls

Resolved! Help parsing through the value of a system property

I have a system property that I created to holds a list of sys_ids from the sys_user_group table.  They are separated by commas in the system property like so:  sysid1, sysid2,sysid3 In using the gs.getProperty function, I'm able to retrieve the valu...

Resolved! override an ui action to hide the delete button in a form, it works, but switching other user it still see the delete button

hi experts, in a form, I override an UI Action to hide the delete button in a form,  it works, but switching other user it still see the delete button , I don't know why. in ui actions  I just changed the condition!=true to make the canDelete() inact...

find_real_file.png find_real_file.png find_real_file.png
zhihong by Tera Contributor
  • 2624 Views
  • 4 replies
  • 2 helpfuls

Resolved! current.setWorkflow(false);

can anyone explain me why using current.setWorkflow(false) should not be followed or is it an unethical way? and if i use would it be a  wrong method for a developer  curious to know just for knowledge   thanks   

Resolved! How to Create a Test Step of Open a Record Producer (SP)?

Hi, I have an issue with creating a test step of Open a Record Producer (SP) where it error out with error summary "FAILURE: Failed to open Record Producer. Either you don't have access to the Record Producer or g_form is not defined". I am in London...

find_real_file.png
sl888 by Kilo Guru
  • 4442 Views
  • 11 replies
  • 10 helpfuls

Resolved! How to identify which instance you are on

Hi ServiceNow Community Developers, Do you know if there is a way to identify through a script which instance you are on? For instance I have 3 properties that I have defined for dev, test and prod. Right now in dev I have a hard-coded dev property i...