How to get NodeId in Audit entries when document is updated

cancel
Showing results for 
Search instead for 
Did you mean: 
piyush48
Established Member

How to get NodeId in Audit entries when document is updated

Hi All,

I have been working on Audit and have been able to get NodeID through query in database for CREATE but I want to get NodeID for UPDATE action also and also when I have unable UPDATE it is not recording entry for update on node properties and content but when I enable updateNodeProperties in my action it enters entry in DB. Could someone help me out on above 2 issues.

1. To get NodeID entry in DB for update action also.

2. Why UPDATE is not recording any entries but updateNodeProperties are.

 

Thanks and regards,

Piyush

1 Reply
piyush48
Established Member

Re: How to get NodeId in Audit entries when document is updated

Hi All,

We have out of box Alfresco Data extractors as:- 

<DataExtractor name="nodeType" registeredName="auditModel.extractor.nodeType"/>

 

Similarly is there any Out of box data extractor for getting NodeRef .

Also please update on point 2 if any solution is there for it.

 

Thanks and regards,

Piyush Patel