I currently retrieve from the SDK any duty status logs that show a codriver but we don't show the driver in our backend system having a codriver and then email this information to the appropriate party to see if the codriver should be removed in Geotab.
I'm not pulling in data with the API adapter and I see that we're getting JSON data in the CoDriver field in the DutyStatusLogs table when the driver has a codriver, but the Id for the codriver is always empty. Is there a way to have this be populated with the Geotab user id of the codriver? If there is no codriver on the log, the CoDriver field in the record is null, so we can identify which drivers have an attached codriver, but we just can't determine who the codriver is based on the field being empty in the database.
Thanks,
Sean