
| Name | Value |
|---|---|
| NAME | PSB INSTRUCTOR |
| TAG | INST |
| ROUTINE | PSBRPC |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | PUBLIC |
| VERSION | 2 |
| DESCRIPTION | Used by frmInstructor to validate that an instructor is at the client with a student. Validation is acheived via the instructor entering their SSN and electronic signature code. This is then validated against the NEW PERSON file (#200). If a valid user is obtained, that user must posses the PSB INSTRUCTOR key to be passed back as an eligible instructor for the student. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Results array is returned in the following forms:
Success of the call is validated by the first up-arrow piece of data
being greater than 0.
Valid authorization of instructor.
Results[0] = 'Instructors DUZ^Instructors Name'
Invalid authorization of instructor.
Results[0] = '-1^Invalid Instructor Access'
|