Tested SAP B1 versions
Note: Older and newer SAP B1 versions will usually also work, but haven't been specifically tested in this version.
Important remark
Structural changes have been made to the way the transaction notification of Produmex is called for Produmex objects/documents, such as moves, adding pick lists, …
For those cases the SP PMX_SP_TransactionNotification is now being called from the code instead of SBO_SP_TransactionNotification.
(The call in SBO_SP_TransactionNotification to PMX_SP_TransactionNotification will remain the same)
This means that custom checks, and/or the call to the SP for the notification queue need to be moved manually to SP PMX_SP_TransactionNotification.
If this is not done, that code will NOT be executed when for instance adding moves, pick lists, …
Previous flow:
New flow:
Legend:
After the upgrade, check the 'Automatically close production orders on completion?' setting on the Production controller. It is possible that the setting is set to False during the upgrade.
Replenishment: Generation: Create order when minimum is reached, not when going below minimum.