02-27-2015 11:26 AM
I need an event handler that will intercept a modification on a property and update another property of the same document based on the new value.
Is there a way to implement this?
If I save the document the event is called again in an infinite loop. If I do not save the document, of course, I cannot update the property.
11-12-2015 10:07 AM
If you create a listener with the event "before modification" (beforeDocumentModification), you can run a operation chain that will modify your properties according to your needs when you click the save button. You must not save the document from within the operation, as the behaviour set for the save button will deal with the saving itself afterwards.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.