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

Forum Posts

GlideJellyRunner in Scoped Application

Hi All, I am using GlideJellyRunner in Scoped Application to refresh my UI macro, without refreshing/reloading the entire form. But, I am getting the below error in System logs: getUiMacroData --> error : JavaException: java.lang.SecurityException: G...

Resolved! How to get total user count in background script

Hi All,This should be easy. I'm trying to find the ITIL users who haven't logged into system for past 30 days. The below background script gives me all the users. In addition to it , I also need the total count for these users. Can you please help he...

SN Rookie by Giga Expert
  • 6023 Views
  • 2 replies
  • 0 helpfuls

Resolved! Variable Editor on Custom Table

Hi, I have a custom table (extended from Task) and have created a UI formatter to have the variable editor on the form layout, and this has worked fine. However from my record producer I only want certain variables to go into the Variable Editor, whe...

na93 by Mega Expert
  • 2933 Views
  • 1 replies
  • 1 helpfuls

Exposing REST API to consumer external system

Hi, I have extended 2 tables from Business Service table. I need to expose REST API to support CRUD operations for the consumer external systems of my tables and that is through ESB layer. Option 1 Shall I use import set and transform map with target...

sandeep3791 by Tera Contributor
  • 1721 Views
  • 1 replies
  • 1 helpfuls

Dynamic embed widget instance in Service Portal

Hi guys,I am trying to embed a widget instance like shown hereEmbed Widget Instance · Issue #28 · service-portal/documentation · GitHub This works : <widget rectangle="my_incidents"></widget>But I'd like to be able to do it within a loop of widget...

Background script to modify a User Name

Suppose a User "ABC" is present in multiple fields of multiple tables within the instance. I want to replace "ABC" with "XYZ" in all those fields of all the tables at one go with a background script. Can anyone help on this?

tanumoy by Tera Guru
  • 2919 Views
  • 6 replies
  • 1 helpfuls

Unable to add or remove widgets from any Service Portal page

On my Personal Developer Instance, I'm trying to modify the widgets on my Service Portal landing page.  Whenever I attempt to add or remove a widget in the page designer, the editor window turns blank and only leaves the header and sidebar menu.  In ...

Alex979 by Kilo Explorer
  • 2705 Views
  • 1 replies
  • 0 helpfuls

Resolved! Inserting records in cmdb_rel_ci table

Hi All , I have a customer table with 3 fields ,Customer Id , Producer Id,Department ID I need to write  a business rule as when values are provided in Producer Id or Department Id or both of them , they should create relationship with Customer Id (C...

Divya95 by Tera Contributor
  • 3198 Views
  • 13 replies
  • 1 helpfuls

Resolved! Form section wont move

OK, weird one here. On the form for [alm_hardware] the top of the form at position 0 is "Hardware", and the first tabbed section is position 1 and titled "General". Some how these two got flipped and won't go back. Things I have checked: I have verif...

How to implement pagination in custom widget?

Hi, I'm trying to create a custom widget to show data from custom table in tabular form on service portal. I'm able to show data on portal but couldn't implement pagination. Please suggest to implement pagination on custom widget to manage data. Than...

greenuser by Giga Contributor
  • 7156 Views
  • 4 replies
  • 0 helpfuls

Resolved! Loop is overwriting value

Hello All,  I have a for loop that is overwriting values. I have multiple arrays that are being evaluated, if there is a specific element in the array run a function and if there if this element is not in the array run another function. The issue tha...

Knowledge submit or save?

If a user saves a new knowledge article to complete later, the submit button is no longer available on the saved article. Once the article author has completed the article, how would they indicate they are completed without a submit button? In our ca...