Skip to Content
0
Aug 08, 2023 at 07:40 AM

How to override an OOTB bean file in CCV2?

94 Views

If I want to customize a bean file (say a form which is not generated via beans.xml), we can place the form inside config/customize folder and run ant customize so it can be moved to appropriate folder inside bin. But in CCV2 why do we use _CUSTOMIZE_ folder? Doesn't it duplicate the code? Why don't we have common location for customize code to be used in local development and CCV2 development as well?

Is there any specific reason for the same?