Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. 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
