NISR Contract Table 03/04

Back to field list for 03026

03026: Mode of employment

Field Information

Number: 007
Name: Mode of employment
Abbreviation: MOEMP
Length: 1
Status: This field must be completed with a valid code for all staff.
Description: This field describes the mode of employment detailed in the contract held.
Notes: This field should indicate the normal mode of employment of the contract held.

This field should show the mode of employment at the return date or the end date of the contract if earlier. Part-time is anything less than full-time.

Staff coded '3' in field 6, Terms of employment can be coded as '3' or '4' in field 7, Mode of employment. If institutions are unable to assign casual staff contracts to either the full-time or the part-time category, then code '5' should be used.
Reason Required: For analysis of contracts held by mode of employment.

To allow analysis of trends in HE employment practice.

Valid Entries

1Full-time.
2Full-time, term-time only.
3Part-time.
4Part-time, term-time only.
5Atypical.

Validation Rules

024950
This field must contain a valid code. (Severity: 99)
M_VALIDCODE
024951
If TERMS=3 then this field must be 3,4 or 5. (Severity: 99)
M_ISFIELD(_TERMS_,"3") ?
IsValidInteger(uiCurFieldNo,3L,5L) :
M_TRUE