The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Client script

when the user create the problem record , you should show the message of total number of records created by the currently log in user for the problem table using OOB problem table ? Using the  After BR but i need to same scenaior  build the client si...

Ram012 by Tera Contributor
  • 538 Views
  • 6 replies
  • 0 helpfuls

Need your help to provide steps for Migrating Remedy to Service Now

Hi Experts/All,We will be planning to migrate BMC Remedy and ITSM to Service Now in another few months.It would be helpful for our team if some one can help us in providing the detail steps / cautions to be taken care for migrating BMC Remedy and ITS...

mysnow by Kilo Explorer
  • 18489 Views
  • 23 replies
  • 7 helpfuls

Add columns to dl_problem_priority?

Hello. I want to add additional fields onto problem that would effect how the priority is calculated. Should I add columns to dl_problem_priority to manage this, or should I create a whole new data lookup table? Thoughts?

spike by Mega Sage
  • 367 Views
  • 2 replies
  • 2 helpfuls

Client script

Prevent user from changing the state to closed in the List edit - use the Custom table. Write client script but code is not working . function onSubmit() {   if (g_form.getValue('state') == 'Closed') {    alert('You are not allowed to change the stat...

Ram012 by Tera Contributor
  • 315 Views
  • 2 replies
  • 0 helpfuls

Email Pop up

Hello All,We have created a custom widget in SP portal. There is a specific list of users, so when we click on the user name then email pop up should get created and sender should be that user.

Resolved! Hide a multirow table in a form

Hello experts, We want a multirow table to be visible when a field is selected, is it possible? In the catalog policies we do not identify any options. Thank you

DianaYazmin_0-1724030320973.png

Resolved! CSA practice question

Little bit confused about the question::Which one of the following statements is true?When an incident form is saved, all the Work Notes field text is recorded to the Activity Log fieldWhen an incident form is saved, the Work Notes field text is over...

amitku39 by Tera Contributor
  • 942 Views
  • 2 replies
  • 2 helpfuls

Business rules

Create two fields description field in CustomTable1 and CustomTable2 table. When you create a CustomTable1 record the description from corresponding CustomTable2 record should get populated ? Writing Business rule code but not working.Any idea above ...

Ram012 by Tera Contributor
  • 420 Views
  • 4 replies
  • 0 helpfuls

how to use ng-repeat in widget

is this correct way to use ng-repeat for the widget <div ng-repeat="item in items"><sp-widget widget="item.variableWidget"></sp-widget></div>

hemantnh by Tera Expert
  • 870 Views
  • 2 replies
  • 0 helpfuls

grid (tabular data)

Hi All,I'm looking to perform complex data operations, including sorting, filtering, and aggregating data, directly within a ServiceNow form in a custom application. Is there a built-in solution in ServiceNow to handle this? If not, are there any thi...

Raji9 by Tera Expert
  • 265 Views
  • 1 replies
  • 0 helpfuls

Client script

when the user create the problem record , you should show the message of total number of records created by the currently log in userfor the problem table using OOB problem table ?Client Script:function onLoad() {// Get the current user's IDvar curre...

Ram012 by Tera Contributor
  • 281 Views
  • 2 replies
  • 1 helpfuls

Incident form

When I change the impact or urgency on an incident Record , I want the Assignment Group and Assigned To fields cleared out beforeI save the record using incident table ? I am using Business rule but code is not working. Any idea above the scenaior he...

Ram012 by Tera Contributor
  • 319 Views
  • 2 replies
  • 0 helpfuls

Resolved! dependent choices on catalog variables - dynamic filter

Hi Team, I have a record producer form, where i have to create 3 variables field 1. region (one value to be selected) - select box type2. country (multiple values to be selected) - list collector - referring to company table- (country field)3, entiti...

Resolved! List Collector variable is not showing values as expected

Hi All,I have a list collector where it is refering to another table but when i select the values form list collected it is not giving the value that i want. Please find the below screenshot.in the above screen shot basically i need to get the domain...

VamsiKrishna_0-1723820911764.png