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

Forum Posts

Resolved! Trigger Subflow for Scheduled Job

Hello ServiceNow Community! I am trying to trigger a subflow on my scheduled job that's supposed to run Mondays & Wednesdays. Here is my condition: answer = false; var gdt = new Date(); var day = gdt.getDay(); if(day != 0 && day != 2 && day != 4 && d...

neil_b by Kilo Sage
  • 2338 Views
  • 6 replies
  • 2 helpfuls

Event Handler in Workspace in Calendar Report component

Hi All, I have a requirement to build Calendar Report in Workspace.I have used calendar report component for showing reports, however ii am facing challenge in performing on click event to navigate to records being clicked. As shown in screenshot bel...

ShashiYadav_1-1717052489415.png

Resolved! Filter a catalog variable values based on other variables

Hi All, I have below fields on a catalog form. When we select 'Hotel Code', the values under 'Hotel Status', 'Brand' and 'Country' will auto populate. And the 'Rate Category' is reference to a custom table. We also have brand and country in that cust...

priyarao_0-1743077983392.png
Joshuu by Kilo Sage
  • 1353 Views
  • 3 replies
  • 2 helpfuls

REST Message In Flow Designer with Body in JSON

Hi community, I try to build a REST POST Action in flow Designer where I have to pass the Domain\UserID information in Body\JSON, it's work with POSTMAN with this configuration.But ServiceNow Side I'm unable to reproduce this configuration.as well by...

NorrinRadd_0-1743067605038.png NorrinRadd_2-1743067814252.png NorrinRadd_1-1743067730454.png
aguyard by Tera Expert
  • 1261 Views
  • 1 replies
  • 0 helpfuls

Resolved! Lookup Select - Question choice table

Hi all,I need to pull a  question and it's choices for a catalog item from question choice table. But it's not working as expected. Can anyone help me.Variable type: Look up select boxQuestion : Select from the below optionname: u_demolook up from ta...

Jai2021 by Tera Contributor
  • 6874 Views
  • 5 replies
  • 2 helpfuls

Resolved! How to add a cacel button to a request

Hello dear community,I created a form on service portal using record producer : this form submit a request.I want to add a cancel button that displays after submitting the request in order to allow the user to cancel his request : the cancel button :...

yasserbouat_0-1741601219033.png