ProductBundleNotes
Stores descriptive notes that are associated with product bundles. This table supports documentation, internal context, and quoting rationale for bundled offerings.
Columns
| Name | Type | ReadOnly | Description |
| Created_By | String | True |
The identifier (Id) of the user who created the record for the product bundle note. This field is used to track authorship and support audit history. |
| Date_Entered | Datetime | True |
The date and time when the product bundle note record was created. |
| Date_Modified | Datetime | True |
The date and time when the product bundle note record was last modified. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when the record is flagged as deleted. It returns a value of 'false' when the record remains active. This field supports soft-delete behavior. |
| Description | String | True |
The text content of the product bundle note. This field is used to store descriptive or explanatory information that relates to items in a product bundle. |
| Id [KEY] | String | True |
The unique Id for the record of the product bundle note. |
| Modified_User_Id | String | True |
The Id of the user who last modified the product bundle note record. |
| Position | Int | True |
The numeric ordering value that determines the note's display position within the product bundle. This field is used to maintain the sequence of multiple notes. |