String buildJoinRecordName(String containerName, String fieldName) { return '$containerName${capitalize(singularize(fieldName))}'; }