Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! GlideRecord and Reference Fields

Is there anyway I can do an addQuery on the display value of a reference field?u_iccb_fisma_id is a reference field to the cmdb_ci_service table.   I know the u_iccb_fisma_id is actually the sys_id.   Or do I have to do a GlideRecord on the cmdb_ci_s...

kemmy1 by Tera Guru
  • 12166 Views
  • 4 replies
  • 1 helpfuls

Resolved! Choice List not populating in catalog items

Hello Experts,I have created a Record Producer for Creating an Incident. In variables I have mapped to incident fields like urgency, priority.....but when I preview item or Try it it does not shows any choices list which is present in Incident table....

find_real_file.png

Resolved! UI Policy Script - ReadOnly fields

Hello Community,I am trying to allow ITIL user to be able to edit incident due date. We have a UI policy in place which makes the due date mandatory or not mandatory based on contact type and status fields selected. However, when ITIL user selects a ...

Kamran1 by Kilo Guru
  • 12284 Views
  • 6 replies
  • 4 helpfuls

Resolved! How to include HTML in gs.addInfoMessage ?

With the Jakarta release, any of my previous gs.addInfoMessage messages that included HTML in it (like a hyperlink), no longer use that HTML.Does anyone know of a way around this?

MG Casey by Mega Sage
  • 2232 Views
  • 1 replies
  • 0 helpfuls

Resolved! ServiceDesk Call create generic request

So I am new to the Service Desk Call option, I was able to get the Incident information the way I want,   now I wanted to create a General Request item - I have tried using the format ofNew call to create generic request` However it just isnt copying...

williame by Tera Contributor
  • 3991 Views
  • 20 replies
  • 4 helpfuls

Resolved! issue with servicenow displayed in iframe

We have to embeded ServiceNow in a iframe for one of our portal. After embeding few things are not working in that iframe servicenow window,   like unable to change the filter condition, Clicking "New" button in list view does nothing...etc.Does anyo...

Resolved! Dot walking list type field in scripting

Hi folks,I have two list type fields on a form both are referenced from other tables.           I need to populate u_enterprise_app_definition.managed_by   on to the Custom manged by field on change or update of Enterprise app definition field. I hav...

find_real_file.png find_real_file.png

Explain getdatefromformat()

Hi All,Could someone explain me getdatefromformat() method along with its parameters.Also explain "g_user_date_format", "g_user_date_time_format" and formatDate().Thanks in advancedcn

Resolved! service portal - modify widget title color

Hi guys,I am working on the Service Portal widgets. I can customize and change the color of the icon shopping bag below to whatever color I want but I am unsuccessful with the title ('commander'). I'd like to change it to white for example.In the pag...

find_real_file.png find_real_file.png
maronis by Mega Guru
  • 5009 Views
  • 6 replies
  • 4 helpfuls

How to set view rule for list view only

Hi,I'm familiar with view rules that allow to enforce a specific view on form, according to defined conditions.Does anyone know how to achieve the same functionality for lists? is there an option like that?Thank you!

Resolved! Setting List Collector Selections in a Script

I've seen a lot about how to default the filter for a list collector (pre-filling the "left side"), but I can't seem to find anything about defaulting the selected values of a list collector (to pre-fill the "right side"). The closest I came was unfo...

How to use try catch in ServiceNow Scripts

I attended Steve Bell's advanced GlideRecord session at K16 and I believe there was an incidental comment made about how to properly implement exception handling in SN scripts.   However, I made no note of it and cannot remember exactly what the inst...