The field "comments" on alm_hardware table is not getting logged in audit logsIssue - The inherited field "comments" is not being audited on the alm_hardware table. Steps to reproduce: - Navigate to alm_hardware.do - Type the comments = testing - Navigate to tab - Activities in the hardware page and note that change to comments is not captured: ReleaseRomeCause- While creating an asset, one needs to select a type from the following. Based on the selection made, the record will get created on the respective child table: - For instance, I chose hardware and filled in the comments which were not getting captured in the audit. - It was due to the "audit" attribute missing on the child table's (Hardware) collection record and on alm_asset.comments - Similarly for an audit to be triggered on any inherited column of the child table, the audit attribute needs to be added to the respective inherited column and on the respective child table's collection recordResolutionTo enable auditing on the alm_hardware.comments, please follow these steps: - Navigate to the collection record of the table -"alm_hardware" - Add the attribute 'audit_type=whitelist' to the collection record. - Navigate to dictionary record of inherited column alm_asset.comments - Add the attribute 'audit=true' to the [alm_asset.comments] field. Keep the 'no_audit=true' attribute. - Now the audit will work on the column comments. Please refer to the following screenshot (Activities tab):