Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

UI Action SOW

Hi All,I want to add the ui action "View Dashboard" that appears in the dashboard record to the dashboard form in the SOW.How can I do it? Thanks in advance

Change style of widget

I have this issue with style after upgrading from Washington to Xanadu The background color becomes darkWhere and how do I fix this? Thank you! 

Gab_0-1728524790654.png
Gab by Tera Expert
  • 1004 Views
  • 6 replies
  • 1 helpfuls

Resolved! [object Object] from Script Include to Client Script

Hi,I am getting [object Object] from client script. Which part went wrong? Script include:var RITMCategorization = Class.create(); RITMCategorization.prototype = Object.extendsObject(AbstractAjaxProcessor, { GetCategory: function() { var...

tsoct by Tera Guru
  • 1039 Views
  • 8 replies
  • 3 helpfuls

Resolved! How to trigger event using background script.

Issue : an email notification is not getting triggered, it's trigger condition is set when a particular event triggers. so we need to trigger the event to trigger this notification Requirement:For testing purpose I want to trigger the event using scr...

Community Alums by Community Alums  
  • 1981 Views
  • 8 replies
  • 3 helpfuls

How to set vip flag based on the users band on incident record

Helloon users table record we have a reference field band. on incident record callers band is A or A+ then we have to set vip flag on incident caller field. i tried with (g_form.getDisplayBox, g_form.getDisplayValue) but it is not working.can anyone ...

Arun61_1-1728541417000.png
Arun61 by Tera Contributor
  • 940 Views
  • 3 replies
  • 0 helpfuls

How to create footer with the custom links

I want to create a footer with the custom layout which contains some external links. Each link is functional and directs users to the respective page in a new tab.The footer is consistent across all pages of the portal.If the link belongs to any exte...

Aditya02_2-1728532826849.png
Aditya02 by Tera Guru
  • 565 Views
  • 3 replies
  • 0 helpfuls

Adding of reports to the Dashboard

Hi, Observation on dashboard, I created a dashboard from OOB dashboard. Also, I created a report as well from OOB report by using insert and Stay. The report is on sys_flow_context table. When I tried to select the report on the dash board which I cr...

SunderN by Tera Contributor
  • 1833 Views
  • 2 replies
  • 0 helpfuls

API Testing: ReadyAPI or Other Tools?

I’ve been using ReadyAPI for testing REST and SOAP APIs in a few of my projects, and while it's pretty solid, I’ve run into a couple of issues with its memory usage and load times on larger test suites. Because of that, I’m exploring alternatives tha...