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.

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

Forum Posts

field is not updating in list view

I have a display business rule to calculate from the related list and populates in the parent table.  It is populating in the field but I dont see it is getting updated in the list value? How to update in the form and in the datebase ? I tried to cha...

sam43 by Tera Contributor
  • 1301 Views
  • 2 replies
  • 0 helpfuls

Resolved! Open Existing Task Record with Workspace

I'm wanting to use g_aw.openRecord() to open a task type record. All of the documentation points to sys_user or something not task related at all.  The only example I see is the Copy Incident UI action, which I've tried to copy but it seems like it d...

Resolved! OnChange Client script - check field and set value

Hello,  I need any advice with client script since I'm new to ServiceNow. On Change form, I need a OnChange client script that will check a field two fields State,Risk -  if the State will be set to "Assess"(-6) and field Risk is empty users will rec...

Jan5 by Tera Contributor
  • 5124 Views
  • 2 replies
  • 2 helpfuls

Integration with Cisco Contact Center

We are implementing Service-Now and have been told by our Cisco Phone rep that Cisco Unified Contact Center Express 8.5 will not integrate with SN.We would like to see an incident form populated with Cisco caller information from the call and SN.Has ...

rvancamp by Kilo Explorer
  • 4176 Views
  • 5 replies
  • 0 helpfuls

Resolved! Hi Everyone, I need to grey out the select box choice from the variable. Like the choice should be visible but it should not be selectable

 I need to grey out the select box choice from the variable. Like the choice should be visible but it should not be selectable. Please can any suggest me what has to be done. Even I have tried the below link but it is not working for me. https://serv...

How can I add an info/error message to Agent Workspace list view?

Hi! How can I add an info/error message to Agent Workspace list view? I've created a business rule to run when a field is changed using the agent workspace list edit button. The business rule runs accordingly but addInfoMessage (or addErrorMessage) d...

Hopn by Tera Contributor
  • 1928 Views
  • 1 replies
  • 1 helpfuls

Can i use multiple addOrCondition in query?

var gr=new GlideRecord("table_name"); gr.addQuery("gender","male").addOrCondition("gender","female").addOrCondition("gender","transgender"); gr.query(); Can i use multiple addOr Condition in my query? If no any other way to do this?

Hulk1 by Giga Contributor
  • 4077 Views
  • 2 replies
  • 3 helpfuls

Checkbox in UI page

This code working fine if the number of checkboxes is 2 or 3. If the number of checkboxes is 10 or 15 then how to simplify this code? Because if the number of checkboxes is high then the combinations are also getting high. The code contains lot of if...

Hulk1 by Giga Contributor
  • 2228 Views
  • 2 replies
  • 0 helpfuls