I am using CRM 2011 rollup 2. I find that I am having to duplicate some business logic in two different libraries. It would be nice if I could have a variable that they can both access that allows one library to set the value and the other one
to read the value, so that the code doesn't have to re-run.
Is there a way to do this?
Tim Hays