[[["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-08-20 UTC."],[[["CustomField is an additional, user-created field on an entity and contains fields such as `id`, `name`, `description`, `isActive`, `entityType`, `dataType`, and `visibility`."],["`CustomField` objects can be created and updated using the `createCustomFields()` and `updateCustomFields()` methods of the `CustomFieldService`."],["The `CustomField` entity can be associated with other entities like `LineItem`, `Order`, `Creative`, `Proposal`, and `ProposalLineItem` using the `entityType` field."],["`CustomField` supports various data types including `STRING`, `NUMBER`, `TOGGLE`, and `DROP_DOWN` using the `dataType` field."],["`CustomField` visibility can be controlled using the `visibility` field, allowing it to be `API_ONLY`, `READ_ONLY`, or `FULL`."]]],["The `CustomFieldService` allows for the creation and updating of custom fields (`CustomFieldPage`). A `CustomField` is a user-defined field on an entity, with properties like `id`, `name`, `description`, and `isActive`. The `entityType` defines the associated entity (e.g., `LINE_ITEM`, `ORDER`), `dataType` specifies the type of data stored (e.g., `STRING`, `NUMBER`), and `visibility` determines its accessibility (e.g., `API_ONLY`, `FULL`). `DropDownCustomField` is a specific type of custom field.\n"]]