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

Forum Posts

Resolved! When Assigned to field is selected then groups will auto populated in assignment group in which assign to is member by using client script.

Hello, When Assigned to field is selected then groups will auto populated in assignment group in which assign to is member by using client script. I want only those groups will show in assignment group in which that selected user in assigned to field...

Using BREAK in For each in Flow Designer

Hello Experts, Just a generic question. Can we use break in "for each item in" in Flow Designer ? Because I can see that even if the particular record is found in a certain iteration, it is still moving into the next iteration till the last one.  But...

Satanik1 by Giga Guru
  • 3510 Views
  • 5 replies
  • 3 helpfuls

Consolidate multiple email notification in a single email

Hi, We have a custom application. When a task/record is overdue then it will trigger a notification to user. Let's say if the user has 20 task/record overdue then it will send 20 notification to a user in a day.  Requirement is let's say user has 20 ...

imran sk by Tera Contributor
  • 1392 Views
  • 1 replies
  • 0 helpfuls

PunchOut Catalogs in ServcieNow

Need help in implementing PunchOut catalogs in Servicenow. Do let me know the technical inputs in this regard?

DSA by Kilo Explorer
  • 2723 Views
  • 4 replies
  • 0 helpfuls

Usage of Display business rule with Client script

Hi, Can Display business rule be used alone or it has to be used always with g_scratchpad variable in it and corresponding onLoad client script to call the scratchpad variable? can you help here?Regards.

ramkrish by Kilo Contributor
  • 26548 Views
  • 10 replies
  • 19 helpfuls

Alternative for GlideappVariablePoolQuestionSet() in scoped app

Hi All. I have created a scoped application and created a table which extends the task which is called SDCase. On this I have built few Record producers and created a formatter as well to display the variable section on the SDCase once it is created....

Nagashree5 by Tera Contributor
  • 1635 Views
  • 1 replies
  • 0 helpfuls

Float point number field issues

Hi, I have a field in the form of a Floating point number type. If I put any value to that field and save the record, it gets converted to 0.99999999. What could be the issue? 

SS40 by Tera Expert
  • 1650 Views
  • 1 replies
  • 0 helpfuls

Change incident State after user specified time

Hello, Incident State is "Awaiting User Info". And there should be one field which should capture user specified time. (e,g. User gave 26 hours of time). Now after 26 hours the State should automatically change to "Active" And this can be repetitive ...

Mk_snow by Tera Contributor
  • 1506 Views
  • 8 replies
  • 1 helpfuls

MD5 hashing algorithm (Script Include)

var MD5Hashing = Class.create();MD5Hashing.prototype ={   initialize:function()   {   var hexcase = 0;     /* hex output format. 0 - lowercase; 1 - uppercase               */   var b64pad   = "";   /* base-64 pad character. "=" for strict RFC complia...