Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! What purpose does the sys_m2m table actually serve?

I understand it is used to create many to many relationships..However, the first step for creating a m2m relationship, is to create an intermediary table.I've created a table which has only two distinct fields, just location1 and location2 reference ...

Stephen W_ by Giga Guru
  • 16448 Views
  • 13 replies
  • 16 helpfuls

Issue with READ TABLE LEVEL ACL

Hello All,I have an issue with ACLRequirement is to create an Read ACL to show records which are opened by them , I have created an record type with read operation by Including this script in script boxanswer = current.getValue('opened_by') === gs.ge...

Michael51_0-1692714768895.png
Community Alums by Community Alums  
  • 2021 Views
  • 9 replies
  • 0 helpfuls

Resolved! how to fetch URL of an attachment

Hello Expert, I tried using below script but no luck.  gs.info('attachment test ');        var filename;     var att = new GlideRecord('sys_attachment'); // Correct the GlideRecord instantiation    att.addQuery('table_name', 'incident');    att.addQu...

Shantanu K by Tera Contributor
  • 4037 Views
  • 3 replies
  • 1 helpfuls

Resolved! About background script limitations.

Hi, I was running a simple background script to get the sys_id of each record in the table. But I am able to get only 50000 sys_id only even though the table has the more than 1 lac records. Can any one tell me is there any limitation that how many r...

ServiceNow Integration with Azure DevOps

Hi All, Our team is planning an integration between ServiceNow (Incident/Change/CMDB/Tasks/User stories) and Azure DevOps. We will not be using ServiceNow's DevOps (for now). We have found very little documentation with useful info. The documents we ...

kathymorris by Tera Contributor
  • 1746 Views
  • 2 replies
  • 2 helpfuls

ServiceNow outboud REST API request rate limits

Hello, I am implementing a system based on Business Rules that use the RESTMessageV2 API to make requests to an external service. This system will be potentially doing a high number of requests. Is there any rate limit to outbound REST API requests? ...

jmlooper by Tera Contributor
  • 2781 Views
  • 2 replies
  • 1 helpfuls

Resolved! Does workflow is gonna be away?

Hello!I facing a really complex task right now, which is to migrate the entire workflow logic to flow designer.Doing this I note that for some reason, the creation of tasks for example, by Flow Designer is slowly than tasks created by the Workflow.My...