📘Release History
V1.27
Created: 2025-12-11
addded additional user activities for stock_lots
V1.26
Created: 2025-12-08
removed user actions activities relating to comments as the object_id doesnt releate to the parent object
V1.25
Created: 2025-12-05
ensured user actions which releate to deleted items get enqueued as delete records
V1.24
Created: 2025-12-04
fixed issue around incremental syncs
V1.23
Created: 2025-12-03
bump version numbers
refactored codebase for maintainability
updated codebase to allow for checkpointing
modified how the user actions are utilized for incremental runs, so all dates are now kept in Unix timestamp format
reworked how deletes for incremental runs are processed
V1.21
Created: 2025-10-06
correct description field type for author in MO Notes
correct service_order_code data typr for RMA Orders
V1.20
Created: 2025-09-24
modified the next start date to have a day offset due to not all records being available in the user_actions when running a sync
V1.19
Created: 2025-07-02
updated runtime versions
fixed schema datatype issue for Manufacturing Order Operation Workstations
V1.18
Created: 2025-06-17
removed whitespace from user_actions user_id column
V1.17
Created: 2025-03-05
Fix author field type in API schema definition
V1.16
Created: 2025-03-02
bumped version numbers
refactored to take into account parent / child stream relationships
removed omnata_sync_id, snapshot_id and snapshot_index as using latest sync engine these are no longer required for child objects
added ability to run concurrent streams
V1.15
Created: 2024-08-02
ignore 404 results when invalid data is returned from audit
bumped runtime version
V1.14
Created: 2024-04-02
Bump plugin runtime version
Built with omnata-plugin-devkit==0.3.17 which includes pinned stored proc dependencies
V1.13
Created: 2024-03-21
Added index to the shipment products as shipment product element doesn't have to be unique in MRPeasy and there is no key available for the shipment product
V1.12
Created: 2024-03-20
Update plugin runtime to latest version
V1.11
Created: 2024-03-19
Add 'lot_id' to sync_id_fields in shipment_products schema
V1.10
Created: 2024-03-18
Fix data type and description for stock lot locations
V1.9
Created: 2024-03-13
Fixed issue where the manufacturing_orders inbound stream data incorrectly included the 1470 activity code
V1.7
Created: 2024-03-08
Switched to new plugin-oriented billing mechanism
Last updated