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

Forum Posts

Resolved! no display message on async business rule?

(function executeRule(current, previous /*null when async*/ ) { var gr = new GlideRecord("problem"); gr.initialize(); gr.short_description = current.short_description; gr.insert(); gs.addInfoMessage(current.short_description); gs.addInfoMessage(prev...

saini by Tera Expert
  • 1765 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to correct and update the date field values

Hi All, I have a requirement where I need to correct the date in the field "start_date". Currently the field has future date, Say for example - 02/12/2022 10:11:33 (2nd of Dec) which is 8 month from now. However I need to alter the value from 2nd Dec...

Sandhya23 by Tera Guru
  • 3583 Views
  • 9 replies
  • 0 helpfuls

Update interactive filter from URL params

Hello, I have a business requirement to update a dashboard dynamically from a URL using an interactive filter. The dashboard contains 3 reports and an interactive filter. I would like to create a module link in the filter navigator that will redirect...

Data Set no longer displays records

I'm working my way through the UI Builder course. I got to the point where I add pagination to the cards, and all of a sudden the cards (that is, the data set) no longer display any data. It just shows "Loading". I looked in the console and there is ...

find_real_file.png

How to Auto fill the Assigned to field

Hello! I am looking for a a way to auto fill the Assigned to field. Basically when request is submitted, the Assigned to field needs to get auto filled with the selected name on the request. The names based on region, each region has its own list col...

sparkles by Tera Contributor
  • 1280 Views
  • 1 replies
  • 0 helpfuls

Why gs.eventQueue not working?

Hi community, My requirement is to trigger the notifications to customer admins when any Blocked by record is created for their related accounts. I'm triggering event through gs.eventQueue() but it's not working.Although logs are priniting the values...

find_real_file.png find_real_file.png
Ankita Kolhe by Tera Contributor
  • 2012 Views
  • 3 replies
  • 0 helpfuls

Resolved! onAfter Transform Map - target.update()

Hi all, I have an onAfter transform map that I use to set some static values.   (function runTransformScript(source, map, log, target /*undefined onStart*/ ) { target.active = 'true'; target.url = 'fsm?id=fm_index#'; target.update(); })(...

Resolved! Updated by field be populated with system

Hello Everyone, i have created Business Rule (Before) insert and update. when state is changed to Restored, it is filled with the time in Restored field.  please refer the below attached screenshot. but updated by field is  Populated with System. how...

rajesh29 by Tera Expert
  • 1942 Views
  • 3 replies
  • 0 helpfuls