type CustomFieldValue (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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,[]]