In case you deal directly with the Actinic Access database, I've found some field changes in the Product table, at the end:
prior to v8.5
[bIncludeInAlsoBought],[nAltShippingMeasure],[bSupplementAppliedOnce],[nShippingItemQuantity],[bExcludeFromShippingCalc],[nShippingSupplement],[nHandlingSupplement]
8.5
[bIncludeInAlsoBought],[bExcludeFromShippingCalc],[bShareWithEpos],[sBarcode],[sCreateDate],[bShipSupplAppliedOnce],[bHandSupplAppliedOnce],[dShippingSupplement],[dHandlingSupplement],[sAltWeight],[sShippingCategory],[nShippingQuantity]
Note that two of these are renamed...
prior to v8.5
[bIncludeInAlsoBought],[nAltShippingMeasure],[bSupplementAppliedOnce],[nShippingItemQuantity],[bExcludeFromShippingCalc],[nShippingSupplement],[nHandlingSupplement]
8.5
[bIncludeInAlsoBought],[bExcludeFromShippingCalc],[bShareWithEpos],[sBarcode],[sCreateDate],[bShipSupplAppliedOnce],[bHandSupplAppliedOnce],[dShippingSupplement],[dHandlingSupplement],[sAltWeight],[sShippingCategory],[nShippingQuantity]
Note that two of these are renamed...
Comment