We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Create standard change record producer

Hi allIam facing the lots of issues where am unable create standard change record producer Like OOB feature available under "standard change catalogue" of change.Can anyone provide steps for creating this is urgent.Thanks in Advance

Resolved! Workspace Filters

In ServiceOperational Workspace. there is a Upcoming information available.I need to edit that upcomingIn Serviceoperational workspcae, all filters under “Upcoming” should be edited for Incident Record . for state should be "New"records with state as...

0103a.jpg

catalog scripts to work on 2 variables set or more

this is my issue I had as per below.1. I have created 2 variables set.2. Variable set A has a Variable (requested_for).3. Variable set B has a Variable (approver_manager). I would like to know if a catalog script is possible to check as per below sce...

TMKAM by Tera Contributor
  • 1810 Views
  • 2 replies
  • 1 helpfuls

How can I create a workspace and how can I configure it

HI,can you help me because I don't understand how I can create a workspace, how I can configure it ... and what I can add script such as ui script or other script in J or angular JS ... it's quite badly explained so I'm lostthanks for your help

ZeroCool by Tera Contributor
  • 1368 Views
  • 4 replies
  • 1 helpfuls

How to add the user in TO of the email notification?

Hi Team, I have created the notification based on the record insert and update but add in user TO list we will push the email id based on the user ID .The user ID is string field in custom table. We need to take the user ID and query to the user tabl...

sri83 by Tera Guru
  • 1222 Views
  • 3 replies
  • 1 helpfuls

g_form.setLabelOf in onLOAD_record

Here is my code:g_form.setLabelOf('postal_address', 'Postal address');var test = g_form.getField('postal_address');test.help_text = 'Address to where invoice should be deliver'; but it is not working. I need to work on a script not data dictionary.  ...

Screenshot 2023-03-01 173027.png Screenshot 2023-03-01 173948.png
Ni_a Sy by Tera Contributor
  • 1508 Views
  • 8 replies
  • 0 helpfuls

Resolved! Set offset for GlideRecord query

Hi all,I would like to create a custom table with pagination. I need to fill table with GlideRecord query.I know that it is possible to use setLimit(int) function to get only requested number of rows, but it is somehow possible to set offset of this ...