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?
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.
I did that but it seems that there are no triggers for that table
What is the table name?
just to name two..
Bugs_cstm_audit
Cases_cstm_audit