How to get the path of re-named folder

Hi Team,
I need to log the folders which are getting re-name by the user. So that I need to log the folder path while renaming the folder. Please help me to get the folder path with folder name and event(renamed) while renaming any folder.

Thanks!
Girijanandan

If anyone has any idea about this plz let me know asap.

Hi Girijanandan,

You might want to add a custom workflow handler [1] for folder renaming events.
You can take a look into the event object through debugger to see what’s set for the folder renaming events. I guess it will be ‘rename’ for ‘action’, the folder node type name for ‘documentType’, …

Regards,

Woonsan

[1] https://documentation.bloomreach.com/library/concepts/workflow/workflow-events.html