Anyone with experience extending the "syslog" table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2019 01:04 PM
According to this guide, we're allowed to extend the syslog table and it doesn't count as a custom table:
https://www.servicenow.com/content/dam/servicenow-assets/public/en-us/doc-type/legal/custom-table-gu...
Has anyone actually done it before? I am curious if the extended records get archived in the same patterns as the normal records in the syslog table.
I am wanting to extend it in order to keep a record of point transactions. The syslog table has most of the fields I would already need, with a few exceptions.
- 1,122 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2019 10:01 AM
syslog is always growing table and you should not be needing to extend it.
why do you want to extend syslog table?
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 07:25 AM
I was considering using it to record transactions, as it's listed in this document as a table that can be extended up to 1,000 times:
It struck me as the most curious in there, as my first thought too was that it's already a giant table.