SysAdmin forum
NEW area for SysAdmin to gather and discuss best practices and how-to's
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

I'm looking for a way to send emails with PDI.

I want to send an email using PDI.I don't think it's possible to send directly from the instance, butIs it possible to send emails using Gmail or a personal email account?I would like to test the email functionality using PDI.

bonsai by Mega Sage
  • 3709 Views
  • 6 replies
  • 2 helpfuls

Mid Servers - for every environment

We have 2 windows Mid Servers connected to our ServiceNow production.Do people then use separate mid servers for each non-production DEV/TEST/PREPROD environments?Just means we would need to have windows 8 Mid Servers? or do people install multiple M...

Resolved! Error message when creating UI Policy

Hi all,  I sometimes get the following error message in a red banner at the top "There are multiple UI Policies with the same Order for this field - their run order is" when i try creating UI Policies/ UI Policy Actions. Any thoughts?

hosmmz by Tera Contributor
  • 947 Views
  • 6 replies
  • 5 helpfuls

Resolved! Add user criteria to multiple items

Does anyone know of a way to add one user criteria to several items simultaneously?I have not been able to find any posts addressing this question or had any luck on google.Would be a big time saverThanks

andersen by Tera Contributor
  • 733 Views
  • 4 replies
  • 1 helpfuls

Resolved! Get removed list collector item in client script

Hi, We have a list collector and we need to be determine what item was removed from it in an onchange client script. So for example, if the list has 'A', 'B', 'C' in it and we remove 'A', leaving 'B' and 'C, we need to be able to know that 'A' was re...

castle11 by Tera Expert
  • 1125 Views
  • 8 replies
  • 2 helpfuls

Resolved! Add instructions for To-dos Approval Request

I need to add instructions for a To-dos Approval Request for a particular catalog item. Every time the item is ordered, approvers need to know exactly which of the products in the item they need to approve. The instructions need to be added to the To...

Due Date on RITM to match a Variable Date

I have a requirement to set the Due Date to a specific variable entered date. I did that using the following script: if(current.variables.projected_start_date) { current.due_date = current.variables.projected_start_date; }But when testing,...

Moe13 by Tera Expert
  • 540 Views
  • 4 replies
  • 0 helpfuls

Resolved! How can I sort a filter result?

Hello guys, I would like to know how can I sort below filter by descending.The script is in the "Link Function" of a widget (Time Card Portal Main Container) $scope.timesheetFilter = 'sys_id!=' + scope.data.timesheetId + '^user=' + scope.data.userId ...

Wing Lee by Tera Contributor
  • 630 Views
  • 3 replies
  • 1 helpfuls

I want to call a UI script from a UI action

I want to call a UI script from a UI action with the script below. The code content is based on product documentation and references.However, when I run this UI action, I only get a "test" popup. How can I use UI scripts in UI actions?  UI actionfunc...

bonsai by Mega Sage
  • 481 Views
  • 6 replies
  • 0 helpfuls