Forums

 
ForumForumMainstream Foru...Mainstream Foru...HelpHelpAudit of custom fieldsAudit of custom fields
Previous Previous
 
Next Next
New Post
 12/22/2011 1:19 PM
 

I have a good number of custom fields in the database. I have researched how to make these come under the blanket of auditing. What I ran across is this stored procedure: spSqlBuildAllAuditTables how ever after this finishes it has no triggers in the custom table to trigger the audit. Did i miss another SP to run?

New Post
 12/22/2011 4:36 PM
 

If you create the custom fields using the SplendidCRM admin interface or using the correct stored procedure, then the auditing is automatic. If you created the custom fields manually using SQL Studio, then you will need to run spSqlBuildAllAuditTables to create the audit fields for the custom fields.

New Post
 1/2/2012 8:33 AM
 

I did that but it seems that there are no triggers for that table

New Post
 1/2/2012 8:59 AM
 

What is the table name?

New Post
 1/2/2012 2:12 PM
 

just to name two..

Bugs_cstm_audit

Cases_cstm_audit

Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...HelpHelpAudit of custom fieldsAudit of custom fields