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

Forum Posts

Resolved! Approvals via notification through flows

Hello,I dont have much experience with flows and approvals so I would really appreciate some help!I am trying to create a flow that would trigger when an HRIT Operations case is updated. The part I am struggling with is, I need to send out an approva...

rocio2 by Tera Contributor
  • 2133 Views
  • 5 replies
  • 1 helpfuls

How to create clustered bar graph?

How do I create a clustered bar chart for incident trending year on year, which compares Jan 2024 and 2025 side by side, then Feb 2024 and 2025 side by side, etc.Example attached 

Resolved! State from Task to RITM to Request

How do customers handle the following:If a fulfiller "Close Cancelled" any task, what state should the RITM and Request be updated to?If a fulfiller "Close Skipped" any task, what state should the RITM and Request be updated to? Does anyone have a sc...

Mark Brogna by Tera Contributor
  • 1580 Views
  • 4 replies
  • 0 helpfuls

Resolved! Copy UI Policy actions to another UI Policy?

Is it possible to copy UI policy actions to another UI Policy? I have a situation where the UI policies I have are fairly complex and the UI policies are against the same items but I just need to change visiblity/etc. and having to manually recreate ...

bigbacon by Tera Guru
  • 2562 Views
  • 11 replies
  • 3 helpfuls

Resolved! Open outlook when emaill address was clicked

Hello All, The email address is clickable but there is no action to open Outlook application when being clicked.Please help to advise.my JSON code in Contact Card component:/**  * @Param {params} params  * @Param {api} params.api  * @Param {Transform...

Aljhon_0-1739254623745.png
Al-JhonV by Kilo Sage
  • 1906 Views
  • 7 replies
  • 1 helpfuls

Need to hide hidden variables in approval emails

Hi All, I am stuck at a point where I am not able to handle one situation. There is a variable in an item which is hidden in some scenarios, but when approval emails trigger, it also includes that variable. But it should not be there in the mail. Att...

aamir1 by Mega Expert
  • 4657 Views
  • 5 replies
  • 4 helpfuls

Resolved! Updating a date automatically from another date

Ok so I have two variable date fields:start_dateend_dateOnce the start date is entered I want the end date to automatically be updated to 90 days after the start date.So I have added an on change catalog client script as follows: Type - onChangeVaria...

Moedeb by Tera Guru
  • 4479 Views
  • 13 replies
  • 3 helpfuls

Resolved! Support and Surf differences

Hello Everyone,   What is the exact differences between Support and Surf? They have a lot of things in common it seems.   Thank you!

larsvandijk by ServiceNow Employee
  • 3808 Views
  • 3 replies
  • 3 helpfuls

Resolved! How to get the first record by Create Date

Hi ServiceNow Gurus!I am creating a business rule that needs to show the first record created in 'sys_user_grmember' sorted by 'sys_created_on'. Part of the code in mybusiness rule is:var grug = new GlideRecord('sys_user_grmember');grug.addQuery('use...

carlocsa by Kilo Expert
  • 5488 Views
  • 3 replies
  • 0 helpfuls

Resolved! Variable Editor (Formatter)

I created a custom variable formatter (sys_ui_formatter ) for my custom Cases table using "com_glideapp_questionset_default_question_editor".All Cases are created from a record producer. And although I created and made the formatter available on the ...