- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2023 10:47 PM
Hi,
This is error message: Model generation failed as there are no audit logs found for the activities defined in the "(table name)" table configuration.
I don't know why this error happens in my table which created as child of "task" table.
This first pic is about my activity definitions.
(※I can generate sample model in "task"table (which is the parent table of this table) in the same activity definitions.)
My table has "assigned to" data, like this pic. This is example user.
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 03:59 AM
To turn auditing on for a table you can refer to this documentation https://docs.servicenow.com/en-US/bundle/vancouver-platform-security/page/administer/security/task/t...
Also if you are on a record in the table you want to mine you can use the History - List option to see if there is any history

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 04:01 AM
Have you confirmed that there are audit log records for the associated records based on the filter conditions? If this is related to your prior post, and auditing wasn't turned on for the table, you may need to adjust some records to create some audit data for this table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 11:58 PM
Thank you for replying. sorry for I'm beginner... but
Could you kindly explain what you meant by " Have you confirmed that there are audit log records for the associated records based on the filter conditions?"
What is the audit log records for the associated records based on the filter conditions? and how can i confirm this?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 03:59 AM
To turn auditing on for a table you can refer to this documentation https://docs.servicenow.com/en-US/bundle/vancouver-platform-security/page/administer/security/task/t...
Also if you are on a record in the table you want to mine you can use the History - List option to see if there is any history
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 08:24 PM
Thank you for your help! I could solve this error. Thanks.