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

Forum Posts

Resolved! Reference selection in Service Catalog Auto-Populate

https://www.servicenow.com/community/developer-articles/auto-populate-reference-data-in-service-catalog/ta-p/2528336I am thinking of setting Auto-Populate for variables of catalog items by referring to the above article.But Reference , the target tab...

スクリーンショット 2024-02-27 202933.png

MIM workbench

Hi How can i get this and what are the plugins i need to install?"Conference call option from MIM workbench" and i am also not getting add option in workbench.

shivaadapa by Tera Expert
  • 1792 Views
  • 2 replies
  • 1 helpfuls

Resolved! Facing calling UI Page from UI Action

I have created a custom UI Action "Compliance Certificate" on Entity Type. This UI action should pull all the entities, its controls, compliant controls and Non-Compliant controls in a pdf format.My UI Page :   <?xml version="1.0" encoding="utf-8" ?>...

Afifa2 by Tera Expert
  • 628 Views
  • 2 replies
  • 0 helpfuls

Resolved! Instance Scan linter check experiences timeouts.

Linter check, full instance scan fails due to a timeout. I'm looking for occurrences of a specific string throughout the instance. How can I address this timeout problem?Attached below is the screenshot of the error.  @Mark Roethof 

JenyDevassy_0-1709025175673.png
Jeny Devassy by Tera Contributor
  • 1084 Views
  • 2 replies
  • 1 helpfuls

Dynamic reports based on logged in users region

Hi community,I need to add a report to a dashboard which shows the data to the user based on their logged in region by which I mean the they should see the work order, task sla , work order task based on their region where the locations are filtered ...

Resolved! update caller_id field through email body inbound action

Hi, I have a requirement to create an incident through inbound action and populate the incident fields according to the details provided in email body.I am able to populate most of the fields but facing issue with caller_id (reference field). The req...

Puneet4418 by Tera Contributor
  • 1045 Views
  • 4 replies
  • 1 helpfuls

Resolved! Set table record

How to get custom table record from previous run script of workflow which we have insertedeg: insertion of record in custom table:var gr = new GlideRecord('u_c_table');gr.initialize();gr.u_requested_for = current.variables.user;gr.u_status = 'waiting...

Modal UI page is not getting close on Submit

HI All, i've built a UI page that is called by a UI Action in from the Incident form : strike_update(); strike_update(); function strike_update(){ var gm = new GlideModal('strike_update', false, 'modal-lg'); var strikeNumber= g_form.getValue('u_str...

Giampiero1 by Tera Contributor
  • 2410 Views
  • 7 replies
  • 0 helpfuls