Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

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  
  • 7455 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
  • 2099 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
  • 2688 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
  • 8331 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...

Create a dynamic table from and array

 Hi, I need some assistance on creating a dynamic table from an array. I want the configuration item to be a fixed header and the elements to be the custom headers with the state below.   The script so far and outcome:   var arr = []; var ga = new Gl...

Ahmed15 by Tera Contributor
  • 3228 Views
  • 7 replies
  • 1 helpfuls

Resolved! Scheduled job not working for a scoped app

I have created a scheduled job which should run periodically and check the DATECLOSED time on my form. As per the requirement it should change the state to closed when the DATECLOSED is today. Given below is my script : function checkDate(){ var Toda...

AmritaT by Tera Expert
  • 1778 Views
  • 4 replies
  • 3 helpfuls

*Mobile View Developer Tip!*

When experimenting with application views in your instance, using $m.do will transform your desktop into an impersonate-able "mobile view". But, reverting back to desktop view can be rather tricky. After your main url (https://dev#####.service-now.co...