This commit is contained in:
2021-06-30 18:53:31 +00:00
parent 18707ae758
commit 5e54d8e4ec

View File

@@ -1292,6 +1292,16 @@ Build 111
- Notification subscription list now with more detailed info to disambiguate similar subscriptions that vary only in small details
- Duplicate command now duplicates locally into a new unsaved copy of the object rather than triggering a server call to duplicate
This covers all objects with the exception of the following which still need to duplicate at server:
translation, purchase order
- Workorder can now be duplicated, all items are copied identically except part requests which are not copied into a new unsaved workorder (just like other objects)
future features to be added before release to make duplicate work as a complete replacement for the
v7 Templates feature (mass remove sections at a time in addition to individual delete and zero out dates, etc)
- User / Custom contact on create / duplicate now allows entry of new user options before first User save rather than previous behaviour of having to save new record first then edit and save user options
- Prevent double booking a tech case 3720 customer request
global setting "Allow schedule conflicts" and if on will check if same tech is booked already within that time frame on update or new scheduled user record
will not check pre-existing or ones where a match can't be made due to null tech, start or stop date