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

Forum Posts

IRE

Hello Everyone,In our development instance, CIs are being imported from the XYZ data source via integration.I have already configured the identification rule based on the "Name" attribute.However, I am noticing many CIs with the same name. Could anyo...

Resolved! Add Variables name and there values in related list of incident form

Hello All,  I'm trying to add 2 variables name and there values on New custom related list on the incident form. Can you please suggest something to achieve this. I created the Relationship as below:Applies to table: incidentQueries from table: ar_sc...

DivyaDahate_0-1735802842039.png
Community Alums by Community Alums  
  • 1394 Views
  • 5 replies
  • 0 helpfuls

Entra ID integration

Hello All,I'm working on Microsoft Entra ID integration. Whenever new group is created in Entra, I see the group appear in the ServiceNow group list . Pull in group membership as well .I'm able to create groups from Entra to SNOW intance using spokes...

C_S3 by Tera Contributor
  • 2454 Views
  • 3 replies
  • 0 helpfuls

Resolved! ACL understanding

Hi All, Can anyone explain what is the difference between, write ACL & list Edit ACL.  

sainath3 by Giga Guru
  • 2889 Views
  • 6 replies
  • 4 helpfuls

ACL Understanding

Hi All, I have created a table: u_database Created user's with roles are:Test user 1 having Demo role, test user 2 having Demo2 role,  both these users having table level ACL(u_database_user). Now i have modified existing Create ACL ( table.None rem...

sainath3_0-1733587620712.png
sainath3 by Giga Guru
  • 1466 Views
  • 10 replies
  • 0 helpfuls

Trigger custom approvals for Change Request

We have a requirement to add ability to add Change approvers manually to the list. Currently the approvers are generated to the group.Upon clicking the "Add Approver" button, the CR Manager should be able to manually add approvers to the change reque...

JDBC source help

HI All. We have created JDBC data source to fetch all site data store in a database.I have used the SQL Specific in my JDBC Source.We want to make on demand call based on the Site Name . Example :- SQL Statement  select siteid from   siteMap where na...

Resolved! Database join struggle

I'm working on a DB join and am struggling.On the Incident table, I have a 'cmdb_ci' field, for users to select a device nameOn a custom table, I just have a list of device names that are updated every Sunday I'm trying to view all Incidents where th...

sc.jpg

Need to map Payload field value to other fields

Hi All, We have a string field "Payload" in Incident form with the below Json value and we want to map this payload values to different fields in a scope table. Please let me how we can map this detailsSample payload value -{"description":" test"},"t...

Anandak by Tera Contributor
  • 1057 Views
  • 2 replies
  • 0 helpfuls

Hard-Coded Strings - Bad - Use sys_property

Hard Coded solution: Since hard coded IDs are a no-no in Health Assessment scans. Instead, use the sys_property  glide.appcreator.company.friendly_name or use instance_name   var instName = gs.getProperty('glide.appcreator.company.friendly_name'); /...

BillBonnettSN_0-1735762237420.png