// Null checks for mandatory fields
if (isbFields.getDocumentAuthorSDSID() == null) {
missingFields.addMissingField("DocumentAuthorSDSID", "The SDS ID of the document author must be provided");
}
if (isbFields.getDocumentAuthorRole() == null) {
missingFields.addMissingField("DocumentAuthorRole", "The job role of the document author must be provided");
}
if (isbFields.getDocumentAuthorName() == null) {
missingFields.addMissingField("DocumentAuthorName", "The name of the document author must be provided");
}
if (isbFields.getDocumentAuthorOrganisationODSID() == null) {