So we have an object in our organization that I recently had to convert a bunch of the fields into another type. I did this by creating new fields and then with APEX, converting the data for each type into the correct data type. Unfortunately, since I was converting from text to currency and (although they SHOULD have been) not every field was just numbers, there are some fields that have missing data.
For this reason, I'm looking for a way to easily transfer between the old page layout (with the text data fields) and the new page layout (with the currency fields). This way, if we notice there is some data missing due to an inaccuracy in input before, we can easily look to see what the input should be and input it ourselves.
Thanks, Adrian