Edit Order with older product Version
I am working the following service request
///////////////////////////////////////////////////////////////////////////////
Our client is asking us to evaluate the possibility to sell customizable products using a different version of product definition, based on creation date (instead of sysdate)
We have this scenario:
1) The dealer acquire from Customer a new Quote or Order based on version n of product catalogue.
2) New catalogue release, version n+1, is deployed in production environment modifying product definition.
3) After fews days, dealer wants to modify previous quote or order using the old commercial defintion, and submit the order to provisioning systems.
We need to make the Product Configurator Session described on step 3, based on the OLD catalogue definition (version n) based on Quote or Order creation date instead of sysdate (current live definition, version n+1).