Sinchronous realtime territory assignment
Hello,
I've been redirected here from Core Workflow space.
I have to let Territory Realtime Assignment work and I just enabled subscriptions to events
•oracle.apps.ar.hz.ContactPoint.create
•oracle.apps.ar.hz.ContactPoint.update
•oracle.apps.ar.hz.Location.update
•oracle.apps.ar.hz.Organization.create
•oracle.apps.ar.hz.Organization.update
•oracle.apps.ar.hz.Person.create
•oracle.apps.ar.hz.Person.update
•oracle.apps.ar.hz.PartySite.create
•oracle.apps.ar.hz.PartySite.update
I could see the event is deferred and it looks this is caused by phase = 100 in wf_event_subscriptions.
The synchronous mode gives me the info all events are completed. This could be helping when checking if the action performs the expected way.