Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
How to persist multi value IBA using event listener (Create and Update of object)
You can listen for VersionControlServiceEvent.NEW_VERSION or VersionControlServiceEvent.NEW_ITERATION. See below article to update the attributes using Listener .
Also, You can set below verbosity to true in wt.properties to check event keys for create or update
wt.services.verbose
wt.services.verboseEvents
Hope it helps !!!
Thanks
Shreyas