cancel
Showing results for 
Search instead for 
Did you mean: 

How to add new property (record key) to OOTB alfresco audit action

katnam21
Champ in-the-making
Champ in-the-making
HI Experts,

could anyone help me out to add new property (record key) to OOTB alfresco audit component. (for Delete, READ, CHECK IN, CHECK OUT etc actions)

i want to add my custom property to existing (OOTB) audit application on top of existing properties .
example :
/alfresco-access/transaction/action=READ
/alfresco-access/transaction/properties/add= cm:security=xxxx

if anyone would have done or know , please let me know.

Regards,
Katnam
2 REPLIES 2

aaditvmajmudar
Confirmed Champ
Confirmed Champ
In alfresco-global.properties file,

You can override below property to add your custom content type.
audit.filter.alfresco-access.transaction.type=cm:folder;cm:content;st:site;YOUR_CUSTOM_CONTENT_TYPE

Hope this helps.

anooj_agarwal
Champ in-the-making
Champ in-the-making
Hi,
Deletion of a linked file will delete all of its linked files, but there should
be intermediate warning that gives the option to delete “only this file and
not all linked files”


this is what i want to implement
if anybody could help
thanks in advance