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

How to create a module that filters by dynamic values

In a PDI environment, I would like to create a module in the application menu that displays a list of records where "@logged-in user name exists at the beginning of the additional comment in the incident table."I am imagining a filter for the Inciden...

Resolved! catalog item, Reference qualifier

Hi,My requirement, I have two variables in catalog item both reference field, requestedby reference to user table and asset field reference to alm_asset table. I have set default value for requested by field to auto populate logged in user name and i...

Sharath807 by Tera Contributor
  • 502 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to get two reference field in client script?

Hi all, For example, A and B are reference fields of incident. I want to compare A.a and B.b in client script, how can I do that? I know g_form.getReference() but looks like only one reference field can be fetched.   Regerds,Eric

reports

Hi Guys,I have received requirement on reports never worked on it actually can anyone please help.  Thanks!!!!

Screenshot (272).png
tGhadage by Tera Contributor
  • 366 Views
  • 7 replies
  • 0 helpfuls

Can we test workspace form in ATF?

Hi All,can we test workspace form in ATF.  I just need to check if field is having particular value and that field is read-only. Is it even possible? Thanks

Obito by Tera Expert
  • 1664 Views
  • 3 replies
  • 2 helpfuls

Main configuration item field

Hi, How to add the default filter conditions in cmdb_ci table?If I open cmdb_ci.LIST -> then open with all cmdb list but I need to open like default like all>active=true. Please let me know how to do this. Note: It is not a module hence I am facing t...

manju12 by Tera Expert
  • 661 Views
  • 9 replies
  • 3 helpfuls

MID sever JRE issue -- acc issue

Hi Team,Good Morning!I am seeing below issue with one of MID server, with below short description:'Detected JRE switched from version 17.0.8.1-sncmid1 to bundled version 11.0.16.1-sncmid1', however when I checked JRE version on the host on which MID ...

_navin9898 by Tera Expert
  • 718 Views
  • 1 replies
  • 0 helpfuls

create new version of a article

Hi We have one requirement to create a new button on the kb article form and when user click on the button it will create a new version of the kb article and update some field of new version kb article and retire the old version of article. I having ...

v-paulp by Tera Contributor
  • 1283 Views
  • 10 replies
  • 0 helpfuls

Resolved! Help with mail script

Hi, I have the below script, which currently returns correctly:08/07/2024 14:15:45 BST - [User Name] (Actions taken) WIPBut I would just like it to display the date and what the actions taken, rather than with the name in as well, is there a way the ...