[[["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-05-15 UTC."],[[["`CustomFieldValueError.Reason` identifies the cause of errors related to custom fields in services like ProposalLineItemService."],["These errors can occur due to referencing nonexistent or inactive custom fields, invalid options, or incorrect entity types."],["The provided table lists the different error reasons, including `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, `INVALID_ENTITY_TYPE`, and `UNKNOWN`."],["Each reason is accompanied by a description explaining the specific scenario that triggers the error."]]],["The content outlines `CustomFieldValueError.Reason` within various services like `CompanyService`, `CreativeService`, and `ProposalLineItemService`. This error occurs when managing custom fields. Specific reasons include `CUSTOM_FIELD_NOT_FOUND` (referencing a non-existent field), `CUSTOM_FIELD_INACTIVE` (using an inactive field), `CUSTOM_FIELD_OPTION_NOT_FOUND` (referencing a non-existent field option), `INVALID_ENTITY_TYPE` (wrong entity type association), and `UNKNOWN` (value not exposed). These errors typically arise during the modification or creation of `CustomFieldValue`.\n"]]