197 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
114
views
ServiceNow REST API: 403 "Forbidden" when accessing sys_script table using custom role (works with admin)
I’m trying to access the sys_script table through the ServiceNow Table API using a custom role, but I always get:
HTTP 403 Forbidden
Field(s) present in the query do not have permission to be read
The ...
0
votes
0
answers
88
views
Getting session timeout while editing portal pages in service now app engine
I am using personal developer instance of service now. I am trying to build an application from scratch using service now app engine.
But whenever I try to edit any of the portal pages, I get session ...
0
votes
1
answer
68
views
Servicenow Scripted REST API not enforcing string MTLS
I have followed the servicenow documentation: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0993615 and configured MTLS for a scripted REST API in my servicenow instance. ...
0
votes
1
answer
135
views
ServiceNow Scripted Rest API Redirection
I have created the scripted rest API using Get method, the input parameter as corresponding incident number then it should generate a URL, after generating the URL I need to redirect to that ...
0
votes
1
answer
163
views
Servicenow Ui not getting updated with comments
I'm trying to capture the metadata of work notes for an sc_task in ServiceNow, so I'm posting work notes directly to sys_journal_field. However, I'm running into an issue where the work notes don't ...
0
votes
0
answers
795
views
Is it possible to update the RITM variables via a REST call to the sc_req_item table?
I need to update a variable on an RITM (Requested Item) using the inbound REST API.
I understand that variable values are stored in the sc_item_option table, which is linked to the sc_req_item table ...
1
vote
1
answer
32
views
servicenow-sdk-go Access TableEntry's display_value
Trying to use the tableapi of servicenow-go-sdk to retrieve a list of affected CIs from a given CM.
rb := tableapi.NewTableRequestBuilder(client, map[string]string{
"table": "...
0
votes
1
answer
632
views
How to make a REST call on the System for the System (ServiceNow)
I need to set up some REST calls in a ServiceNow instance. We need to re-use some logic that we have on REST Resources so we need to make calls from the system to the system itself (internal calls).
I'...
0
votes
0
answers
222
views
How to Dynamically Populate start_date in ServiceNow Change Request Creation?
I have a GitHub Actions workflow with a bunch of jobs, including a ServiceNow Change Request Creation process. In the ServiceNow Change Request JSON payload, there's a field called start_date that ...
1
vote
0
answers
333
views
Azure AD OAuth token in ServiceNow (SSO Enabled) without login popup
We have a requirement in ServiceNow where we need to send a bearer token to an external api and the token must contain user assertion (to support OBO flow in the api). The ServiceNow instance is SSO ...
0
votes
0
answers
157
views
Get OS Version using API in service-now
I'm able to get server CLASS i.e [windows, linux etc] using Service Now API call as shown below marked with GREEN arrow.
I wish to retrive OS Version 7.9 as well from service now marked in RED arrow ...
0
votes
1
answer
124
views
ServiceNow: Restrict visibility for Configuration Item for Inc, Prb and Chg
As an ITIL user I should not see any Configuration Items prior to selecting Company
I know this is ready when:
Incident, Problem, Change:
prior to selecting Company I don't see any Configuration ...
0
votes
1
answer
213
views
How to make Elastic ServiceNow custom connector for incident creation?
I want to create kind of custom connector whenever there is alert triggered by Elastic rule it will take the details and create incident in ServiceNow.
I have created a webhook in Elastic connector ...
-1
votes
1
answer
118
views
How to remove the word "Question" in a survey in Service Now?
I am currently developing in Service Now and I face a problem while creating a survey. Everything is just fine with the options what the answers and questions are but the word "Question" ...
0
votes
1
answer
451
views
ServiceNow File content corrupted when calling Attachment API
I'm calling the ServiceNow Attachment API to upload files but they are ending up corrupted even though they upload successfully.
ServiceNow Attachment API
POST https://sn-host.com/api/now/attachment/...