I have an requirement like whenever a property called "dxmlLastCreatedVersion" of an asset is getting changed a listener should listen the event .I am using the below code kindly hv a look and let me know is this the correct way get an event for a node property change. It is working for all property change under /content/dam/sample this path ,but it should work only specific property change.
Solved! Go to Solution.
Views
Replies
Total Likes
@djohn98390536 : To answer "how can you trigger a process when a property of an asset is updated", my inputs below:
However, what customization are you planning to implement on change of property jcr:content/dxmlLastCreatedVersion?
@djohn98390536 : To answer "how can you trigger a process when a property of an asset is updated", my inputs below:
However, what customization are you planning to implement on change of property jcr:content/dxmlLastCreatedVersion?
Please refer to the reply on https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/query-on-resourcechangelis...
They have been able to resolve this.
However, I have not found "PROPERTY_NAMES_HINT" on multiple implementations. Even the documentation suggests.
"This is only a hint, a change listener registering with this property must be prepared that the underlying implementation is not able to filter based on this property."