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

Script in UI Policy is not working

Hi guys!I have a UI policy that is messing up. I thought I would try scripting the UI policy instead to see if that would fix the problem.I have a multiple choice variable 'order_type' and another variable called 'cluter_name'.It should read like thi...

ronro2 by Tera Contributor
  • 728 Views
  • 4 replies
  • 0 helpfuls

Dynamic value from table for scheduled jobs scripts

Hi ,i have a custom table named as testing script and i have field as testing script name , ui action in it as update script name .. once the user enters the record in that table and click on ui action i want schedule job script to be updated with th...

veenal by Tera Contributor
  • 424 Views
  • 1 replies
  • 0 helpfuls

Resolved! Copy attachment from one table to another

Hi All,I have written a Business rule to copy attachment from sys_attachment to hr_case table when someone sends and attachment via the email client template on a hr record.(function executeRule(current, previous /*null when async*/) {   // Add your ...

sidarth by Giga Expert
  • 7388 Views
  • 7 replies
  • 5 helpfuls

Encrypted Field configuration

Hello Developers, I am trying Column Level Encryption module. I have followed below steps to configure the CLE in my PDI. Step 1: Set Up the Encryption ModuleNavigate to System Security > Field Encryption Modules in the Application Navigator.Click Ne...

MayurPatil2_0-1728032763003.png MayurPatil2_1-1728032910937.png

how to set a filter on List collector onLoad

Hi All,  I am working on a catalog item in which i am using a variable set that's been used in 100 other catalog item, this variable set has a list collector in it without any filters ,but the catalog item i am working on has a requirement to set a f...

vahini by Giga Guru
  • 1412 Views
  • 4 replies
  • 0 helpfuls

UIB Builder: Catalog Item component

Hi, I have a record producer - Create IncidentCreated a new page in UI Builder(input table and sysId), added to declarative action - Create IncidentThis declarative action created on security incident.On clicking declarative action "create incident",...

Community Alums by Community Alums  
  • 886 Views
  • 4 replies
  • 0 helpfuls

How to move CMDB data from one instance to another?

We have implemented Discovery in instance 'A' for a customer. Now they want to move all the CMDB related data from this instance 'A' to another instance 'B' which is already a running instance but doesnt have any CMDB data as on today. Note - Entire ...

Suggy by Giga Sage
  • 665 Views
  • 4 replies
  • 1 helpfuls

Can anyone explain what is ServiceNow SDK in simple terms?

Can anyone explain what is ServiceNow SDK in simple terms? What all can we done using it? Can I build an end-to-end custom app using SDK (everything built outside ServiceNow) and deploy it to ServiceNow? This is what document mentionServiceNow SDK Se...

Suggy by Giga Sage
  • 644 Views
  • 4 replies
  • 0 helpfuls

Need help in sorting

I have a table which has 100s of fields, like competency, language, written and verbal.I am going to process different competencies and display them. All the competencies are sorted based on different things.When the competency is language, it should...