Hello,
I have a very weird user requirement where the user creates a return order (SalesTable) from a case (CaseDetailBase) and they want to confirm the returned order. Technically, the confirmation is not possible as per the standard code as the method mayConfirmationBeUpdated() of class SalesTableType_ReturnItem returns false to disable the confirmation buttons. I have been asked to implement this requirement and the simple option is to override this method and return true for this scenario. However, I would like to know if this requirement is functionally feasible and whether it has any potential regression/drawbacks?