List
The Code Version List section displays all the code versions created by the user in a structured tabular format. This view allows users to quickly see details of each code version and perform actions like edit, or delete.
SQL Query
-- Query for getting Code Versions
Table Columns
-
ID
A unique identifier for each code version. -
Code Version Title
The name given to the code version by the user. -
Websites
The website(s) where this code version will be deployed. -
Zip Code Files
The uploaded zip file containing the code to be deployed. -
Htaccess
Indicates if an.htaccessfile is included or configured for this deployment. -
Status
Shows whether the code version is active or inactive. -
Action
Options provided to the user for managing the code version:- Edit → Make changes to the code version or settings.
- Delete → Permanently remove the code version from the system.
Sorting
You can sort the list of code versions by clicking on the column headers in the table. Sorting helps in organizing and quickly finding code version records based on different attributes.
Available Sorting Fields
| Field | Description |
|---|---|
| Title | Sorts code versions alphabetically by their title. |
| File Location | Sorts code versions alphabetically by their website. |
| Website | Sorts code versions alphabetically by their website. |
| Htaccess | Sorts code versions alphabetically by their htaccess. |
| Status | Sorts code versions alphabetically by their status (e.g., Active, Inactive). |
Sorting can be applied in both ascending (A–Z) and descending (Z–A) order.
Row Count (Rows per Page)
The Row Count option lets you control how many records are displayed per page in the code versions table.
How It Works
Unlike standard systems where you can only select from fixed options (like 10, 25, 50, 100),
in this CRM the user can manually enter any number for rows per page.
For example:
- If you enter 15, then 15 code versions records will be shown on the current page.
- If you enter 75, then 75 code versions records will be shown on the current page.
- You can enter any number based on your preference.
This gives you full flexibility to decide how many records you want to view at once.
Example
If you choose:
- Sorting by Title (A–Z) → code versions will be listed alphabetically from
AtoZ. - Row Count: 30 → Exactly 30 code versions will be displayed on the current page.
This ensures better readability and allows you to customize the view according to your needs.