How to check import set executed by which scheduled

Community Alums
Not applicable

We have one scopped application, we are importing data from SAP.

I have checked that already import and data source in created for that .

But there is not scheduled import created for that. Not sure how to check that scheduled utility in servicenow.

Checked :

scheduled import

scheduled data import

 scheduled job

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi Ankur,

 

I have checked on script and scheduled, Finally observed Creation source and created by as below that is showing as different user running data source manually. (Other user are doing that process and they have not updated to snow team so we got need this finding)

find_real_file.png

View solution in original post

7 REPLIES 7

Anil Shewale
Mega Guru

Hi

check in scheduled page. 

A schedule page is a record that contains a collection of scripts that allow for custom generation of a calendar or timeline display.

Creation of timeline schedule pages requires understanding of the page/event flow and the ability to write client and server side JavaScript.

To access schedule pages, navigate to System Scheduler > Schedules > Schedule Pages.

https://docs.servicenow.com/bundle/jakarta-application-development/page/script/server-api/concept/c_...

 

If it help mark helpful or correct 

Thanks and regards

Anil

Community Alums
Not applicable

Hi Anil,

 

Check that Schedule page but not able to see any script related to that.

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Manisha,

Navigate to System Import Sets ->> Import Sets->Sort by created by and look for short description field. for ex: Screenshot reference below where I can tell that import was done via REST.

find_real_file.png

 

- Pradeep Sharma