Model generation failed as there are no audit logs found for the activities defined in my table.

hamar
Tera Contributor

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.)スクリーンショット 2023-10-30 143854.png
My table has "assigned to" data, like this pic. This is example user.

スクリーンショット 2023-10-30 144213.png

Thanks.

1 ACCEPTED SOLUTION

dangrady510
ServiceNow Employee
ServiceNow Employee

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 

dangrady510_0-1698749981569.png

 

View solution in original post

4 REPLIES 4

dangrady510
ServiceNow Employee
ServiceNow Employee

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.

hamar
Tera Contributor

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

 

dangrady510
ServiceNow Employee
ServiceNow Employee

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 

dangrady510_0-1698749981569.png

 

Thank you for your help! I could solve this error. Thanks.