How detect a replication event in the Author environment?
Hi people ![]()
I've got a process in which after each replication to the Publish environment I need to clean up some flags in the Author environment, therefore I need to know in Author when a replication event to Publish is done.
I have a replication listener but of course this event is only triggered in the Publish environment so I don't know exactly what to do to catch in Author an event when the replication is completed. Is there a way to get something like that?
Thank you!