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

Forum Posts

How to set field value same as another field

Hello Experts, In incident form there is 2 fields called status(state) and Incident state(incident_state).My requirement is If state is selected with example work in progress how to set same value in incident state field.Tested with business rule (be...

raj149 by Giga Guru
  • 1225 Views
  • 5 replies
  • 0 helpfuls

Resolved! ServiceNow CLI Error npm install

Hello everyone,  I am trying to setup ServiceNow CLI. I am stuck on stage after creating a project and I am not able to install node_modules. I got errors again and again.  npm ERR! code 1 npm ERR! path /Users/pyotrbodlev/dev/test-snow-cli/node_modul...

Resolved! Getting Error in "Translate text"-Dynamic Translation

Hi All, User creates inciden record through mail. So I am trying to fetch language used by user in mail and change it to English and add converted english text to incident short description.I used dynamic translation to achieve this. But getting erro...

SachinGK1_2-1684305058148.png SachinGK1_1-1684305032597.png SachinGK1_0-1684310369501.png

Can I rerun flow designer

Dear Community,  I had a flow designer execution with error. I corrected the error and I would like to run the flow designer again. Is there a way to rerun the flow designer again? I know this feature is available for workflows but not sure how i wil...

Revathi11 by Tera Contributor
  • 8238 Views
  • 6 replies
  • 5 helpfuls

Resolved! UI Builder (Utah) - Subpage not offering parameters anymore?

Hi Community I face the problem that I can't find the place in Utah UI Builder where I can set parameters on Subpages e.g.when creating a subpage for a viewport component.On normal pages the parameters can be configured on create as follows (and afte...

alangross_0-1689334435016.png alangross_1-1689335030580.png alangross_2-1689335185030.png alangross_3-1689335340172.png
alangross by Tera Expert
  • 1069 Views
  • 2 replies
  • 3 helpfuls

Resolved! Modern cell coloring

Hi developers, for change request approval tab can this modern cell coloring be done for all users ?But I want to make unclick "Modern Cell Coloring" checkbox in the change form for all users. How can I handle this?Though unchecking modern cell color...

servicenow14710_1-1685026616491.png

Complex Flow with flow variables in flow designer

Greetings everyone Iam tasked with designing workflows for intricate business processes and using flow designer to develop the flows. As part of this task, I encounter numerous conditional loops where various values are updated, and in certain scenar...

Community Alums by Community Alums  
  • 1245 Views
  • 4 replies
  • 0 helpfuls

Resolved! How change the search default from Start with to Contains

Hi, I have a problem that if the user start typing words into a reference field, he only gets result of everything that start with instead of contains, for example:If I have a reference field to the sys_user table, and the user will start typing 'Mos...

Screenshot 2023-07-16 at 22.19.33.png
Alon Grod by Tera Expert
  • 1857 Views
  • 3 replies
  • 2 helpfuls

Convert String to Bytes using UTF-8

Hi,I am stuck at an issue where I need to convert a String into Bytes using UTF-8 format to be sent to a 3rd party application. 3rd party application only support parameters in this format.Any pointers on how we can do this.  Regards,Surbhi

Exporting Issue

Dear team , We are getting issues after exporting the data , just wondering what could be the reason behind it .When my client exported data from Business application table, once the downloads complete its giving below error.as they have given tempor...

pramn_0-1689509787964.png pramn_1-1689509957516.png pramn_2-1689509988271.png
pramn by Kilo Sage
  • 917 Views
  • 1 replies
  • 0 helpfuls

Resolved! Client Script: Reload page based on field conditions

Hello community, I attempting to create a client script that reloads a form onChange. When the State field changes to a specific value (e.g. 7), reload the page. However, the script reloads for every state. Also, I attempted to add condition where Ca...

Desmo by Mega Guru
  • 2294 Views
  • 1 replies
  • 3 helpfuls

Resolved! Custom action output variables show up empty

I have a custom action that runs a rest script. Part of the script retrieves a response body on execution.  That response body shows up correctly if I place it inside gs.info but if I assign it to an output variable the variable is always empty.  Any...