We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! DPM a part of ITSM or SPM? where does license fall

Hello Alltrying to get clarification on exactly where Digital Portfolio Mgt falls? under ITSM or SPM/ITBM?Im looking at the attached at the Admin is stating its part of ITBM license??also the organization is very immature with Demand/project mgt, no ...

Mary by Mega Guru
  • 2150 Views
  • 1 replies
  • 0 helpfuls

Resolved! Script Include returns a string instead of an array

Hi All,I have a script include that query a table and fill an array with all the records from the query. When I try to use the array from the client script (using glide Ajax) the type of the response is string instead of array. Does anyone knows what...

Resolved! How to trigger notification

Hello everyone. I have a requirement. I have configured one notification template on "sysapproval_approver" table. When an RITM generates, this mail triggers to the approver. Now the requirement is if the approver does not approve for 48 hours, then ...

Resolved! How to copy whole work note from task to incident

Hi Team, I am converting task to incident in which I am copying work notes from task to incidentI have written ss rule on incident with below code var sTask = new GlideRecord("sc_task");if (sTask.get(current.parent)) {current.work_notes = sTask.work_...

lucky24 by Tera Contributor
  • 1978 Views
  • 3 replies
  • 4 helpfuls

Resolved! Scheduled Jobs every 6 months

I have a job that needs to be run on Jan 6th and July 6th. How can I configure a Scheduled Job to meet that requirement.

John H1 by Tera Guru
  • 2285 Views
  • 2 replies
  • 0 helpfuls

ITSM Roles

Has anybody used the new ITSM roles?  I gave a user sn_incident_read and sn_request_read.  The incident role seems to work fine and gives them read access to all incidents and the incident left nav menu.  However the request role does not give them a...

brianlan25 by Kilo Patron
  • 3742 Views
  • 9 replies
  • 1 helpfuls

Resolved! Catalog builder multi-select question

Hello,  I am attempting to create a new service catalog item with a question that is a multi-select choice. However in the additional details tab it will only let me pull those options from a source table, and not custom list of options like I can do...

Make Email Notification visible in work notes

Hello,  How do i add email notifications to the work note of an incident record.I have included it in the filter activity, i still cant view email notification in the activity 

Linda Eju by Tera Contributor
  • 4663 Views
  • 4 replies
  • 4 helpfuls

Resolved! Notification @Mention : Add details

Hi, The @Mention notification is not really effective!!! I would like to add additional details to the @Mention Notification. How can I do via the "ng_activity_mention_body" script to add the title and description of the INT/SCTASK/INC concerned as w...

how to remove favorites for all itil users

hican anyone help me to remove the favorites book marks for all ITIL users, there is a book mark favorite called as 'On call scheduling' which it shows in favorites even if we remove by edit button

sai charan7 by Tera Contributor
  • 1415 Views
  • 2 replies
  • 0 helpfuls

Resolved! CIM new implementation

We are implementing CIM and i am testing in our QA environment.Here is the failing cenario:1.  create a CIM initiative (works great)2.  move from new to accepted and saved      added strategy and target review date3.   created a task for the Initiati...

Diane22 by Tera Guru
  • 1985 Views
  • 1 replies
  • 0 helpfuls

Calculated value on a scoped table

Dear coders,   Scoped table - x_abc Field A - fieldA Field B - fieldB Field C - fieldC All are strings. How do I concatenate Field A and Field B using the calculated field on Field C.   Note - I am aware of the performance issues. But still, if this ...