Top of SSF | Index | Table of Contents | Feedback |
SSFF2500 - Maintain Applicant Portal Self Serve User
Purpose |
To allow users to maintain the User ID and password for Applicant Portal users, and to quickly block a user’s access to secure Applicant Portal applications |
|
Subsystem |
Callista Connect |
|
Normally Run By | Connect Administrator Specialist | |
Anticipated Frequency | As required | |
Structure
|
Blocks | Applicant |
Self Serve User | ||
Button | Find Applicant (ADMF5010) |
A similar form currently exists for Student Connect (SSFF2300). This form is typically used when an applicant advises that they have lost or forgotten their password and for some reason are unable to use the email username/password reminder facility. This form only enables existing accounts to be modified – new accounts cannot be created here. By default, the Active User check box will be selected, indicating that the applicant is able to use the Applicant Portal. Deselecting the Active User check box prevents the applicant from logging in. It is important to note that this function currently only supports the system authentication type of CALLISTAID. This form is accessed from the menu. |
The Applicant block contains:
The Self Serve User block contains:
|
Rules/Notes: When the form is in Query mode, the Find Applicant button will be enabled. It is disabled in Insert Mode. Validations include:
The form encrypts a new password before it gets saved to the database |
Field Details
Label | Field Source | Field Type | Format | Comments |
Applicant ID: |
APA.APPLICANT_ID |
Text (with Find Applicant button) |
Number 9999999990 |
Not Updateable |
APA.SURNAME ||’, ‘|| APA.TITLE ||’ ‘|| NVL(APA.PREFERRED_GIVEN_NAME, APA.FIRST_NAME) |
Display Field |
Varchar2(100) |
Not Updateable. Populate in Post Query |
|
Gender: |
APA.SEX |
Poplist |
Varchar2(1) |
Not Updateable |
Date of Birth: |
APA.BIRTH_DT |
Text |
Date DD/MM/YYYY |
Not Updateable |
Email Address: |
APA.EMAIL_ADDRESS |
Text |
Varchar2(100) |
Not Updateable |
User Identifier: |
ASSU.USER_ID |
Text |
Varchar2(30) |
Updateable |
Password: |
Text (masked with asterisks) |
Varchar2(30) |
Updateable. This field is only used to enter in new passwords. It will be set to null after a new password has been saved or when a record is returned from query |
|
Active User: |
ASSU.ACTIVE_IND |
Check box |
Varchar2(1) |
Updateable |
Last Modified on: 15-Aug-2014 1:22 PM
History Information
Release Information | Project | Change to Document |
17.1 | 2055 - Gender Diversity | Changed 'Sex' field label to 'Gender'. |
9.1.0.0.0.0 | 1221 - eAdmissions - Applicant Portal 2 | New form |