Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
BaseCustomFieldValue represents the value of a CustomField for a specific entity.
It is used by several services including CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService.
BaseCustomFieldValue has dependencies on the Order object.
BaseCustomFieldValue is the base class for CustomFieldValue and DropDownCustomFieldValue.
The only field defined in BaseCustomFieldValue is customFieldId, which is a required long value representing the ID of the associated CustomField.
[[["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."],[],["The document outlines the structure of `BaseCustomFieldValue` within a service hierarchy. Key services mentioned include CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService. `BaseCustomFieldValue` acts as a base class, inherited by `CustomFieldValue` and `DropDownCustomFieldValue`. A crucial element is `customFieldId`, a required long integer representing the ID of the associated `CustomField`. The namespace for these elements is provided.\n"]]