| cc3: Creating Advisor
Option to Enable Web Registration
|
|
|
The menu option "Enable WEB Registration"
runs the template TPL_DIR:[GUI.SIS]UPDATE_DEMOGRAPHIC.TPL. When advisor
chooses this option, they are taken straight to the page to update the
info instead of the "view demographic" template. The form SIS3_SCRIPTS:FAS_VERIFY_STDDATA.FRM now displays the student's current status and then give two options, "Yes" and "No" Logicals are set as follows: (LNM$SYSTEM_TABLE) "CC$FAS3_LOGICALS" = "SET" "CC$FAS3_LOGICALS" = "SET" "CC$FAS_AID_REVIEW_ENABLED" = "FALSE" "CC$FAS_ALLOW_DEMOGRAPHIC_UPDATE" = "TRUE" "CC$FAS_COURSE_AVAIL_ENABLED" = "TRUE" "CC$FAS_DEGREE_AUDIT_ENABLED" = "TRUE" "CC$FAS_DISALLOW_WITHDRAWAL" = "TRUE" "CC$FAS_GRADE_ENTRY_ENABLED" = "FALSE" "CC$FAS_GRADE_REPORT_ENABLED" = "TRUE" "CC$FAS_LOGICALS" = "SET" "CC$FAS_MAX_CREDLOAD_1S" = "9" "CC$FAS_MAX_CREDLOAD_2S" = "17" "CC$FAS_MAX_CREDLOAD_3S" = "17" "CC$FAS_MAX_CREDLOAD_4S" = "9" "CC$FAS_REGISTRATION_ENABLED" = "FALSE" "CC$FAS_ROSTER_ENABLED" = "TRUE" "CC$FAS_SCHEDULE_ENABLED" = "TRUE" "CC$FAS_TIMEOUT" = "20" "CC$FAS_USE_OKFLAG" = "TRUE" "CC$FAS_VIEW_DEMOGRAPHIC_ENABLED" = "TRUE" "CC$FAS_VIEW_TRANSCRIPT_ENABLED" = "TRUE" The fas_config file has: $ DEFINE/SYSTEM CC$FAS_REGISTRATION_ENABLED FALSE $ !DEFINE/SYSTEM CC$FAS_REGISTRATION_ENABLED TRUE ... $ ! $ DEFINE/SYSTEM CC$FAS_USE_OKFLAG TRUE $ !This logical superceded by registration_enabled logical. $ ! ... $ ! Demographic Update $ ! $ DEFINE/SYSTEM CC$FAS_ALLOW_DEMOGRAPHIC_UPDATE TRUE Steps to add the new "webok" button in CCv3:
------------------- |