[[["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 custom field that doesn't use a drop-down data type."],["It inherits from `BaseCustomFieldValue`, which includes a `customFieldId` to link it to the relevant custom field."],["The `value` field stores the actual custom field data and can be of various types like text, number, boolean, etc., depending on the custom field's data type."],["The specific `Value` type used for the `value` field is determined by the `CustomField.dataType` property of the associated custom field."]]],["The core content defines `CustomFieldValue`, associated with `CustomField` without `DROP_DOWN` data type. Key actions involve managing custom field values, specifying the `customFieldId`, and determining the `value`. Value can be `ObjectValue`, `BooleanValue`, `DateTimeValue`, `DateValue`, `NumberValue`, `SetValue`, or `TextValue`. The `CustomField.dataType` determines the appropriate `Value` type, such as `TextValue` for `STRING`, `NumberValue` for `NUMBER`, and `BooleanValue` for `TOGGLE`. `BaseCustomFieldValue` is inherited. Services that use the `CustomField` are: `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, `ProposalService`.\n"]]