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

Forum Posts

Resolved! Notification remainder for Request approval on daily basis

we have created events scheduled jobs and notiffication for request appoval notification on daily bases but the code is not working could you please suggest.Event: Scheduled jobs:var app = new GlideRecord('sysapproval_approver');app.addQuery('state',...

Vani14_1-1706592009745.png
Vani14 by Tera Contributor
  • 730 Views
  • 9 replies
  • 1 helpfuls

Find the group who has itil role and group member is empty

find the group who has itil role and group member is empty.I have to find out the Group name which has ITIL ROLE And no group member or group member is empty.So for that I have written script . but it is not working .// Define the ITIL roles to check...

Raj12341 by Tera Contributor
  • 272 Views
  • 1 replies
  • 0 helpfuls

Resolved! find the group who has itil role and group member is empty

find the group who has itil role and group member is empty.for this I have written a script , but it is not working.// Define the ITIL roles to checkvar itilRoles = ['itil', 'itil_admin'];// Get all groupsvar groups = new GlideRecord('sys_user_group'...

Raj12341 by Tera Contributor
  • 619 Views
  • 1 replies
  • 1 helpfuls

How to get demo data after installing plugin ?

I am not getting load demo data option while installing a plugin its been same when i tried to check with another PDI? what went wrong? is there any way to get data after installing the plugin in PDI?

KM SN by Tera Expert
  • 2100 Views
  • 5 replies
  • 2 helpfuls

caller

 I want to create an incident in ServiceNow with the ‘Caller’ mandatory attribute capturing the name of the  engineer who is creating the incident.I am able to capture the name of the  engineer automatically in the ‘Caller’ attribute on the incident ...

Resolved! MRVS Populate Client Script - Editing rows not retaining values

Hello to the wonderful SN Dev Community.I am having an issue with a Record Producer that contains a Multi-row Variable Set.I am using a Script Include to populate the MRVS using multiple GlideRecord queries on a Script Include that gets called by an ...

MRVS definition.PNG MRVS_edit.PNG MRVS_table.PNG
Umar Nasir by Tera Expert
  • 1141 Views
  • 2 replies
  • 0 helpfuls

Resolved! Survey no longer sending Surveys to users

Hello Experts! I successfully created a survey which worked fine for about a month and then it stop sending surveys to users even when the trigger conditions are met. Why would it stop working after a month? How would I troubleshoot this issue?Thank ...

Moe13_0-1705081179505.png Moe13_1-1705081435244.png
Moe13 by Tera Expert
  • 976 Views
  • 7 replies
  • 0 helpfuls

Table content going outside of the PDF Page

In the above image, the field detailed description is a string of length 4000, if the user is inputting a long text or a paragraph, then the content is not fitting inside the table and the table is moving out of the page.Kindly Suggest some ways to f...

SannysamiranN1_0-1698318846776.png

Resolved! Do you need a paid license to develop in a DEV instance

If a customer already has DEV. TEST & PROD environment that they are already using and are now looking to buy CSM licenses, can you install the CSM Plugins in DEV without those licenses being bought (even though they are for PROD only)  or is there s...

Sarah Barnes by Tera Contributor
  • 1446 Views
  • 2 replies
  • 1 helpfuls

Inbound Email Action

I have one field in case form . Field name is" u_multiple_service_id_s", field type is string. whenever customer has sent multiple service IDs through email. How to put that values in that field.