cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Entity without overwrite _EXT-Classes?

Former Member
0 Kudos

Dear everybody,

If I try to change a Entity i.e. include addionals Attributes or change a type of an attribute I have to regenerate the runtime artifacts? All my implementaions of CRUDQ methods are dropped. Is that correct or is there a mistake?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Gerrit,

Yes run-time artifacts to be regenerated.

On re-generation -

MPC & DPC classes will be regenerated.

MPC_EXT & DPC_EXT classes will not be regenerated and the custom code written inside those will still remains there and will not be erased.

Regards,

Ashwin

Former Member
0 Kudos

Sorry, my mistake was that I didn't redefine the method. I implemented the DPC-Class instead of DPC_EXT.