Hello,
How can I override the implementation of a table method in an Extension class?
I am developing a custom Workflow for Sales Order, for that i need to override *CanSubmitToWorkflow* method in table. For now, according to my understanding this can only be achieved by Overlayering which definitely is not a good practice. Can someone here guide me if there is any workaround?