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

pdf file is not generating

Hi All, Pdf file is not generating in the HR case whenever i am using before business and state changes to awaiting acceptance and hr service is one of "  "Please find the script: if (current.hr_service == '5d16185187c47d146c44b95e8bbb35d4') {       ...

Resolved! Script Debugger stuck waiting for first breakpoint

I can't get Script Debugger to trigger. Here is what I have done: 1. Write gs.info("TEST"); on the first line. Set a breakpoint to this line.2. Create an order that will trigger the script (it's a script for an Approval Workflow step).3. Check in the...

Resolved! order guide pass value cascade

hi All, i hope u r all ok.I am creating an order guide for the first time and i am facing an issue.i do have a variable set (requester details) which includes name, mgr, business unit, phone, etc)also, the 2 catalogue items included in the order have...

cuchi by Mega Guru
  • 695 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to set default landing page based on role

Hi,How can I set default landing page after user logged in. If the user does not has roles, he needs to redirect to portal, else he needs to redirect to service operation workspace home page

Alon Grod by Tera Expert
  • 3757 Views
  • 4 replies
  • 4 helpfuls

Need help of clear a list collector variable

Hello,Could someone please suggest on how to clear/empty a list collector variable after form loaded using catalog client script?   I'm familiar UI Policies, but needed to learn using client script.  Thank you 

Erica2 by Tera Contributor
  • 957 Views
  • 9 replies
  • 0 helpfuls

Resolved! Show column name in reference field attributes

Hello all, I provided below variable attribute for a catalog item which is referenced to change table. ref_auto_completer=AJAXTableCompleter,ref_ac_columns=short_description;requested_by;assigned_to;sys_created_on,ref_ac_columns_search=true But on po...

find_real_file.png
Vikram3 by Tera Guru
  • 4541 Views
  • 8 replies
  • 4 helpfuls

Provide year filter in sysparams in a table REST API

Dear All,I want to set up parameters for a table and access this as a REST API.For this, I want to set a filter in sysparams as 'where table-column = to_year(sysdate)'  -- so i want to filter all the records of the table where column value is same as...

Drag and drop attachment feature on Live agent chat

Hi All,We are currently using Live Agent chat which has the option to just add attachments. It seems prior to Utah/San Diego Upgrade, there was an option to drag and drop files along with adding any attachments.I want to understand if there is a poss...

R_ana_0-1692662609966.png
R_ana by Tera Guru
  • 530 Views
  • 1 replies
  • 0 helpfuls

Resolved! Background Script: Updated parent record from child record

Hello Community, Looking for assistance to correct the background script below:  var grChi = new GlideRecord("ast_service");//child record grChi.addQuery("");//query goes here grChi.query(); while (grChil.next()) { var grPar = new GlideRecord("as...

Desmo by Mega Guru
  • 1115 Views
  • 7 replies
  • 3 helpfuls