Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

Resolved! How to post additional comment on Record Producer or RITM

Hi all, this is my use case: the incident/RITM will close automatically at submit sending a notification mail to user who open it.It's also needed to add a comment and resolution note with the same content of notification. I've got a problem with add...

Resolved! UI Action Cancel buttons aren't working.

Hi,  I created two UI Action cancel buttons for both a parent form and child task. I needed them both for the submitter and reviewer to cancel at anytime. Neither are working.I have taken screenshots of the parent & child task cancel buttons. Here is...

Andre241 by Tera Contributor
  • 1410 Views
  • 2 replies
  • 1 helpfuls

Need help for transform map

I have requirementWe are enhancing some table (test) and hence need to modify the excel template with in catalog item(test2 )to accommodate newly created columns.So basically there is table called testWhich was recently updated with new columnsAnd th...

Teja3 by Tera Contributor
  • 429 Views
  • 1 replies
  • 0 helpfuls

Values on multi-row variable set not saving on RITM

I'm trying the multi-row variable set for the first time and I having a bit of an issue. Can't see to find an answer on the community board.  Went into one of my catalog items, added a multi-row variable set: and then added some variables:   On th...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Database View where clause Date condition

how I can add date condition for database view   for examplesome think like this :opened_at > now() - 7   ( not working )opened_at > now()   ( not working )opened_at > Date() (not working )opened_at > '2015-01031 06:11:55' ( working)please see the at...

DatabaseView.jpg
almuhanm by Kilo Explorer
  • 5113 Views
  • 3 replies
  • 0 helpfuls

Database Views - multiple conditions on a where clause

So I built a database view with the following ...TABLE: metric_definition ORDER: 100 WHERE CLAUSE: md_table = 'incident' && md_name = ' TCS...TABLE: metric_instance ORDER: 200 WHERE CLAUSE: mi_definition = md_sys_idTABLE: incident ORDER: 300 WHERE CL...

Uncle Rob by Kilo Patron
  • 12725 Views
  • 3 replies
  • 7 helpfuls

If condition with empty value in flow designer not working

Hi,I am trying to design a flow logic in flow designer to update the Incident state field to Cancelled if the field configuration item is empty. If the field Configuration Item is not empty then I am updating the Configuration item's Assigned to fiel...

KoyelGuha_0-1715945272592.png
Koyel Guha by Tera Contributor
  • 706 Views
  • 2 replies
  • 0 helpfuls

Run Python File from Mid-Server using flow

Hi Team, I created script action in flow that run python script file in Mid Server, I got error like this "'python' is not recognized as an internal or external command,operable program or batch file.", but I installed in python in host machine below...

Syedzabiullah_0-1715792908076.png Syedzabiullah_1-1715793590455.png Syedzabiullah_2-1715793622008.png