I have a Dynamics 365 V9 Implementation and need to change the behavior of both the scheduledstart (Start Time) field and scheduledend (End Time) fields.
The out of box behavior is not suitable for end users that will be entering hundreds to thousands of appointments daily.
The two fields referenced above are date and time fields as shown below.
When users click on the Start Time field, and set the Date via the date time picker, focus immediately leaves the field and goes out to the browser screen forcing the user to move their mouse and click back into the field and then set the time. This can be seen at the 7 second mark and 17 second mark in the video clip below.
The required behavior is for the cursor to immediately enter the time section after the user selects the date via the date time picker.
Normally, I would snap a function onto the date field and have it set focus in the time field on change.
The problem is that this is a single field so the usual way of handling it is a non-starter.
Can anyone recommend a way of handling this? What have others done to achieve the desired behavior I described with this type of field?
*This post is locked for comments