How to read an error in ATF?
Hello Everyone, I am trying to validate if error message appears during set field values.I want to read verify that error message. Do we have such functionality in ATF? If yes, Please explain how.
Hello Everyone, I am trying to validate if error message appears during set field values.I want to read verify that error message. Do we have such functionality in ATF? If yes, Please explain how.
Hi all! This is my first time posting on here (just saw, apparently the second time!), apologise if it's the wrong forum. I am trying to get ODBC to work so I can use PowerBI to report on SN data, but am stuck after finishing the initial setup. When ...
Good day all. I hope you can help me out with the following : For our program/project processes there is a need to get certain data from Service Now with regards to Changes / Incidents, Problems or Requests using a tool I've written myself, and for a...
I have a order guide in which when a request is raised it will create 2 RITMs ( 2 different catalog items ) my requirement is test A catalog item ritm should be finish until then test 2 catalog item RITM should be on pause , the one way i am thinki...
I am a total newbie and I am learning to develop on Servicenow. I am creating a new app. It is a basic app that lets user apply for a job. The following is what I have done: Created a table called job to insert job listingCreated a table called users...
Hi all, We have a requirement to integrate servicenow with Nexthink for getting information about the configuration items. We have downloaded and installed the Nexthink CMDB connector application in our instance. When i opened and checked the data s...
hi all, what I know is how to pass a parameter from "sub-workflow" to "parent-workflow" by using "Return Value" (in subflow) and "Map return value to" (in parentflow). That works fine. But I like to implement the functionality of "Return Value" workf...
I am pretty confused about this matter... I need to get the Base64 content of an attachment, so I went to the documentation and it recommends to use the function GlideSysAttachment.getContentBase64(): https://developer.servicenow.com/app.do#!/api_doc...
Creating a form with an independent Application and I'm getting the following error. I have the following onChange client script. function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } /...
For workflow input variables I am confused on the correct option. If I drop an activity on my workflow and open it up and then drag my wf inputs from the Data tab into the activity input fields I get the format workflow.inputs.[variablename] However...
We have an LDAP import which is throwing errors. The reason for this is the following scenario, which is fairly common as we are a hospital:1) User A joins our company: an account is created in Active Directory which assigns them a GUID.2) ServiceNow...
Hi, I have built update sets on London. I am testing them on Madrid and get the following error for all update sets. it appears that the features in the update sets are deployed and working as expected, however wanted to know if this error is somet...
Hi,I have a String in LDAP format and I want to get only the name from it. How do I parse this String with JS ?CN=Bill\,Hamilton,OU=UNITNAME,OU=Region,OU=Country,DC=subdomain,DC=domain,DC=comI want to extract the name Bill Hamilton from this entire S...
What does this mean?Should I be worried?How can I fix it?How can I avoid this from happening?thanks!
Hi All, I have created one scripted rest api which will evaluate the script and return the result. PFB the script. (function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) { var table_nm = 'incident';var table_sys_id = '6a94f7e8db1...
