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

Resolved! ATF record validation question

I’m new to ATF and have only created a couple of tests so far, but really liking this feature.  I’m stuck on creating a test though and can use some guidance.  Here is the process I want to test:  A specific user (Agris Support) forwards an email fro...

chrish5 by Giga Guru
  • 2410 Views
  • 2 replies
  • 0 helpfuls

Resolved! Trying to build Report on Assessment Metric Result Table

I'm trying to build a simple report (bar chart) that shows the results of Survey Results. The values seem to be stored in the asmt_metric_results table. Whenever I try to create a simple report grouped by Actual Value (Decimal), they all come back as...

find_real_file.png
adaml by Mega Expert
  • 4129 Views
  • 8 replies
  • 5 helpfuls

How to call Script Include function from UI Macro

Hello, please see below print screen - I need to press the button next to custom Location field in order to get all incidents to related to chosen location. I tried to get this output using calling GlideAjax from UI action calling Script Include func...

find_real_file.png find_real_file.png
Milan13 by Giga Expert
  • 1993 Views
  • 1 replies
  • 0 helpfuls

Workflow conditions based on catalog task state

I am not sure why this is not obvious to me, but how do you create a condition on a catalog task based on the the state the task was closed with?What I am trying to do is create an alternate flow if a catalog task is closed with any state other than ...

rbertram by Kilo Expert
  • 11817 Views
  • 11 replies
  • 10 helpfuls

Resolved! Parse SOAP xml response

Hi All,How do i parse an xml response that i get from soap message ?I want the sys_id from the response.EX- i got a following response: <?xml version='1.0' encoding='UTF-8'?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/...

Resolved! Unable to deploy/create application scope

I'm working on a project where the client has 3 instances: dev, uat, and production. I created application scope on the dev instance, let's say that the app scope name was "XYZ". Then I wanted to deploy my update set (which has child update sets: Def...

Mohammad8 by Kilo Expert
  • 4522 Views
  • 4 replies
  • 2 helpfuls

Resolved! Remove Suggestion from Short Description

I created an app extended from task table.  I reused short description field.  Is there a way to hide the suggestion button that appear next to short description for this table?  It is not needed and would possibly cause confusion for the users.  I'm...

Query table data to display in a Service Catalog field

Hi Community, I have a question about Service Catalog variables.   <field A> A user selects an item name (in the image below, the variable name is "u_item_name_men") <field B> A user selects whether or not s/he wants the item new or second hand ("u_i...

find_real_file.png
L_10 by Kilo Contributor
  • 3775 Views
  • 19 replies
  • 3 helpfuls

Resolved! How to send email after the import

Hi All, I have read few threads but I am a bit confused. I have an email which sends notification to my instance with attachment. I have an inbound email action that copies the attachment to my data source and trigger a workflow. My workflow waits fo...

MMKK by Tera Expert
  • 1868 Views
  • 1 replies
  • 0 helpfuls

How to disable a field using sn-record-picker?

Hello! I am currently working on a form where I need to disable the approver field when a requester is a manager. I already used sn-disabled but it's not working for me.<sn-record-picker field="approverField" sn-disabled="c.data.manager" table="'sys_...