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

Forum Posts

RIsk, Issue and Decision Report creation

We have been asked to create a report that will display the Risks, Issues and Decisions for Programs in ServiceNow. Being there are several different tables involved, I assume a database JOIN will need to be used. We do not use the RIDAC option, so t...

rdskn023ET by Tera Contributor
  • 1463 Views
  • 5 replies
  • 0 helpfuls

How to add 2 more group sys ID in the encoded query below?

How to add 2 more group sys ID in the encoded query below?I want to add 2 group sys_id in the encoded query. How to add in this same encoded query string? gr.addEncodedQuery('group=a65710533505ef4006ef3c755775edfr' + '^user=' + loggedinUser); Regards...

sruthig by Tera Expert
  • 1790 Views
  • 7 replies
  • 1 helpfuls

Resolved! Disable Clickable link from list layout

I have a table which has reference fields in it, when seen as list layout, these reference fields are showing up as clickable links and if we click on the link once, it will open the record (referenced record) in new tab .I want to disable this featu...

Resolved! Number of tables creation in custom application development

I wanted to create one custom scoped application which involves almost 5 tables to store the transaction data. For an example you can consider expense reimbursement request, where user need to provide request details along with expenses he made. So w...

Mihir Y by Tera Contributor
  • 2325 Views
  • 3 replies
  • 0 helpfuls

Resolved! Remove HTML Tags

Hello Everyone, We have ebonding in place using Scripted Rest API. The description field in the client's snow is of HTML type and mine is of string type field. This is why I am getting HTML tags in description field. How can I remove these tags?  Reg...

Community Alums by Community Alums  
  • 5549 Views
  • 10 replies
  • 8 helpfuls

Resolved! Edit alert box notification in Service Portal

Hello, I'm new to making changes in the Service Portal.  I have an issue where i can't find where to edit the appearance and message for the alert box that pops up at the top of the site when you try to submit a ticket. I want to adjust the width and...

Dario12 by Tera Expert
  • 2518 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to install Xplore tool

Can someone please help to understand how to install Xplore tool available here: https://developer.servicenow.com/connect.do#!/share/contents/9650888_xplore_developer_toolkit?t=PRODUCT_DETAILS I downloaded xml file but not sure how to import it via u...

TT3 by Kilo Guru
  • 6279 Views
  • 4 replies
  • 17 helpfuls

Resolution Shaper for Incident

I want to implement Resolution Shaper for the Incident table. I configure the shaper for an incident table but it seems like it only depends on STATE field. I want shaper to depend on State and Substate both. For example: If the INC state is "Pending...

varunp by Tera Guru
  • 3309 Views
  • 6 replies
  • 2 helpfuls

Display InfoMessage permanently on list header

I need to display Info Message permanently on the top portion of list view.Whenever I access the List from the Application menu, the Info Message will be visible in the list headerHereby attached an image for further reference...How to implement this...

Screenshot (206).png
eswarijk by Tera Contributor
  • 4543 Views
  • 10 replies
  • 2 helpfuls

Resolved! How to remove update/delete from referenced image field?

Hello!We have an issue with a custom app form which contains a referenced image field from another table. The User is seeing Update/Delete options on the image, and wrongly assumes that they apply to simply removing the image from the form, whereas o...

richv by Kilo Explorer
  • 3557 Views
  • 5 replies
  • 0 helpfuls

Use Template in UI Page

Hello guys, I´m tryingo to call a template (sp_ng_template) from a UI Page in order to draw a tree of Services and CIs related to a contract using it as a recursive function. I know templates can be called from a widget, but for some reasons we need ...

Enrique_lvarez_1-1667380337485.png Enrique_lvarez_2-1667380403622.png