
| Number: | 009 |
| Name: | Family name on 16th birthday |
| Abbreviation: | SNAME16 |
| Length: | 40 |
| Status: | Not compulsory. |
| Description: | The Family name on 16th birthday field is the surname field that can be used as a stable look up point for lost student identifiers. |
| Notes: | Several institutions have indicated that they would wish also to return this field for students for ease of reference in case of enquiries. |
| Reason Required: | See reasons for field 7, Family name. |
| ' . - | A 40 character alpha code. |
| 023572 | This field must be either blank, an a-z, A-Z or be an acceptable character for this field (i.e. ' (apostrophe), - (hyphen) or . (full stop)). (Severity: 99) |
(IsCorrectType(uiCurFieldNo,1,40,"List") && !M_INSTR(uiCurFieldNo,"\\") && !M_INSTR(uiCurFieldNo,"@") && !M_INSTR(uiCurFieldNo,"/")) || M_EMPTY | |
| 023799 | The first character of this field must be an a-z or A-Z or blank. (Severity: 99) |
IsCorrectType(uiCurFieldNo,0,1,"Alpha")||M_EMPTY |