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.

ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Export Limit By Role in List UI

We currently have the Export CSV ( glide.csv.export.limit) limit set at 10k for all users.  I would like to control the default limit by role.  If you had the Extend_Export role, you can export up to 100k.  This is in the list view of UI.  How can th...

tpoeckes by Giga Guru
  • 460 Views
  • 1 replies
  • 0 helpfuls

Resolved! Script Include Function Not Being Called

I am using the following script on a UI Action: function SimpleTest() { var a = new GlideAjax('FrankNewInclude'); a.addParam('sysparm_name', 'test'); a.getXML(myCallBack); } function myCallBack(response) { alert(response); var an...

fcaruso123 by Tera Expert
  • 761 Views
  • 3 replies
  • 2 helpfuls

Data Normalization Plug In Conflict

I am using the Normalization Data Services Guided Setup. I can successfully complete the setup but I am getting this notification when I activate the plugin "The active plugin Field Normalization will conflict with Canonicalization Service Client". A...

briansanders by Giga Contributor
  • 1425 Views
  • 5 replies
  • 1 helpfuls

File comparison

Hello Geeks, I have two csv files, lets say X and YWe have a JDBC file loader where we extract these csv files from MidServer.X has columns - DeviceID, UserID, enrolledDateTimeY has columns UserID, userEmailI want to compare the X and Y csv files wit...