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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2015 04:19 AM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2015 12:34 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2015 02:32 AM
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
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
