One more missing field encountered. As per the ELD mandate, we need add any carrier support personnel who requested an edit to a event log (when creating a Log Event with state STATE_REQUESTED):
In order to keep track of this, we need to provide a field on the Log Event itself to monitor requested edits. The tendency here is to just track this on just log events with state STATE_REJECTED and STATE_REQUESTED, but due to the behavior of how requested edits work, we need to potentially keep track of this user on other states as well:
One more missing field encountered. As per the ELD mandate, we need add any carrier support personnel who requested an edit to a event log (when creating a Log Event with state
STATE_REQUESTED
):In order to keep track of this, we need to provide a field on the Log Event itself to monitor requested edits. The tendency here is to just track this on just log events with state
STATE_REJECTED
andSTATE_REQUESTED
, but due to the behavior of how requested edits work, we need to potentially keep track of this user on other states as well: