[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[[["`CustomFieldValue` represents the value of a custom field that doesn't use a drop-down data type."],["It inherits from `BaseCustomFieldValue` which provides the `customFieldId` to link it to a specific custom field."],["The `value` field stores the actual custom field value, with its type varying depending on the custom field's data type (e.g., text, number, boolean)."],["Different `Value` types like `TextValue`, `NumberValue`, and `BooleanValue` are used to store specific data types for the custom field."],["The table illustrates the relationship between the `CustomFieldDataType` and the corresponding `Value` type used to store the custom field value."]]],["This content defines the `CustomFieldValue` and `BaseCustomFieldValue` within the `ProposalLineItemService`. `BaseCustomFieldValue` requires a `customFieldId`. `CustomFieldValue` represents the value of a custom field that is not a dropdown type, with the `value` field specifying the custom data. The `value` can have various data types, like `TextValue`, `NumberValue`, `BooleanValue`, `DateValue`, `DateTimeValue`, `SetValue` and `ObjectValue`. The appropriate type depends on the `CustomField.dataType`. These values help define the data needed for the custom field.\n"]]