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

Forum Posts

Order of g_form.getSections vs. .g_form.getSectionNames

Seems like index 0 of the array returned by g_form.getSectionNames() is not the same of index 0 of the array returned by g_form.getSections().  I can't speak on the rest of the order, but this seems odd to me if we were wanting to evaluate the name t...

Remove Icon from sub topic widget

Hi All,There is an requirement of removing the icon from the topics in subtopic widgets on the employee center portal.This Icon we need to remove and we need to make the box more curved by changing the font color. Can some one please suggest some way...

pandeyved_0-1700539326696.png
pandeyved by Tera Contributor
  • 761 Views
  • 3 replies
  • 1 helpfuls

Resolved! Client script not working DEV vs PROD

I have below code which is working fine in DEV but not in PROD. Please let me know how can I get this resolved. Thanks in Advacne function onChange(control, oldValue, newValue, isLoading) {     if (isLoading || newValue === '') {         return;     ...

Error Handler

Need to Enable Error Handler in subflow to send an email notification to end user and cancel the request when subflow moved into error state. 

sureshs3 by Tera Contributor
  • 265 Views
  • 1 replies
  • 0 helpfuls

What roles should i assign to a user to get parent table

Hi  I am using REST API and i need to know in specific what roles do i need to give a user to perform "get parent table" https://service.service-now.com/api/now/table/sys_db_object/1234455. I have tried these 2 roles and it doesn't work sn_help_setup...

ratoyebi by Giga Contributor
  • 297 Views
  • 1 replies
  • 2 helpfuls

Resolved! No drill-down in Portal on single field

I have a list view on my portal page that lists 3 or 4 fields.  In the list view, just clicking on the row will open the record.  Any way to turn that off at the field level in the widget?