if (isbFields.getEpaccsRecordCreationDate() == null) {
missingFields.addMissingField("EpaccsRecordCreationDate", "The creation date of the EPaCCS record must be provided");
}
// This may be an error in the DMS, so may not be mandatory in a later release
if (isbFields.getEolcTool() == null) {
missingFields.addMissingField("EolcTool", "The EOLC tool that is in use must be provided (e.g. LCP, PPC, GSF)");
}
// If any of the original EPaCCS author fields exist, check the mandatory author fields also exist
boolean time = (isbFields.getEpaccsRecordAuthoredDate() != null);
boolean add = (isbFields.getEpaccsRecordAuthorAddress() != null);