Overview
Once you’ve registered and logged in, you need to create an evaluation for the current year. This guide explains how evaluations work and how to start or resume one.The system automatically checks if you already have an evaluation for the current year. You can only have ONE active evaluation per year.
Understanding Evaluations
Evaluation Types
vLife DGO supports two types of evaluations:Permanencia
For existing employees undergoing periodic review
- Type ID:
1 - Requires 6 data sections + 5 mandatory documents
- Includes current position information
Nuevo Ingreso
For new hires joining the organization
- Type ID:
2 - Requires 6 data sections + 6 mandatory documents
- Focuses on previous employment history
Your evaluation type was selected during registration. This determines which forms and documents you’ll need to complete.
Evaluation ID Encryption
For security purposes, all evaluation IDs are encrypted:- The system generates a unique
evalIDwhen you create an evaluation - This ID is encrypted using ncrypt-js with the key
"key_cecc" - The encrypted version (
evalEncrypt) is used in all URLs - This prevents users from accessing other people’s evaluations
Creating Your Evaluation
Access Your Profile
After logging in, you’ll be at
/auth/profile.The system automatically checks for an active evaluation for the current year by running:Start New or Resume Existing
The system will automatically:If NO evaluation exists:
- Show an option to create a new evaluation
- Create a new record in
tbl_dgo_evaluaciones - Generate and encrypt your evaluation ID
- Display success message: “Evaluación creada con exito”
- Redirect you to
/evaluacionvLife/evaluacionView/[encrypted_id]
- Automatically load your existing evaluation
- Display success message: “Retomado evaluación…”
- Redirect you to your evaluation page with the encrypted ID
Evaluation Dashboard
Your evaluation dashboard displays:Progress Tracking
The system calculates your completion percentage:TotalCaptura is the count of completed sections:
- Personal Data (Datos Personales)
- Family Data (Datos Familiares)
- Academic Data (Datos Académicos)
- Career Trajectory (Trayectoria Laboral)
- Economic Data (Datos Económicos)
- References (Referencias)
Six Main Sections
1. Personal Data
Basic personal information, contact details, and address
2. Family Data
Information about family members and dependents
3. Academic Data
Educational background and training certifications
4. Career Trajectory
Employment history and work experience
5. Economic Data
Financial information, assets, and liabilities
6. References
Professional and personal references
Document Requirements
Based on your evaluation type, you’ll need to upload: Permanencia (5 required documents):- Birth Certificate (Acta de Nacimiento)
- Official ID (INE)
- Proof of Address (Comprobante de Domicilio)
- Proof of Studies (Comprobante de Estudios)
- Proof of Income (Comprobante de Ingresos)
- Birth Certificate
- Official ID (INE)
- Proof of Address
- Proof of Studies
- Military Service Card (Cartilla Militar)
- Proof of Income (or motive description)
Resuming Your Evaluation
You can safely close the browser and return later:- Log in to your account
- The system automatically loads your current year’s evaluation
- All previously saved data will be intact
- Continue from where you left off
Evaluation Status Checks
The system continuously validates:For Permanencia:
For Nuevo Ingreso:
Only when ALL sections are complete AND all required documents are uploaded will you be able to finalize and submit your evaluation.
Managing Your Evaluation
From the evaluation dashboard, you can:Edit Sections
- Click on any section to view/edit the data
- Make changes and save
- Return to the dashboard
Delete Section Data
- Each section has a delete option
- Removes all data for that section
- Allows you to re-enter the information
- Cannot be undone
Upload Documents
- Click on any required or optional document
- Upload files meeting the format requirements
- View uploaded documents
- Delete and re-upload if needed
Viewing Evaluation History
Your profile shows evaluations from previous years:Common Issues
Can’t Create Second Evaluation for Same Year
Problem: System says you already have an evaluation. Solution: You can only have one evaluation per year. Resume your existing evaluation instead.Evaluation Progress Stuck at 0%
Problem: Progress shows 0% even after completing sections. Solution: Make sure you’re clicking the save/submit button in each section. Viewing a form doesn’t save it.Lost Evaluation ID
Problem: Don’t remember your evaluation URL. Solution: Simply log in to your profile - the system automatically loads your current evaluation.Next Steps
Once your evaluation is created, you should complete each section in order:Start with Personal Data
Begin by entering your personal information, contact details, and address.Go to Personal Data Guide →
Upload Required Documents
Upload all mandatory documents for your evaluation type.See Document Requirements →
Finalize and Submit
Once 100% complete, finalize your evaluation for review.Learn How to Finalize →
Technical Details
For reference, here’s how evaluations are created:evalID- Unique evaluation ID (auto-increment)empID- Your employee IDevalAnio- Current yeartipoEvalID- Evaluation type (1 or 2)evalEncrypt- Encrypted ID for URLsevalActivo- Active status (1 = active)evalCreado- Creation timestamp