Fix to the wrong exam date issue

This is when a user enters the wrong exam date and want to change it.

We will use this example

In FTAE – CDE – External Auditing, under FTU X995 Transport Canada, could you please change the ‘Exam Date’ for candidate 849245? The wrong date appears for the ‘Exam Date’ for candidate 849245 (Seyed-Ali Shourideh-Ziabari). The correct ‘Exam Date’ should be 2021-05-31. The examination date itself has already been updated in the candidate’s FTAE file.

  1. Verify the data

  2. Login to FTAE

  3. Click the CDE icon, external auditing

  4. Scroll to FTU X995

  5. Find the record that you want to fix

  6. Change the EXAM_DATE Date in the following record for the affected row based on the other particulars in the detail record on the screen

     

    SELECT *

    FROM FTAE_DBA.CDE_EXAM_RESULTS_IMPORT_LOG
    WHERE CANDIDATE_5802 IN (‘849245’) ;

  7. Right click on that record and display the examination results to verify the data fix.