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

Forum Posts

Resolved! If record exist in the table, the catalog form should not allow to submit and should display the alert message with Record already exist.

If record exist in the table, the catalog form should not allow to submit and should display the alert message with Record already exist. If it is new record the form is allowed to submit and insert the record. But when Iam trying to submit the form ...

Suresh36 by Tera Expert
  • 2021 Views
  • 6 replies
  • 0 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
  • 2752 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
  • 2175 Views
  • 2 replies
  • 3 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  
  • 2603 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
  • 2181 Views
  • 3 replies
  • 0 helpfuls

modifying standard change stages. Help please

Hello! i am modifying the out of the box standard change and i would like to add an Assess stage.I checked with NOW support and they said to modify the script include: ChangeRequestStateModel_standard I did so  as well as modifying the workflow to ad...

find_real_file.png
RBlor by Mega Guru
  • 905 Views
  • 2 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...