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 a custom scoped application using table extension

Hi, We need to create a custom scoped application extending from Task table. We want to reuse below columns of "task" table in our new custom table.1.Number2.Status3.Assignment group4.Description5.Short description7.Additional comments.8. category an...

manasa0590 by Tera Contributor
  • 1727 Views
  • 3 replies
  • 1 helpfuls

Resolved! Create Workflow Approvals for a Catalog item

Hi All, I have a catalog item called "XXX Application Access". And we have a variable on the form of type "List collector" where users will be able to select one/more applications from cmdb_ci application table. Once the request is submitted, the app...

priyarao_0-1672723935886.png priyarao_1-1672724052123.png
Joshuu by Kilo Sage
  • 3320 Views
  • 34 replies
  • 4 helpfuls

Resolved! OAuth : Script to Automate Token Request

Experts, I am working on an integration between servicenow and another case management application. I am setting up OAuth integration. I am successful in setting up with  Grant type as JWT Bearer token. Now I need to do it with Grant type as password...

Ram117 by Kilo Sage
  • 13265 Views
  • 14 replies
  • 2 helpfuls

Resolved! Custom SLA warning notification not triggering

Hi, I've modified a copy of the OOTB SLA notification (the one that gives a warning at 50% and 75% of SLA) and disabled the original (only changed the content of the email, nothing else. For some reason, the notification does not work. I should note ...

JordyZ by Mega Sage
  • 2063 Views
  • 3 replies
  • 0 helpfuls

Resolved! Business rule not working after setUseEngines(false);

Hi Experts! I'm working on fix script that will set one field on interaction record:}else{ grReq.setValue(field, genericUserId); new global.SsgMdcGlobalApiFunctions().setUseEngines(grReq, false); grReq.update(); }as there is RO data poli...

Dotychczas by Mega Guru
  • 4765 Views
  • 5 replies
  • 0 helpfuls

Resolved! Saving a record without populating all mandatory variables

We have a few mandatory workflow variables setup. The variables are mandatory to ensure the techs populate them before closing a task as the information is required in subsequent tasks. Unfortunately, we have been running into problems with the Catal...

Jim Coyne by Kilo Patron
  • 30227 Views
  • 30 replies
  • 15 helpfuls

Copy/paste or clone an epic

I wish to document a large set of requirements that apply to future products. I want to create a epic with underlying stories to document those requirements.How can colleagues copy/paste or clone that 'template'-epic (with underlying stories) for the...

Hans de Bue by Tera Contributor
  • 1056 Views
  • 1 replies
  • 1 helpfuls

Resolved! How to create custom notification for when SLA reaches 75%?

Hi, I'd like to create a custom notification (message, logo etc) for when SLA has reached 75%. I know that the OOTB notification triggers for both 50% and 75%, but I want mine to only trigger at 75%.  How do I go about working on this? Do I modify th...

JordyZ by Mega Sage
  • 3149 Views
  • 8 replies
  • 3 helpfuls

How to I call an interceptor from a UI Action

I have an interceptor that I want to call when someone clicks on a UI Action button.How do I call that interceptor?  Could someone direct me to instructions or help with that?

Community Alums by Community Alums  
  • 1248 Views
  • 3 replies
  • 1 helpfuls

Resolved! how to add OR between two IF statements

How can I add OR Between these two AND conditions: var oa = new GlideRecord('u_operational_activity');oa.addQuery('u_departments',dept);oa.addQuery('u_impact_services', service);oa.addQuery('u_from_date','<=',date_created);oa.addQuery('u_to_date','>=...

Alon Grod by Tera Expert
  • 1314 Views
  • 4 replies
  • 2 helpfuls

Reference qualifier for configuration item

Hi, i have the fields Configuration item and Service offering on the incident table.The configuration item need to show only CI's that related to the Service offering that has been chosen.I need to use the cmdb_rel_ci table and whenever someone wants...

Screen Shot 2023-01-16 at 14.06.15.png Screen Shot 2023-01-16 at 14.06.37.png Screen Shot 2023-01-16 at 14.07.33.png
Alon Grod by Tera Expert
  • 4151 Views
  • 14 replies
  • 1 helpfuls

how to get value of a variable from sc task in a client script

how to get value of a variable from sc task in a client script if that variable is not being displayed on the task form but present in sc_task table. i tried g_form.get value() but it's not working may be because it is not being displayed on the task...

Yash38 by Kilo Guru
  • 2144 Views
  • 3 replies
  • 0 helpfuls

Resolved! link new kb_article_view page

Hi All.   I have cloned the kb_article_view page and made the required amendments. Could anyone advise me how I link this page so when you click on a KB article it points to the new clone page?   Thanks Chris 

cstangoe by Mega Guru
  • 1832 Views
  • 3 replies
  • 1 helpfuls