Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Value of Auditing sys_flow_context

Hello Experts, We're working to reduce the overall size of our sys_audit table and have found one of our larger contributors is the sys_flow_context table that houses much of the state/variable data for flow executions. This question may be a bit sub...

J Benson by Tera Contributor
  • 996 Views
  • 1 replies
  • 1 helpfuls

Report Time Series Active Records by month

Hello, I am trying to create a time series report that provides the total number of active observations for each month.The x axis will be a monthly timeline, and the y axis the total number of active observations. I have created similar graphs, lever...

NabinC by Tera Contributor
  • 1183 Views
  • 2 replies
  • 0 helpfuls

Resolved! Set Width of ref_ac_colums in reference variable

Hi All,  I have a reference variable on the core_company_table. Since we use both the company name and a (custom) company code as naming convention inside our organisation i have displayed both of them by using the following variable attributes: ref_...

find_real_file.png
Erik29 by Kilo Expert
  • 1317 Views
  • 2 replies
  • 0 helpfuls

Resolved! Error calling Script include from Client controller

Hello, Here is my script include snippet and client contoller. I am getting the values printed correctly in script include, but gives Ajax error on client controller. Any help is appreciated  try{ var result = sn_fd.FlowAPI.executeAction(...

maryc by Tera Contributor
  • 684 Views
  • 1 replies
  • 0 helpfuls

Resolved! Need Help with UPS Address Validation

Hello,I'm working on integrating the UPS AVSL (Address Validation Street Level) API into ServiceNow. We are hoping to use this API to validate a street address-city-state-zip combination entered into fields (specifically Catalog Item Variables) on ou...