You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subscribers to deleted event, using v2 data source which have transactions were fetching the collections and still getting the already deleted documents even though the event was triggered AFTER the deletion took place.
The folllowing subscribers are using v1 data source
PXEntityStatusManager
We should use v2 data source, in order to do that, we need find out why transactions are causing this behavior
The text was updated successfully, but these errors were encountered:
@daneryl has figured out a way for v1 and v2 data source share same transaction session. Hopefully we just need to replace v1 data source to v2 on the PXEntityStatusManager
Subscribers to deleted event, using v2 data source which have transactions were fetching the collections and still getting the already deleted documents even though the event was triggered AFTER the deletion took place.
The folllowing subscribers are using v1 data source
PXEntityStatusManager
We should use v2 data source, in order to do that, we need find out why transactions are causing this behavior
The text was updated successfully, but these errors were encountered: