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

Forum Posts

User Creation Email with Password Reset Link

 Hi community, good day.I have a requirement: there is a notification set up on the User table. I want that whenever a user is created, the notification should be triggered for that particular user. In that notification, there should be an email scri...

rahdev_1-1771002957452.png
rah dev by Tera Contributor
  • 741 Views
  • 2 replies
  • 0 helpfuls

triggering subflow from script include.

var triggerServiceOptionFlow = Class.create();triggerServiceOptionFlow.prototype = Object.extendsObject(AbstractAjaxProcessor, {    bulkSubscribers: function () {        try {            // --- Read parameters (support both plain and sysparm_* names)...

YashasM by Tera Contributor
  • 445 Views
  • 1 replies
  • 0 helpfuls

Column width

Not sure if this is the right place to raise this question...How do you adjust the width of a column when looking at all tickets, I can modify the column by using 'Personalize List Columns' and add/remove etc Would like to be able to drag the width o...

by  
  • 20725 Views
  • 37 replies
  • 27 helpfuls

Errors with moving custom table and record producer update set

Having issues with updates sets for custom table and record producer. Moved the update sets to TEST instance. After committing the update sets, I cannot see the complete custom table and record producer. Backing out is not working. Running into backo...

rrao by Tera Contributor
  • 303 Views
  • 8 replies
  • 0 helpfuls

How to generate excel file from a script in ServiceNow

Hi we need to generate Excel sheet  a request to be placed in a file to be auto generated (possibly xls, xlsx etc. format) as an attachment & should be attached to the Requested item submitted. We did had something similar to be done for an request i...

image