We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

I need help with Flows

I'm trying to set up a flow where, as soon as a ticket is created, its status stops being opened and becomes pending, and the impacted service (chosen by whoever created the ticket) is similar to a group, the flow works the first time HOWEVER , when ...

Captura de tela 2024-04-08 143648.png Captura de tela 2024-04-08 143715.png

Change colour of mobile app

Hello, I want to change the color of my mobile app both header and navigation bar. My version is Vancouver and Next Experience is enabled. I have tried almost everything and didn't find any way to do that. I read that the only way is to create new th...

VasilisAnastas_0-1698743646511.png

Approval configuration in Catalog item - How it is configured

Hi everyone, Where can we check the approvals/ approvers configured for any catalog item? Where the flow of approval has been configured? Please help me with the above mentioned query/question. Thank you in advance. Regards,Shafna SahabudeenShafna Sa...

Shafna by Tera Contributor
  • 508 Views
  • 2 replies
  • 0 helpfuls

Resolved! Related List - Question?

Hey Everyone!  I hope all is well. I am creating a related list/relationship that applies to the interaction table and queries from the wu_appointment table.  Nonetheless, the goal is for the interaction table to show the appointment for the user. On...

Community Alums by Community Alums  
  • 521 Views
  • 2 replies
  • 0 helpfuls

Resolved! Record Producer Select Which Variables Appear on Drop Down Menu

On our demand table we have a routing precedence column with 5 different labels.  The demand table and routing precedence labels are shared across many different catalog items /record producers.    There is a request for one particular record produce...

record producer form.jpg demand table routing precedence column choices.jpg lookup select box.jpg
Scott93 by Tera Contributor
  • 3077 Views
  • 10 replies
  • 7 helpfuls

Create a excel file from script

Hi Team, We have a requirement to create excel file from a JSON object which and enable user to download it.The JSON object is constructed base on complex query so we cannot use OOTB table excel export future.

 Please guide me to any pointers, knowl...

rajeshnvrk by Tera Contributor
  • 1121 Views
  • 2 replies
  • 0 helpfuls

Resolved! Pass params from UI Action to UI Page

Hi all,I have a UI action that calls UI Page. I used the new GlideDialogWindows to render the UI Page as popup function PopUIPage(){ var sysIds = g_list.getChecked(); var gdw = new GlideDialogWindow('ui_page'); gdw.setSize(750,300); gdw.setPrefer...

Or Kalev2 by Tera Contributor
  • 1760 Views
  • 7 replies
  • 1 helpfuls

Resolved! How can I get the current record's sys_id in a UI Page?

So i want a select box in my glideWindow UI Page where i have to display the users that are currently in a list collector of a record. and i want to show these two users in a select box of UI Page here:   currently im using this script in my UI Page...

find_real_file.png find_real_file.png