[[["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-02-13 UTC."],[[["CustomFieldPage objects represent a page of CustomField objects, including DropDownCustomFields, retrieved from the CustomFieldService."],["The CustomFieldPage provides information about the total result set size, the starting index of the page within the result set, and the collection of custom fields on the page."],["CustomFieldPage is used in the context of the getCustomFieldsByStatement() method, indicating its role in retrieving custom field data."]]],["The `CustomFieldService` uses `getCustomFieldsByStatement()` to retrieve `CustomField` objects. It returns a `CustomFieldPage`, which contains a set of custom fields. The page includes `totalResultSetSize` to denote the total result size, `startIndex` to specify the starting index of the page, and `results` that contains an array of `CustomField` or `DropDownCustomField` objects, representing the custom fields within the current page. The relevant namespace for this service is provided.\n"]]