[[["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-02-13 UTC."],[[["`CustomFieldValue` represents the value of a `CustomField` that doesn't have a drop-down data type."],["It inherits from `BaseCustomFieldValue` and includes a `customFieldId` to link it to the relevant `CustomField`."],["The `value` field stores the actual custom field value, with its type determined by the associated `CustomField`'s `dataType`."],["Different `Value` types like `TextValue`, `NumberValue`, and `BooleanValue` are used based on the `dataType` of the `CustomField`."],["This structure is used within services like `ProposalService`, `CreativeService`, and others to manage custom field values."]]],["The document details the `CustomFieldValue` in the context of several services, including `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. It describes a `CustomFieldValue` as a value for a `CustomField`, specifying its `customFieldId` and its value, which can vary in type. The type of `value` depends on the `CustomField.dataType` and examples includes `TextValue` for `STRING`, `NumberValue` for `NUMBER`, and `BooleanValue` for `TOGGLE`.\n"]]