Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Status Investigating
Categories Technical
Created by Guest
Created on Jan 6, 2023

Add the ability to customize Utilities

it would be a great help if the Utilities provided OOTB such as ICustomerUtility, ICustomerOrderUtility...etc updated to implement the IExtention interface (we also need to have access to the concrete implementations so that we can do an inheritance and override only the needed methods), sometimes there is a need to customize a method in a Utility, in such cases we are forced to search the code for all usages of this method and change it which sometimes is not possible due to it being in the private dll code.