The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Getting decrypted value from Password2 field

Hi all! Currently, I'm facing with problem with Password (2 way encrypted), because I'd like to store credentials in Credentials table, and I'm populating that table when my custom table is updated, so I decided to use business rules for that.  Every...

Dominik6 by Kilo Explorer
  • 11139 Views
  • 8 replies
  • 0 helpfuls

Resolved! Catalog item variable type - How to identify?

Hello Experts, I would like to detect sc_cat_item variable type used in existing ritm tickets, but wondering how to do it. Usage of .getInternalType returns as example "com.glide.vars2.Variable" but not type like Single Line Text.  Is there any way t...

AnttiTapiola by Tera Contributor
  • 1788 Views
  • 4 replies
  • 2 helpfuls

Resolved! Business Rule isn't working

Hey All, I'm having issues with my business rule. I'm doing service mapping requirement in which a parent ci needs the correct child cis to be mapped to it.  Currently, I have a business rule that in onBefore that calls my script include and my funct...

0890KM by Tera Contributor
  • 492 Views
  • 3 replies
  • 0 helpfuls

Resolved! Get Data of submitted RITM's Multi Row Variable Set

Hi All, I have a catalog with Muti Row variable set, I want the information stored in the multi row variable set of submitted RITM. I can extract this information using flow designer's get catalog variable action but I want to get this using PowerShe...

WaseemM by Giga Expert
  • 855 Views
  • 5 replies
  • 2 helpfuls

Make Mandatory variable set variables based on variable choice

Hi All i have requirement based on variable choice want to make variable set  variables mandatory. I configure below on change script but not working please review below script and help me with correct solution    var variableNames = [        'cost_c...

kotab by Tera Contributor
  • 302 Views
  • 2 replies
  • 0 helpfuls

ServiceNow Integrate with MS Teams

Hi, How can I integrate Microsoft Teams with ServiceNow to automate notifications?And how can i push the approval notification into the teams directly.Thanks...

Devansh00 by Tera Contributor
  • 376 Views
  • 2 replies
  • 0 helpfuls

UI Builder Hide button based on role

Hi everyone Im trying to hide a button on the UI Builder based on a role, I have tried many things, the last one I trying was creating a "Data Ressource" "Check for user roles" and put the role there, and then on the button "Hide Component" I tried c...