iVend 6.5 updates 6 with offline POS
Replication skipped from offline POS to the Store Database.
Proposed Solution/Workaround:
It was a known issue with a dated version on iVend using offline POS with replication skip.
Need to get the skipped replication events retriggered from offline POS to Store Database and then raise a DataNotification event for table entry to get replicated to the HO.
To get skipped transactions replicated from offline POS to Store Database, I need to run an update with problematic tables for specific skipped records.
Update table set primarykey= primarykey Where primarykey in (Specific skipped entries)

NA