Friday, September 27, 2024
1 change · 17.0
Code cleanup and technical improvements
This update adds a customization hook to the Field Service Sales module, allowing businesses to modify sale order values during creation without complex workarounds. This makes it easier for companies to extend the system with custom business logic when creating sale orders from field service tasks.
Original PR description
before this commit, if user need to pass any different value to the sale order creation, there is no direct hook available to do the same after this commit, this hook can be used to pass any value or to modify any existing value passed to the create method