[[["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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eCustomFieldValue\u003c/code\u003e objects represent the values of custom fields that don't use a drop-down data type.\u003c/p\u003e\n"],["\u003cp\u003eThese objects store the ID of the associated custom field (\u003ccode\u003ecustomFieldId\u003c/code\u003e) and the actual value (\u003ccode\u003evalue\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e field's type depends on the custom field's data type, such as text, number, or boolean.\u003c/p\u003e\n"],["\u003cp\u003eThey inherit from \u003ccode\u003eBaseCustomFieldValue\u003c/code\u003e and are used in services like \u003ccode\u003eProposalService\u003c/code\u003e, \u003ccode\u003eLineItemService\u003c/code\u003e, and others.\u003c/p\u003e\n"],["\u003cp\u003eSeveral services utilize \u003ccode\u003eCustomFieldValue\u003c/code\u003e to manage custom field data for their respective entities.\u003c/p\u003e\n"]]],["The document details the `CustomFieldValue` within the `ProposalService`, part of a larger service group including `CreativeService`, `ForecastService`, and others. `CustomFieldValue` represents a value for a `CustomField`, excluding fields with a `DROP_DOWN` data type. It inherits from `BaseCustomFieldValue`, which requires a `customFieldId`. The `value` of a `CustomFieldValue` can be one of several types, including `TextValue`, `NumberValue`, or `BooleanValue`, depending on the associated `CustomField`'s data type.\n"],null,[]]