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! Arrays and List Fields

I having trouble with an array.  I'm trying to find if any of the choices that were selected is a Tier 3 group type.  If so, then stop processing and make tier3 = true.  So I hard coded the array and tested it on the BackGround Script: var tor = "Big...

kemmy1 by Tera Guru
  • 1831 Views
  • 3 replies
  • 2 helpfuls

Resolved! Filter Assignment Group field by hasRole

I've created a new application to which I have extended the Task table.I have 2 type of groups, one of which will have an admin role associated to it and all others will have a user role associated to it.I want to filter the the assignment_group fiel...

Report on Incident Knowledge table

Hi All,   I need to create reports on Knowledge Article usage. I need to show the list of incidents attached to a knowledge article. Is there any table which saves knowledge & incident linkage records so that i can create report on it? Thanks,KUMAR

Resolved! Virtual agent chat history

Hi,  I want to know what is the retain policy of virtual chat conversation history.  It's showing 'loading history' but for how much period its actually stores the conversation and is their any way to change this setting.  Please advise. 

Community Alums by Community Alums  
  • 7492 Views
  • 6 replies
  • 8 helpfuls

Publish UI Action is not working

I have a script in the condition for the Publish UI Action for Knowledge but it doesn't appear to be working. My script is below. role (kb_inc_mngt) has a Knowledge Base = Team A Knowledge Base role (kb_cpt_mgmt) has a Knowledge Base = Team B Knowled...

find_real_file.png
Cupcake by Mega Guru
  • 2126 Views
  • 8 replies
  • 3 helpfuls

help text on incident form.

Is there any way we can add "Help text"   in   fields of incident table. This .'help text' option is available for variables of catalog items.Example

2016-12-28.png

Resolved! Force Tabs Off for Certain Form Views

I created an onLoad client script that I thought would work and it hasn't been. The intent is to force this particular view on this particular table to have tabbed forms OFF. We want it to override preferences for users, forcing it to be untabbed for...

Force No tabs.PNG
marskh111 by Giga Contributor
  • 2709 Views
  • 14 replies
  • 3 helpfuls

Help Text icon for field in form

Hi all,I need to set the help text for a field in Request form as we have more information, help text in Record producer variables.I tried to configure label added the text in help box but it is not working.Please anyone sort it out.Thanks,Subramani....

subramani by Mega Contributor
  • 8388 Views
  • 23 replies
  • 2 helpfuls

Readable Query from GlideRecord.getEncodedQuery

Hi All, In my scoped app I have a logging system for debugging etc, that regularly outputs an encoded query to say "Found x number of records matching condition y" in combination with other things. Is there a way to take arbitrary GlideRecord.getEnco...