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

Forum Posts

How to create a report to only show where count is > 1?

We are currently going through a requirement to build a report of type count and to only show records where the count is > 1.Take this as an example.Report should query alm_hardware with model category/class of Computer and group by assigned to.It sh...

AndresGT1 by Giga Expert
  • 213 Views
  • 9 replies
  • 0 helpfuls

Resolved! Embed Links to Additional Comments in Flow Designer

Hello, I am trying to embed a link to a message within Flow Designer. I was following this form but that wasn't working so I tried this below:(function executeRule() { // Get the sys_id from the Flow Designer's fd_data var sysId = fd_data.tri...

josgarcia_0-1719328293400.png
josgarcia by Tera Expert
  • 939 Views
  • 4 replies
  • 0 helpfuls

Create custom metric type in Surveys

Hi Everyone, I don't see any example on creating custom metric type on surveys (e.g. custom link or button to be visible on survey). Please let me know in this thread if anyone have leads.

MattCoscos by Tera Contributor
  • 392 Views
  • 1 replies
  • 0 helpfuls

Resolved! Link To Destination/Event Mapping Opening Multiple Tabs

Hello again. I am working on a workspace for a few executives in our organization. In the body of the home page, I have a list that contains reference fields. The users will need to click on the reference links to view the record and act on it. I am ...

y-allen by Tera Contributor
  • 228 Views
  • 3 replies
  • 0 helpfuls

Survey validation based on Incident choice field value

Hi Community, good day.I have a requirement related to surveys on the Incident table. There is a choice field on the Incident form. I need to apply the following behavior when a user opens or submits the related survey:If the choice field on the Inci...

DevYadav by Tera Contributor
  • 247 Views
  • 5 replies
  • 0 helpfuls

Common slow loading forms in the last 30 Days

Nowadays in our ServiceNow instance, we are getting the Common slow loading forms in the last 30 Days finding commonly. can anyone please let me know how to fix this finding? #slowloadingforms #forms #formloading

PULIPATIT by Tera Contributor
  • 71 Views
  • 1 replies
  • 0 helpfuls

Resolved! Gliderecord Issue with Inactive User in Business Rule

Hello, I am having an issue with a Business Rule where the GlideRecord query is only working with active records on the sys_user table. I am aware of the User Query BR on the sys_user table that automatically appends an addActiveQuery line so that in...

JHPost by Tera Contributor
  • 310 Views
  • 2 replies
  • 1 helpfuls

Dashboard not pulling widgets into test

Hi all, I am struggling with getting my widgets to appear in the test instance.I am getting 4 error messages I have accepted these updates and the widgets are still not appearing.this is my update set and its capturing all updates. But the widgets ar...

LJ_23_0-1762521163382.png LJ_23_1-1762521237543.png LJ_23_2-1762521256126.png
LJ_23 by Tera Contributor
  • 85 Views
  • 1 replies
  • 0 helpfuls

Resolved! Ui Action with Script Include

Hello,I have created a UI Action called "Resolve Infraction" that is being used in Workspace.  The UI Action has the condition of: new x_mtbr_ebs_sip_0.EBSSIPUtils().canViewResolveInfraction(), which is just identifying when the user can see the UI A...