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

Forum Posts

Dashboard creation using Two Tables data

Hi,I have a scenario where we need to create a Dashboard based on the data comparison between two tables. Dashboard should be showing matched & unmatched data from two tables. How can I achieve this.

Siva V by Tera Contributor
  • 1340 Views
  • 2 replies
  • 0 helpfuls

Resolved! Progress bar in task form

Hi everybody! I would like to add a custom progress bar in the task form, like this in attachment: â€ƒHow could I add it? And how I can change the names so they can be the same as the custom state I've made? (Yes I would like to see the progress of the...

Progress bar.jpg

Resolved! Creating a multi-step form widget

Hi,  I'm trying to get better at creating widgets and understanding portal development. I'm actually trying to recreate this from W3schools. https://www.w3schools.com/howto/howto_js_form_steps.asp Looking at this code, how would this look in ServiceN...

logging.verbocity in global scope

https://hi.service-now.com/kb_view.do?sysparm_article=KB0714743 lays out 2 system properties to control logging. The examples are for a scoped application, but there is a line at the bottom of the article which leads me to believe it should work in t...

Resolved! how toString() is used

hello everyone I have a question about how toString() is used var s = sys_email.sys_id;var mm = s.subject.toString();var reg = /\[[0-9]+\]/;var result = (mm.match(reg) + "").match(/[0-9]+/)+ ""; Why can't this script extract the number from the email...

sirou by Tera Contributor
  • 3267 Views
  • 7 replies
  • 2 helpfuls

Disable Key Management temporarily

Hi, I'm trying to migrate attachments to a new instances using script [Data is already migrated]. When I run the script , I get the following error. I was thinking If I can temporarily deactivate the module , what needs to be done in this case ? Acce...

pardhiv by Tera Contributor
  • 718 Views
  • 1 replies
  • 0 helpfuls

Resolved! User Criteria on Service Catalog

Hi All,I created a service catalog item. I have a requirement. "This form should only be submitted from associates on the Remote and Branch Payments Support Team." I have created the user criteria. How do I know that only this group can submit the fo...

usercriteria1.PNG usercriteria2.PNG

I Want to Delete Duplicate Records from Table

Using load data, i had loaded 800 records in my sys_choice table.Again i had loaded the file having 100 records.But that 100 records already inserted during import of 800 records.so know i have total 900 records in which 100 are duplicate records.and...

Nitesh A by Tera Expert
  • 18151 Views
  • 9 replies
  • 2 helpfuls

Resolved! HR case assignment group change

I have a requirment to change hr case auto assignment in my project.Currently hr cases routes to GE Center assignment group tier one. New requirement is that all hr case raised from specific country should not be assigned to this group hence a new gr...

Change RITM state if any SC_TASKS are on hold

I looked through a couple of posts here and came up with a BR to place the RITM to 'Pending' if an SC_TASK was placed 'On Hold' but I can't seem to get it to work. I tried in two different ways. Can anyone shed light here? Example 1 Example 2(functio...

br1.jpg br2.jpg br3.jpg br4.jpg