I have two instance DEV1 and DEV2. I have a solution with a Payment entity on DEV1.
1. A currency field PaymentAmount was added and deleted from Payment entity on DEV1 for some reason.
2. The the solution was migrated from DEV1 to DEV2.
3. I want add a new currency field xAmount into the Payment entity on DEV2. When saving, it gives an error message "An error has occurred. Try this action again. If the problem continues....".
After that, DEV2 is not accessible any more. It always gives the preceding error message. I have no problem to continue adding and deleting currency fields on DEV1. And I can duplicate the inaccessible issue on another instance.
Can anybody help me on this currency field issue?
Thanks for reading and answering my question!
Runner288