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

Forum Posts

Creating a report for sum of a string field

I am trying to develop a report to calculate the sum of a field which is created as a string field. When I tried to create a report it doesn't give me an option to select this field. IS there any other way to accomplish this?

samadam by Kilo Sage
  • 1101 Views
  • 4 replies
  • 0 helpfuls

Delegate user not working

Hi Guys, I have impersonated a user and went to My Profile module and clicked on New of Delegates tab to add another user to delegate as the user I impersonated is going for vacation. I checked this in UAT instance but approvals are not getting trigg...

Pallavi65 by Tera Contributor
  • 1557 Views
  • 3 replies
  • 0 helpfuls

table name missing error in attachment rest API

I am working on a incident Servicenow-Servicenow ebonding. When i am trying to send the attachment from one instance to other i am getting error in the resonse code-"{"error":{"detail":null,"message":"Missing parameter: table_name"},"status":"failure...

Pushpendra1 by Tera Contributor
  • 2645 Views
  • 7 replies
  • 2 helpfuls

Resolved! Variables layout in variable set

Is there any way to create some variables in two columns wide and some 1column wide in same variable set.  For example if we have 10 variables in one variable set. I want 6 of them layout should be 2 columns wide, alternative side and 4 will 1 column...

Brijmohan by Tera Contributor
  • 2761 Views
  • 2 replies
  • 1 helpfuls

Resolved! Need to write business rule where worknotes contains "My Laptop Issue" then only it should assigned to specific assignment group

Need to write business rule where worknotes contains "My Laptop Issue" then only it should assigned to specific assignment group. I have written br its not working.Please guide me in this.   var gr = new GlideRecord('sc_task');    gr.query();    if (...

Date of Decommission - When CI status in "Decommissioned" then Date of Decommission should be populated and if status moved back to "Deployed" for any reason then date of decommission should become blank.

Date of Decommission - When CI status in "Decommissioned" then Date of Decommission should be populated and if status moved back to "Deployed" for any reason then date of decommission should become blank.when ci status changes to decommissioned data ...

Resolved! Have to add some more filters to advance reference qualifier

We have two reference variables and two variables are referring to different tables which has relation between those tables. for the second variable defined condition in advance reference qualifier to depend on first variable. And now our requirement...

Roxi1 by Tera Contributor
  • 1804 Views
  • 11 replies
  • 1 helpfuls

how to check date difference in flow designer script action ?

here is the code for workflow "waiting for condition" -  answer = gs.dateDiff(gs.nowDateTime(), current.variables.u_deactivation_date, true);   bhut if i try the same code in flow designer script action  as  below  -  var now = new GlideDateTime();  ...

bala_1312 by Tera Contributor
  • 977 Views
  • 2 replies
  • 0 helpfuls

Copy additional comments from RITM task to catalog task.

Hi, I am having a requirement. When the requester or user is updating the additional comments on RITM task then it should get copied to catalog task. Also, if the comments or work notes are updated by system then it should not copy. It should copy on...

PriyaRaj by Tera Contributor
  • 1083 Views
  • 3 replies
  • 2 helpfuls