> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ProductVersion table

> Version information for code modules. Owner + code module must be unique

## ProductVersion Table (240)

Version information for code modules. Owner + code module must be unique

## Fields

| Name                      | Description                                                                                                                                                | Type                            | Nullable |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | :------: |
| ProductVersion\_id        | Primary key                                                                                                                                                | PK                              |    No    |
| ownerName                 | Owner of code module                                                                                                                                       | String(254)                     |    No    |
| codeName                  | The name of the code module, which is not the same as a license module                                                                                     | String(254)                     |    No    |
| version                   | The version string, formatted as the code module would like to. Keybase will have to understand these strings if they are relevant to the licenses issued. | String(254)                     |    No    |
| comment                   | Possible comment string added by code                                                                                                                      | String(254)                     |    No    |
| updatePath                | Path MSI or other files, that contain the installation for this version; used for auto-update                                                              | String(1023)                    |    Yes   |
| registered                | Registered when                                                                                                                                            | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                                                                                                                                         | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                                                                                                                                          | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                                                                                                                                       | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record                                                                                                                      | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/ProductVersion.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=eec24d59cd6fec0b20173391d40bae4d" alt="ProductVersion table relationship diagram" width="443" height="59" data-path="media/loc/en/database/tables/ProductVersion.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [Product table](/en/database/tables/product.md)
- [Working with custom objects and fields in API](/en/custom-objects/reference/index.md)
- [QuoteAlternative table](/en/database/tables/quotealternative.md)
- [Product](/en/api/archive-providers/reference/product.md)
- [Upgrade CRM Server to version 8](/en/onsite/upgrade/75-to-8/crm-server.md)
- [ProductCategory table](/en/database/tables/productcategory.md)
