Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Resolved! Add IF/ELSE condition in Advanced Reference Qualifier

Hello, Is it possible to add the IF/ELSE condition in Advanced Reference Qualifier? On the service portal, I have a Record Producer. I want to put a condition that if (current.variables.u_name == current.opened_by) then call my script include into re...

g_form.DisplayBox('') is not working in the portal

Hi All, Actually, I need to get the value of the reference field. So I am using 'g_form.DisplayBox('')' but it not working in the portal and gives a javascript console error. Can anyone help me with that? Note: The field refers to the Service offerin...

Rama Rao by Tera Contributor
  • 1811 Views
  • 7 replies
  • 2 helpfuls

Resolved! not supported calendar msg.ics

I encountered Error, "not supported calendar msg.ics" is there any possible workaround with this problem?

Marj3 by Kilo Contributor
  • 3394 Views
  • 2 replies
  • 2 helpfuls

Prevent access to back-end

Hello, my client asked to provide cmdb_read role to a group (and therefore user) to perform some stuff on service portal "properly". By doing so, this group can access to backend UI.  How can i prevent this? thank you in advance Marco

yomik by Tera Contributor
  • 2491 Views
  • 2 replies
  • 4 helpfuls

Check whether additional comment is not empty

Hi Experts, What could the best method to check if additional comment is not empty in a background and business rule. @Ankur Bawiskar  var gr = new GlideRecord('incident'); gr.get('b64f102567f551101a1136dbd36d434d'); gs.print(gr.number); gs.print(JS...

Community Alums by Community Alums  
  • 3161 Views
  • 11 replies
  • 3 helpfuls

Resolved! In Flow designer based upon the selection of choice approval needed

Hi Experts,I have created a Flow Designer for a catalog item. But I am not sure how to trigger the approval based upon the variable Drop down choice Selection example 'A' & 'B' are choices.  If user is select the choice 'A' it needs to be went to gro...

find_real_file.png
Aakhiil by Tera Expert
  • 2652 Views
  • 3 replies
  • 0 helpfuls

GlideAggregate Question

Hi Everyone, I am new to this can anyone please tell me why we use if block while counting record using GlideAggregate.   var count = new GlideAggregate('u_test');count.addAggregate('COUNT');count.query();var computer=0;if(count.next())    {        c...