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

Forum Posts

SFTP step in flow action - copy file to instance

Hello, I'm trying to implement a flow action which contains a SFTP step. I want to get a file from a SFTP server and copy it to my servicenow instance (create an attachment for a CI record). What's working: Creating new files on the SFTP server via a...

find_real_file.png find_real_file.png find_real_file.png

Resolved! UI action script to run in background

I want my UI action script to run in background.hey, I want to check record from list and then use the ui action to approver them (time cards)the problem that im having that when I check couple of time cards and use the ui action it well take for eve...

Widget creation with performance analytics

I created one widget by using performance analytics to show created and resolved incidents, for that i used 2 OOTB indicators('Number of new incidents' and 'Number of resolved incidents') but I am not able to get the total count of records. I want to...

image (1).png
Sayali_9822 by Tera Contributor
  • 626 Views
  • 5 replies
  • 0 helpfuls

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...

shashi123 by Tera Contributor
  • 850 Views
  • 5 replies
  • 1 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
  • 1881 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
  • 2073 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
  • 1139 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...