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 represents the value of a custom field that doesn't use a drop-down data type.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eBaseCustomFieldValue\u003c/code\u003e which provides the \u003ccode\u003ecustomFieldId\u003c/code\u003e to link it to a specific custom field.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e field stores the actual custom field value, with its type varying depending on the custom field's data type (e.g., text, number, boolean).\u003c/p\u003e\n"],["\u003cp\u003eDifferent \u003ccode\u003eValue\u003c/code\u003e types like \u003ccode\u003eTextValue\u003c/code\u003e, \u003ccode\u003eNumberValue\u003c/code\u003e, and \u003ccode\u003eBooleanValue\u003c/code\u003e are used to store specific data types for the custom field.\u003c/p\u003e\n"],["\u003cp\u003eThe table illustrates the relationship between the \u003ccode\u003eCustomFieldDataType\u003c/code\u003e and the corresponding \u003ccode\u003eValue\u003c/code\u003e type used to store the custom field value.\u003c/p\u003e\n"]]],["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"],null,[]]