Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Data visualization dynamic filter in ServiceNow

Hello All, I am trying to create a dynamic filter on a Data visualization in UI builder. And I have done that however I am stuck with an issue. Now lets assume i have created a report with data source as task sla Now i want to create a report on file...

J_47 by Tera Contributor
  • 996 Views
  • 2 replies
  • 0 helpfuls

Resolved! REST API call with GraphQL query inside

Hi folks! I want to send from ServiceNow REST Message which will contain GraphQL query. Preferable from FD. Currently I just created an Action with REST step, put there my GraphQL query as a body and tried to execute and received this error: "messag...

find_real_file.png find_real_file.png
Ihor by Giga Expert
  • 3840 Views
  • 3 replies
  • 2 helpfuls

Workspace UI Action dropdown/menu

Is there a way to build a custom dropdown menu/button to group UI Actions in workspace forms, similar to the "Create change request" button seen in Service Operations Workspace?  I am working with a customer with several UI Actions on one form, and t...

BrunoLinhares1_0-1684870361279.png

Resolved! How to implement retry policy outside flow designer?

How to implement retry policy concept outside flow designer?Ex - I want to retry API call 3 times. If still not successful, then create an incident. PS - I know this capability is there in Flow designer but customer is having IH Starter package which...

Suggy by Giga Sage
  • 2322 Views
  • 8 replies
  • 3 helpfuls

Resolved! Debug the Record Producer Script

I have written a script to map the fields on custom table and create a record in another custom table as well [ as record producer is linked to another custom table]. We need record producer to create records in 2 tables based on Expense Category [re...

ShivangiC by Tera Contributor
  • 833 Views
  • 1 replies
  • 1 helpfuls

CAD Question

Which of the following is not supported by Flow Designer?a. Call a subflow from a flowb. Test a flow with rollbackc. Use Delegated Developerd. Run a flow from a metric Base triggere. Automated test framework Can anyone respond to this? 

Snow preck by Tera Contributor
  • 2597 Views
  • 4 replies
  • 5 helpfuls

Asynchronous GlideAjax call causing issues

Hi Community, As this is asynchronus call, the array value is getting calculated after JSON object and JSONArray initiation which causes array value to be empty and hence 'monthly_fixed_price_to_be_invoiced' is always empty. I thought to use getXMLWa...