- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 10:50 AM
Hello all,
We currently have pre/post-scripts for our users scheduled data import. The pre-script looks something like this:
gs.log('DATA LOADER | HR Import Process has started ', 'HROnBoard');
I'm trying to locate where this message will show but I can't find it. I have looked in the System Log's under the Messages Column and various other places. I'm also confused as to what the 'HROnboard' is?
Thank you in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 11:00 AM
Check the system logs. There are a handful of modules available on the left-bar, but can also be directly accessed by typing `syslog.list` into the left navigator.
'HROnboard' is the source. It is an optional parameter will aid is filtering out the syslogs.
Docs Article: GlideSystem - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 11:00 AM
Check the system logs. There are a handful of modules available on the left-bar, but can also be directly accessed by typing `syslog.list` into the left navigator.
'HROnboard' is the source. It is an optional parameter will aid is filtering out the syslogs.
Docs Article: GlideSystem - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 11:12 AM
Hey you're the man I finally found it!
Thank you for the info!