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

Forum Posts

Resolved! How can i always expand a filter Icon/(condition) in a Widget?

Hi, I have Cloned 'Data table from Instance Definition' widget and added filter icon by writing server script as below in widget, options.enable_filter=true; show_keywords = true;  This works fine, but my client requirement is that this filter icon s...

find_real_file.png
Vinodha3 by Giga Contributor
  • 1685 Views
  • 2 replies
  • 2 helpfuls

Rule base functionality in Order Guide

Hello All, I have a quick question on the Order Guide. Trying to know if there is any way to automate the order guide functionality by skipping the rule base part. As of now, whenever a new catalog item is developed we have to add a condition in a ru...

kuttti by Kilo Guru
  • 2229 Views
  • 2 replies
  • 0 helpfuls

Adding CSS class to g:ui_choicelist or g:ui_date

Hi experts, I'm currently using the following code in a UI page: <g:ui_choicelist class="form-control" name='gh_hold_reason' table='incident' field='u_on_hold_reason' /> But that is rendering the select tag as vanilla HTML and looks ugly even though ...

Nisar2 by Mega Guru
  • 939 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to attach files using Virtual Agent

Hi there, I'm still a beginner regarding ServiceNow scripting and development, and I'm currently exploring the Virtual Agent. For an evaluation project in my company, I would like to create a full-blown test conversation ("Create idea"). An essential...

Community Alums by Community Alums  
  • 2332 Views
  • 2 replies
  • 1 helpfuls

Grant access to all Incidents for non ITIL user

I am trying to grant access to all incidents for a non ITIL user (restrictions will be enforced after).I created a role ('read only') and I have granted access to the INC table but they do not see any tickets (other than their own).How can this be ac...

How to map ServiceNow and SharePoint?

Hi Guys, We are trying to map Service Now and SharePoint. We are using this article: https://docs.servicenow.com/bundle/kingston-servicenow-platform/page/product/knowledge-management/concept/knowledge-external-content-integration.html We activated th...

Resolved! Unparseable number error when creating a new change

HiAnyone know why I might be getting this message when creating a new Normal change?   I don't believe this showed up in my dev instance until I created a risk assessment (which works beautifully).     Is there some other rule enabled something out o...

find_real_file.png
frappe by Kilo Expert
  • 3617 Views
  • 7 replies
  • 8 helpfuls

Resolved! Open Record button on reference field

Greetings Everyone, I have been trying to check if we can modify the url/view that is used when you click on the Open Record button when viewing the company reference field. The problem I am having is that the company is an Account in the CSM module ...

find_real_file.png

Unable to resize a HTML field in service catalog?

Hi All, I am trying to resize a HTML Field in service catalog when the values are getting added in a table so that I do not need to scroll the values. var html1 = g_form.getControl('comments');html1.style.height = (textarea.scrollHeight) + "px";ORg_f...