Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Eliminated duplicate API calls – The primary cause of performance issues in RTP were the calls to the RTP stored procedure, proc_publicGetProductInventoryPoolInventory. Previously, the sync may have unnecessarily called this stored procedure multiple times with the same criteria on each sync. Now, this stored procedure is only called once for each combination of InventoryPoolCode and InventroyPoolLocationCodeInventoryPoolLocationCode.

Eliminated syncs for past dates – Previously, inventory for prior dates in the same season would be updated on each sync. We’ve modified the function in the release as follows: Prior to the start of the season, inventory is synced for the time period between the store-wide “Season Start Date” and “Season End Date” settings.  After the start of the season, inventory is only synced for the current date through the “Season End Date”.

...