Skip to Content
0
Jun 08, 2018 at 02:13 PM

How to Change the Enhanced implemented Class names back to the orginal Class name in CRM Web UI

236 Views

We needed to change the method of a particular class in CRM Web UI. Therefore we enhanced the Class and the enhanced class added an extension of _1 as a suffix in the development environment or client..

For example, let's say the original class name was ZX_CRMCMP_HEADER0_IMPL

ZX_CRMCMP_HEADER0_CTXT

ZX_CRMCMP_HEADER0_CN00

After we enhanced the class, now each of the above class names has a suffix of _1. As we transport the code changes to the next stage such as acceptance testing and production, how do we change the enhanced class names back to the original class names above without the extension of _1? The QA and Production environments does not recognize the enhanced class names because the enhanced class names were created only in the development Client. The method modified was a method under the enhanced class names.