Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

Forum Posts

Resolved! Remove buttons for particular view

I have a button added to asset forms called "Return Asset", this is done via a UI Action and on click opens a modal window that shows only the fields we want the Service Desk via a view called "returned" to fill in when an asset is returned, however ...

Bidduam_0-1665702330856.png Bidduam_1-1665702424590.png Bidduam_2-1665702466951.png
Biddaum by Tera Guru
  • 1042 Views
  • 2 replies
  • 0 helpfuls

Resolved! Client Async Functions

Does ServiceNow not support client-side async functions in UI Pages? Getting the following error:  

Ararana_0-1665696722154.png
Ararana by Kilo Guru
  • 1301 Views
  • 1 replies
  • 1 helpfuls

Flow Designer Execute script in If Clause

Hi, I am trying to convert the existing workflow into Flow designer. In the current workflow, there is a IF script that has some logic. How do I replicate that logic within the IF script of the flow designer? In short, I need to write the custom logi...

maryc by Tera Contributor
  • 10049 Views
  • 8 replies
  • 32 helpfuls

Get outputs of Sub workflow in workflow editor run script

Hello, I have a run script in workflow editor that fires another workflow. var wf = new global.Workflow();var context = wf.startFlow('dslfjkdsj3dkfj3dls', current, current.update()); The sub-workflow has a couple of Activity Outputs. I was wondering ...

AM24 by Giga Guru
  • 1186 Views
  • 1 replies
  • 0 helpfuls

Resolved! Calling script include from business rule

Hi Community, I want to push the assigned to email address in current problem form by using business rule and script include combination:- i configured below script include for fetching the assigned to email addressand also i configured the business ...

Chaitanya6_0-1665571388083.png Chaitanya6_1-1665571505238.png
Chaitanya6 by Tera Contributor
  • 8296 Views
  • 6 replies
  • 4 helpfuls

Resolved! onChange client script returning 'undefined'

Hello all, I am trying to populate the dept code with an onChange client script, but it keeps returning 'undefined' when i attempt to dot walk to the id field on the department table. When i use getDisplayValue() the field does not return anything at...

lando321 by Tera Contributor
  • 2910 Views
  • 10 replies
  • 0 helpfuls

Resolved! Variable attributes in Service Portal

Hi,I noticed that variable attributes don't work properly in Service Portal.Setting "ref_ac_columns" won't display the expected columns in the reference field of a catalog item (the columns remain searchable though).This can be quite critical as only...

mp27 by Mega Contributor
  • 11806 Views
  • 8 replies
  • 37 helpfuls

How to unmask the masked data?

Hi,I have a requirement like i have a custom field in a table and it is of type password2 type. Now i want to decrypt the data which is stored in that custom field for all the records in the table. No need to store that decrypt value into another fie...