Resolved! How to change ODBC connection timeout
Hi i have created two below properties in servicneow as per docs glide.http.timeout | integer |300000glide.soap.request_processing_timeout | integer | 300 but still error coming like this
Hi i have created two below properties in servicneow as per docs glide.http.timeout | integer |300000glide.soap.request_processing_timeout | integer | 300 but still error coming like this
Hi All, We have 'Edit request form' widget on portal , when we raising request variables are working as expected ( based on Catalog ui policy and client script , some are visible , few are mandatory etc...) , But when i click on 'Edit request form'...
I am fairly new to Service Now, if not entirely new to scripting, so please be patient with this newby. We have several Service Catalogs that all share a core set of fields, then each request has a few additional fields that are related to that spe...
Hi, I am unable to set the value of a field whose data type is Integer through Client script. The field is blank when the Client script runs. Anyone faced this issue? Below statements did not work- g_form.setValue('integerDataTypeFieldName', 75); OR ...
I created a new variable but it is not showing up in old records. When i create a new service request, it works fine. Does anyone know how to make the new variable appear for old records as well?
Hi,I've just started managing our ServiceNow instance, and I had a question. In Admin training, we're told that changes in pages aren't included in update sets. I looked at how you can unload a home page to add it to the current update set, but I don...
Hi , My requirement is to allow ITIL users to set Assigned To field on DATA CERTIFICATION table and also it has to allow assigned to manager to edit assigned To field. I have created a Write ACL for ASSIGNED TO field on data certification with ROLE a...
Hi All,In our Change Management process we have 3 linear approvals:1) Peer approval (Should be a team member double checking the work in the change request)2) Manager approval (a team manager validating this should take place) - Sends to Assignment G...
Hi All, When User1 submits the catalog Request with Requested For as REQUser1, then in REQ and RITM form Requested For is getting changed to User1 But if i impersonate user to any other user say USER2, then its working fine. whatever was mentioned r...
Hi, I have a variable called a credit card. The variable type is a checkbox. If the user checks then it will go to approval. If approver Rejects then I want to trigger a notification to the user who is raised that request. I am creating Notification ...
Are there any customer facing materials explaining what is included in ITSM vs ITSM Pro? Someone asked if see Service Portfolio Management and Vendor management are part of ITSM Standard or Pro. I couldn't find any documentation on that. My only th...
We are trying to show the Close Notes of an incident ticket on the Service Portal and on our widget we can only get the plain text version of the contents of Close Notes from incident table. Is there a way to get the contents of that field with the p...
HI experts, I have played around with Change Request -Normal Workflow and Change Approval Policy but still get confused of the feature "Input" in Approval Policy. Anyone can give me an example, much appreciated.
Interactions have an UI action for creating requests - 'Create Request' I would like the interaction to be closed when this button is clicked. I have been able to do this on the create incident and associate record UI actions but am not able to do th...
How can we get a list of logged in users using REST API or check if a user is online or not using REST API.