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
  • 14887 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
Michael51 by Tera Guru
  • 1554 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
  • 3311 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...

Can we insert url in an image?

Is it possible to create an image with text and a URL in it like below:I am calling this image in the email script. Any help would be appreciated! Thanks

Jag7_0-1692774025089.png
Jag7 by Tera Contributor
  • 1377 Views
  • 10 replies
  • 0 helpfuls

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
  • 1323 Views
  • 2 replies
  • 2 helpfuls

esc portal header

How can i add My Favorites and My inverntory menus next to My tasks in ecs,i tried adding menus doing that the menu is comming next to "IT" I even tired in Additional options, JSON format "enable_favorites":{"displayValue":"true","value":true},even t...

Capture.JPG
Community Alums by Community Alums  
  • 668 Views
  • 3 replies
  • 0 helpfuls

Script include return ,multiple value to Glide Ajax

HI All, Please suggest, I am working on a requirement.  GliadeAxaj will call the Script Includet Method "Site Contacts",Which will take the take Site ID and it will return all available site contacts and vendors. How the return the both Site contacts...