issueproductversion
Tracks the relationship between reported issues and specific versions of a product, helping with version-based issue resolution.
Columns
| Name | Type | References | Description |
| allowbrokenin | Boolean | Indicates whether the product version allows broken functionality to be introduced, typically used for testing and debugging purposes. | |
| allowfixedin | Boolean | Specifies whether the product version permits fixes to be applied, ensuring that bug fixes can be incorporated into the release. | |
| allowtarget | Boolean | Defines whether this product version is a valid target for issue resolution. If 'true', issues can be marked as resolved in this version. | |
| expectedreleasedate | Date | The projected release date of this product version, which is subject to change based on development progress and testing outcomes. | |
| externalid | String | A unique identifier for the product version used by external systems, ensuring consistency between NetSuite and other integrated platforms. | |
| externalreleasetarget | String | Specifies the intended release target for this product version in external systems, which helps in aligning release schedules. | |
| id | Integer | A unique identifier for the product version related to the issue. It serves as the primary key used to track specific versions associated with that issue. | |
| internalid | Integer | An internal identifier used within NetSuite to distinguish this product version from others, typically used for internal references and system operations. | |
| isefix | Boolean | Indicates whether this version contains emergency fixes. If enabled, this version is categorized as a hotfix or emergency patch release. | |
| isinactive | Boolean | Determines whether this product version is currently inactive. If set to 'true', the version is not available for use in issue tracking or resolution. | |
| issueproduct | String | Represents the product associated with this version, categorizing issues and tracking versions for different products within NetSuite. | |
| issueversiondescription | String | A detailed description of the product version, including notable changes, improvements, and fixed issues, used for documentation and reference purposes. | |
| portletdescription | String | A brief summary of the product version displayed in NetSuite portlets, providing an at-a-glance view of key details for users. | |
| productversion | String | The specific version number or identifier assigned to this product version, which follows the standard versioning format used by the organization. | |
| showinportlet | Boolean | Indicates whether this product version should be visible in NetSuite portlets. If 'true', users can see relevant version details in their dashboards. |