Schedule file import and Scheduled data import

anirban300
Kilo Guru

Can someone explain me the difference between the two tables?

  • schedule file import (u_scheduled_file_imports)
  • scheduled data import (scheduled_import_set)
1 ACCEPTED SOLUTION

Hitoshi Ozawa
Giga Sage
Giga Sage

FYI. All tables that's prefixed with 'u_' are custom tables created by non-ServiceNow.

The table may have been created when importing "Scheduled File Importer" update set from the site below.

https://servicenowguru.com/integration/scheduled-file-import-mid-server/

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

scheduled_import_set is OOB table which holds the scheduled imports and links Data Source

u_scheduled_file_imports -> is custom table. Possibly somebody created this to handle the remote file import as part of some custom solution or by adding new update set

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@anirban300

I believe I covered that in my above comment in detail.

The reply marked as Correct is similar to what I said above.

I am not against marking other response as correct.

Kindly mark the answer correct based on response given quickly and accurately.

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hitoshi Ozawa
Giga Sage
Giga Sage

FYI. All tables that's prefixed with 'u_' are custom tables created by non-ServiceNow.

The table may have been created when importing "Scheduled File Importer" update set from the site below.

https://servicenowguru.com/integration/scheduled-file-import-mid-server/