Not able to see Global domain to choose under Domain scope
Hi All, I am unable to see the Global Domain option when I click on the Domain scope to. Any one any idea why is that so ? Thanks,Uma
Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!
Hi All, I am unable to see the Global Domain option when I click on the Domain scope to. Any one any idea why is that so ? Thanks,Uma
Hi All,while running health report , we are getting below error semaphores default available[2]semaphores default available[0]how to fix this error?Thank you,Shabbir
I have a function to track down references to a particular sys_id in various tables:_getTableReferences: function(refTable, sysId) { }The refTable param is like so:{ "table": "incident", "column": "location", "condition": "sys_created_on>=javas...
Hi All, I used this link from the forums to create a Related Attachments relationship on the sys_attachment table. Script - (function refineQuery(current, parent) { var tableName = parent.getTableName(); var queryString = "table_name=" + tableNam...
Hello! I'm trying to create an API integration via REST to JIRA. I have been following the JIRA api documentation (https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#creating-an-issue-examples). I have made a Rest message th...
Afternoon all. Has anyone had any luck in creating a Standard change via rest api servicenow to servicenow I created a standard change template, then on the end point (see below) put the sys id of that template but it fails when trying to create with...
Hello Reader, I have a requirement to set Group Approval on the RITM for a Catalog Item. So, there is a Single Line Text type variable - 'Approvers'. This field has the name of the Group that should be set as the Approval on the RITM. For the Catalog...
We have a requirement to highlight the VIP users in interaction table in Agent Workspace in form view in servicenow.Let me know if anyone have any idea on how we can implement that.I have implemented it in incident and interaction table using the cl...
We have a notification which is triggered by an event and in business rule we have mentioned user email so that he can receive notification but wrong user was receiving notification. Can any one help me with this
Could you please suggest me Is it Available desktop version on ServiceNow?
Hi All, I'm Getting a Error 'org.mozilla.javascript.NativeArray@ede053' while running a before BR Script (function executeRule(current, previous /*null when async*/ ) { var grChildTask = new GlideRecord("u_model_resource"); grChildTask.addQuer...
Hi ,I have written the code but not moving attachment from one instance to other instance.I have used Rest api i have written code but not moving from one instance to other instance ,kindly provide me is it correct if not correct then provide st...
Hello Everyone , I want to give assignment group as "Requester's default group" in my flow designer while creating a catalog task. How could I achieve this? Anyone can please help me out. It's kind of urgent. Thanks in advance.
Hello Developers, I got a query, to set the priority of incident to P1-High, when the Caller selected is VIP?Kindly help me achieve the solution. Thanks in advance, Lal Valecha
If a custom table is created by extending Task table, all the fields of Task will be inherited to the new table. Also, newly created fields of the new custom table will be visible in Task table. On the other hand, non-extended custom table has only a...
