I'm currently developping a framework to use with Microsoft CRM, MOSS and other softwares like this. I need to do something to change the current date and time so that everything created within CRM or MOSS is marked as created on the date I specified, and not the current date and time.
This feature si needed to "time-test" our applications built on top of CRM and MOSS. The problem with CRM and MOSS is that I don't have the power to specify the date and time at the creation of every row in the database, these values are read-only as the CRM gets it by itself (current system date/time). I tried different ways to find a solution but I didn't find anything really encouraging. My last idea was to find a way (is there really a way ?) to change the current date and time only for the thread or the application domain. Even if its especially for CRM/MOSS for the moment, if I get a clean working solution I will reuse it for homemade websites to easily time- test them. The only solution I got now is to change the date and time at OS level. So tests can only be made by one person at a time... I can't let it like that. Thanks for every hint you can give me !
