[[["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-11-19 UTC."],[[["BaseCustomFieldValue represents the value of a CustomField associated with a specific entity."],["It is used by services like CreativeService, ForecastService, LineItemService, OrderService, ProposalLineItemService, and ProposalService."],["BaseCustomFieldValue has a key property, customFieldId, which identifies the associated CustomField."],["This class is the foundation for other custom field value types, like CustomFieldValue and DropDownCustomFieldValue."]]],["The document outlines the structure of a service with core components including `CreativeService`, `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. `LineItemSummary` acts as a dependency. The `BaseCustomFieldValue` is inherited by `CustomFieldValue` and `DropDownCustomFieldValue`, which represents the value of a `CustomField` for a specific entity. The `customFieldId`, a long integer, is a required field that identifies the associated `CustomField`. The namespace for these services is defined.\n"]]