Hi,
I want to overtake a method with additional parameters in the method signature. But when I do, getting this below shown error during code generation,
Method xxxx___ in layer Cust overtakes Core, but no matching method or function signature was found.
And we must overtake (cannot Override) this method since we have to replace some code segments in the body.
How can we proceed with this?
Thanks,
Hasith