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! Reopen a single catalog task in a workflow

Hi, I am fairly new to scripting in ServiceNow and am wondering if this is even possible? We are having issues with people reopening sctasks by changing the state, so I have been able to lock this down using ACL once state = 'Closed'. However, there ...

Cirrus by Kilo Sage
  • 4114 Views
  • 8 replies
  • 1 helpfuls

Integration with Asset Management

Hi All, We have to integrate Asset management with another Tool. We have got the API and credentials of the of the third party tool. 1. We need to consume their API and get Asset details from their tool using REST. 2. Whenever there is an insert/upda...

punitchourey by Tera Contributor
  • 3181 Views
  • 12 replies
  • 1 helpfuls

Resolved! Javascript split with escape character

I have a string like below which is coming from script.("Table1"),('Table2'),('Table3'),("Table4"),("Table4") I want to do a split in the string and make it like below Table1,Table2,Table3,Table4 How do I achieve this. I have read somewhere we can ac...

Changing Variable Attributes in Portal Widget

For catalog items on our service portal, I am able to include the User ID with the User's Name for a reference field that is referencing the sys_user table.   I do that by setting the Variable Attributes to: "ref_auto_completer=AJAXTableCompleter,ref...

find_real_file.png find_real_file.png
kkaufmann by Tera Contributor
  • 2516 Views
  • 5 replies
  • 0 helpfuls

REST API, Python and creating new incident ticket

Hello, I have an issue with creating an incident ticket using REST API and Python. In general it works, I can create it, set short description, CIs, contact information, priorities etc.. But not everything works fine. When I try to also fill creator ...

Grzegorz2 by Kilo Explorer
  • 9713 Views
  • 6 replies
  • 0 helpfuls

Help to change the filter/query on Portal Case List

Hi Team, Hoping this is a quick one, but I can't for the life of me figure this out. On the HR Portal there are two widgets that grab HR Cases - the 'HRJ Dashboard Case List' and the 'HRJ Completed Items'. The 'HRJ Dashboard Case List' separated the ...