问题标签 [servicenow]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 如何使用 suds 使用 getRecords 在 servicenow 中搜索日期时间范围?
我正在尝试使用 suds 进行 Service Now 查询,但我不知道如何指定日期范围。这是我的代码,它适用于返回具有确切日期的记录:
打印的结果为我提供了一条与该确切日期时间匹配的记录。
当我尝试 start_date >= 或 start_date => 或 start_date > 时,他们都说“无效语法”或“NameError:未定义名称'start_date'”。
我如何“getRecords”的时间范围?
ruby - 如何使用 rest api 在 ServiceNow 中删除附件
我使用 SERVICENOW REST api 通过 ecc_queue 表在 ServiceNow 的表中创建了一个附件。为了创建附件,我在 ecc_queue 表中添加了一个条目,并在相应的表中创建了附件。现在,我想通过删除 ecc_queue 表中的条目来删除我尝试过的那个附件,但附件仍然显示。你能告诉我如何删除附件。任何帮助将不胜感激。
web-services - 创建 ServiceNow 票证的 JIRA 插件
我想知道是否有可用的插件可以监听对 JIRA 票证的更改,例如设置为暂存的构建请求,然后在 ServiceNow 中创建票证。如果没有可用的插件,有人可以指出我正确的方向来让这个项目继续下去吗?
c# - 使用 Service Now API 获取变更管理记录
我有变更管理号码CH****12
。我想在ServiceNow API中获取此更改管理编号的记录。
例如,我有incident
编号并通过使用getRecordsINC*****12
访问https://instance.service-now.com/incident.do?SOAP
服务 url 和适当的凭据(用户名和密码)来获取带有事件编号的记录。
同样,我想获取给定变更管理编号的记录。
servicenow - Controlling which script is logged in system logs based on verbosity level in service now
The organisation I work in uses service Now ,I just joined the team, My team wants me to do some research on logging in Service now.
All they want is to control the logging of scripts when they write a script on the server based on the verbosity level of the script
My understanding on logging is it the type of process that takes place on the server i.e
•if a script is not of a proper syntax it logs as a WARNING stating the compile error in the message of the log
•If something runs successfully or a process is completed, it logs as INFO with the message of what happened
•Similar logging for debug takes place, (I may be wrong about this though)
I tried searching on service now wiki,one method I found was gs.log()
I tried running some test script to log info in System Definition > Scripts - Background
Some of the various scripts I tried where
And then searched in the logs table System Logs > System Log > All
all is saw was the scripts I ran were logged as whole with INFO as the level , if the scripts had a syntax error it logged the same with WARNING level
Why doesn't it log the script line by line?
Also is there a way where I can tell Service now what script it should log based on the verbosity level?
json - ServiceNow - 创建自定义 JSON Web 服务
我正在开发一个显示项目、任务和子任务列表的移动应用程序。重要的是,我可以在一次调用 SN 中获取所有记录,例如:
所以我决定构建自己的 Web 服务来生成 JSON 响应。据我所知,脚本化的 Web 服务只能生成 WSDL,有没有办法以 JSON 格式获取数据?我也尝试创建数据库视图,但似乎不可能在一个视图中获得我需要的所有信息。
以 JSON 格式生成所需数据的最佳方法是什么?
powershell - PowerShell错误命令行太长
我正在处理要求我将字符串作为参数传递的 PowerShell 脚本。该字符串是逗号分隔的用户名列表。当我有 100 多个用户名时出现错误。但是如果字符串的用户少于 100 个,我不会收到任何错误。见下文。我试图使用数组传递这个值,但没有成功。这个参数的字符限制是什么,我该如何解决这个问题。我在 ServiceNow Run PowerShell 脚本中使用它。该参数值由 ServiceNow 使用逗号分隔值传递。
connector - 为 ServiceNow 创建连接器
如何在java中开发一个连接器来创建用户,并获得ServiceNow的服务。有没有支持java的API。我想使用java开发连接器。请帮忙。我正在尝试漫长的日子。
url - ServiceNow - 如何在远程/共享服务器文件夹中复制项目的 URL?
我的必备条件是:我如何在 ServiceNow 中,在表 pm_project 的自定义字段中拥有指向内部服务器(如 \my_server\shared\filed)的 url 地址(链接)。
URL 类型的字段只支持 https 地址。
我尝试使用个性化字典(计算值)中的语法 ///\ (我在另一个类似的线程中阅读它),但它不起作用......
有什么建议吗?
斯肯德