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

Forum Posts

Resolved! Want to write a FIX script for updating a field

I want to write a fix script for doing a bulk update in the indicator task table into a particular field.The table is IDT. The tasks are already closed, so the field is grayed out. Below is the code that I have written. var gr = new GlideRecord('tabl...

Sayan by Mega Contributor
  • 8188 Views
  • 8 replies
  • 3 helpfuls

How to change Icon Link widget colors

How to change Icon Link widget webpart colors. I have edit the webpart and change the webpart colors by selecting bootstarp colors(danger, success, primary, default....).Now I want apply custom colors for webpart. Is there any way to change bootstarp...

Resolved! Formatting text via business rule for work notes

I am trying to setup a business rule that will add a work note that is based on a drop-down list. (this is working)  The problem i'm having is the text I need to past into the work note is formatted with Ordered List items and paragraph type markings...

Steve42 by Tera Expert
  • 3710 Views
  • 4 replies
  • 3 helpfuls

How to hide all variables from catalog item?

Hi, How to hide all variables from catalog item. I am trying it with UI policy but I have 15 Ui policies on same catalog item and also I have given order to all UI policies. but it is get override on other UI policy.I have written this script but it ...

Removing users from a group

Hello All.I have a requirement where I need to remove around 100 users from the a group. The Only way I know is editing the group Members/editing a   collection list. This becomes a manual process. Is there any other method I can use? I am thinking i...

GlideDialog or GlideModal

We have an example business case where a user types "VPN" in the short description field then clicks on a UI Macro which then queries the sys_template table presenting them with the template they need to use to consult with the end user.   Upon click...

kevincroom by Tera Contributor
  • 11202 Views
  • 2 replies
  • 6 helpfuls

Resolved! Catalog client script problem using getMessage for Service Portal

Hello, I have an onSubmit Catalog client script and within I'm using an alert and the getMessage to automatically get a message key for translation purpose. The script has to work on all interfaces (UI type = ALL). On the Service Portal the problem I...

find_real_file.png find_real_file.png
kuarq by Mega Contributor
  • 5512 Views
  • 6 replies
  • 0 helpfuls

Resolved! Increment an integer field when a business rule runs.

I created an integer variable called "u_automation_launch_count" with the purpose of counting the number of times a business rule runs that launches an API for a particular incident. The business rule may run multiple times for the incident based on ...

find_real_file.png
kowens by Tera Contributor
  • 2809 Views
  • 3 replies
  • 0 helpfuls

Resolved! Update State Field in Catalog Task with REST API

Hey guys,This is kind of a newb question, but I'm having issues updating the State field for a catalog task. The user I am working with has the REST API permissions as well as Admin permissions. We created a custom state that we plan on using as a 't...

bradd_ by Mega Contributor
  • 7605 Views
  • 14 replies
  • 0 helpfuls

Unable to back-out batch update set.

After importing a successful batch update set which has around 19 child sets, I tried to back-out the update set. The roll back coursed some error which i fixed by analyzing each error. After doing that I tried again with back-out, but progress bar s...

Sooraj by Tera Contributor
  • 2041 Views
  • 1 replies
  • 2 helpfuls

Issue with special characters in Outbound Rest Message

Hi, Having some issues with getting an error message on a REST Web Service with unterminated strings. I believe most of the time it is down to the '&' symbol being in the description field.  I found the following community post; https://community.ser...

find_real_file.png