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

Forum Posts

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
  • 3033 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
  • 3542 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
  • 1741 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
  • 1253 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

Resolved! Weird behavior in script

XanaduI have script that is called in the Service Catalog Item Workflow post approval. It is trivialvar details = "Requested Item Details:\n";// Get the current request itemvar grReqItem = new GlideRecord('sc_req_item');grReqItem.get(current.sys_id);...

Resolved! Send email to Teams

Hellow My friendsI have  a demand now,I needed to send a email to Teams channels, this email Include picture where is in Attachment[sys_attachment] Table.I had try base64,and cid two ways but all fall, I can't see the picture .Do attachments need to ...

Default Time Zone Is Incorrect

Hi,while writing a script concerning dates, I noticed that the default time zone that the ServiceNow shows appears to be incorrect. I tried to change it in the system settings but to no avail.did any of you encounter a similar issue? if so what did y...