I'm customizing the Field Service Work Order screens to work for my business. Regarding Work Orders, I don't require that Date Start/End have a value. So I'm killing off all the actions around these field validations.
For some reason, there's still some page load action on the FieldService AddEditWorkOrder screen that is firing 2 messages about invalid date formats.
I removed a lot of Start/End date actions on page load for this screen. I also removed the OnChange actions on each field. The error still shows up.
Anyone know another rock I need to look under for this page to find (and remove) these annoying final actions?
Thanks