A dt is there in workclass now we have to call this DT from its extension class like Work-Employee without superclass checkbox being checked,but both the DT’s are having same name so how can we DT of work class in its extension class that too with the same name?
I hope this helps!
@RameshSangili here the DT is of different class do we have to follow same approach for DT with the same name but in Work-Class?
Yes, ideally it should work the same way.
This may not be a valid use case in most scenarios because you’re overriding the DT in your extension to add/modify a few parameters that are more specific to your extension class.
I hope this helps!