openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort Data API description: 'Salesforce Bulk API 2.0 is a simplified, REST-based interface for bulk data operations that improves on the original Bulk API. It uses a straightforward job model and supports CSV format for ingest and query jobs, enabling processing of millions of records asynchronously. ' version: v63.0 contact: name: Salesforce Developers url: https://developer.salesforce.com/ license: name: Salesforce Developer Terms url: https://www.salesforce.com/company/legal/agreements/ servers: - url: https://{instance}.salesforce.com/services/data/v{version}/jobs description: Salesforce Bulk API 2.0 jobs endpoint variables: instance: default: yourInstance description: 'The Salesforce instance identifier (e.g., na1, eu3, or a My Domain subdomain like mycompany). ' version: default: '63.0' description: 'The Salesforce API version number (e.g., 63.0). Use the latest supported version for new integrations. ' security: - BearerAuth: [] tags: - name: Data paths: /async/64.0/job//batch/{_batchId}/result/{batchResultId}: parameters: [] get: tags: - Data summary: Salesforce Bulk Retrieve Batch Result Data operationId: BulkRetrieveBatchResultData parameters: - name: batchResultId in: path description: '' required: true schema: type: string examples: - 'null' example: '500123' - name: X-SFDC-Session in: header description: '' required: true schema: type: string example: example_value - name: Accept-Encoding in: header description: '' required: true schema: type: string examples: - gzip example: example_value - name: Content-Encoding in: header description: '' required: true schema: type: string examples: - gzip example: example_value - name: _batchId in: path description: '' required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 16 Nov 2023 16:36:36 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: text/csv; charset=UTF-8: schema: type: string examples: - '"Id","Name" "001...","GenePoint" "001...","United Oil & Gas, UK" "001...","United Oil & Gas, Singapore" "001...","Edge Communications" "001...","Burlington Textiles Corp of America" "001...","Pyramid Construction Inc." "001...","Dickenson plc" "001...","Grand Hotels & Resorts Ltd" "001...","Express Logistics and Transport" "001...","University of Arizona" "001...","United Oil & Gas Corp." "001...","sForce" "001...","Exemple de comptes pour les autorisations" "001...","Tom Jones" ' contentMediaType: text/csv; charset=UTF-8 example: '"Id","Name" "001...","GenePoint" "001...","United Oil & Gas, UK" "001...","United Oil & Gas, Singapore" "001...","Edge Communications" "001...","Burlington Textiles Corp of America" "001...","Pyramid Construction Inc." "001...","Dickenson plc" "001...","Grand Hotels & Resorts Ltd" "001...","Express Logistics and Transport" "001...","University of Arizona" "001...","United Oil & Gas Corp." "001...","sForce" "001...","Exemple de comptes pour les autorisations" "001...","Tom Jones" ' deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/jobs/ingest//batches: parameters: [] put: tags: - Data summary: Salesforce Upload Job Data operationId: UploadJobData parameters: - name: Content-Type in: header description: '' required: true schema: const: text/csv type: string examples: - text/csv example: example_value requestBody: content: multipart/form-data: encoding: {} schema: required: - File type: object properties: File: type: string contentEncoding: base64 contentMediaType: multipart/form-data examples: UploadjobdataRequestExample: summary: Default UploadJobData request x-microcks-default: true value: File: example_value required: false responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 14:59:59 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block Content-Security-Policy: content: text/plain: schema: type: string contentMediaType: text/plain example: upgrade-insecure-requests X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=2/15000 Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/actions/custom/runExpressionSet/{expressionSetAPIName}: parameters: [] post: tags: - Data summary: Salesforce Runexpressionset description: "# Expression Set Actions\n\nInvoke an active expression set. An expression set is a user-defined rule that accepts an input and returns the output based on the configured function.\n\nThe configured function of an expression set can be a simple decision matrix lookup, a calculation based on a mathematical formula, a condition, or another expression set.\n\nThese actions are available in API version 55.0 and later.\n\n## Supported REST HTTP Methods\n\nURI/services/data/v55.0/actions/custom/runExpressionSet/{ApiName}\n\n> `Note` \n \n> `The API name of an expression set is unique within your Salesforce instance.` \n \n\nFormats\n\nJSON\n\nHTTP Methods\n\nPOST\n\nAuthentication\n\nAuthorization: Bearer token\n\n## Inputs\n\nVary depending on the selected expression set.\n\n## Outputs\n\nVary depending on the inputs of the selected expression set.\n\n## Usage\n\nThis section has the sample request and response for invoking an expression set that does the following:\n\n1. Find the tax percentage and the premium corresponding to specific age and salary using a decision matrix lookup.\n \n2. Check the age criterion to calculate the total tax.\n \n3. Calculate the total tax to be paid based on the age group, salary, and the tax percentage.\n \n\nSample request\n\nHere’s an example POST request that has the inputs, such as, age and salary:\n\n```\n{\n \"inputs\":[\n {\n \"Age\":\"25.00\",\n \"Salary\":\"50000.00\"\n }\n ]\n}\n\n ```\n\nSample response\n\nHere’s an example response that has the premium and tax values based on the inputs provided in the example request:\n\n```\n[\n {\n \"actionName\":\"TaxPremiumES\",\n \"errors\":null,\n \"isSuccess\":true,\n \"outputValues\":{\n \"TaxPremium__Premium\":1000,\n \"TaxPremium__Tax\":10,\n \"TaxToBePaid\":1050,\n \"condition_output__2\":\"false\",\n \"condition_output__1\":\"true\"\n }\n }\n]\n\n ```" operationId: runExpressionSet parameters: - name: expressionSetAPIName in: path description: The API name of an expression set is unique within your Salesforce instance. required: true schema: type: string examples: - myExpressionSet example: example_value requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/runExpressionSetRequest' - examples: - inputs: - {} contentMediaType: application/json example: inputs: - {} required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 07 Sep 2023 09:08:00 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=5/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/Status200-Successfull' description: '' examples: - - actionName: myExpressionSet errors: null isSuccess: true outputValues: output: 1 version: 1 contentMediaType: application/json;charset=UTF-8 example: - actionName: myExpressionSet errors: null isSuccess: true outputValues: output: 1 version: 1 '400': description: Bad Request headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 07 Sep 2023 09:04:01 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=1/15000 Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/Status400-EmptyExpressionSetAPIName1' description: '' examples: - - actionName: :expressionSetAPIName errors: - statusCode: MISSING_RECORD message: 'Action name not found: :expressionSetAPIName' fields: [] isSuccess: false outputValues: null version: 1 contentMediaType: application/json;charset=UTF-8 example: - actionName: :expressionSetAPIName errors: - statusCode: MISSING_RECORD message: 'Action name not found: :expressionSetAPIName' fields: [] isSuccess: false outputValues: null version: 1 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/actions/custom/runDecisionMatrix/{UniqueName}: parameters: [] post: tags: - Data summary: Salesforce Rundecisionmatrix description: "# Decision Matrix Actions\n\nInvoke a decision matrix in a flow with the Decision Matrix Actions. A decision matrix is a user-defined table where you can look up an output based on the inputs you provide.\n\nFor example, you can look up a candidate’s eligibility to avail medical insurance in a decision matrix based on the candidate’s age and gender.\n\nThese actions are available in API version 55.0 and later.\n\n## Supported REST HTTP Methods\n\nURI/services/data/v55.0/actions/custom/runDecisionMatrix/{UniqueName}\n\nNote\n\nThe value of UniqueName is the unique identifier of the record, which is sourced from the name of a decision matrix.\n\nFormatsJSONHTTP MethodsPOSTAuthenticationAuthorization: Bearer token\n\n## Inputs\n\nVary depending on the selected decision matrix.\n\n## Outputs\n\nVary depending on the inputs of the selected decision matrix.\n\n## Usage\n\nSample Request\n\nHere’s an example POST request that has the inputs, such as, age and state:\n\n```\n{\n \"inputs\":[\n {\n \"age\":\"25\",\n \"state\":\"NY\"\n },\n {\n \"age\":\"25\",\n \"state\":\"CA\"\n },\n {\n \"age\":\"\",\n \"state\":\"WA\"\n }\n ]\n}\n\n ```\n\nSample Response\n\nHere’s an example response that has the premium and tax values based on the inputs provided in the example request.\n\n```\n[\n {\n \"actionName\":\"premiumTaxLookup\",\n \"errors\":null,\n \"isSuccess\":true,\n \"outputValues\":{\n \"premium\":2400.0,\n \"tax\":200.0\n }\n },\n {\n \"actionName\":\"premiumTaxLookup\",\n \"errors\":null,\n \"isSuccess\":true,\n \"outputValues\":{\n \"premium\":2400.0,\n \"tax\":200.0\n }\n },\n {\n \"actionName\":\"premiumTaxLookup\",\n \"errors\":[\n {\n \"statusCode\":\"REQUIRED_FIELD_MISSING\",\n \"message\":\"Missing required input parameter: age\",\n \"fields\":[\n ]\n }\n ],\n \"isSuccess\":false,\n \"outputValues\":null\n }\n]\n\n ```" operationId: runDecisionMatrix parameters: - name: UniqueName in: path description: The value of UniqueName is the unique identifier of the record, which is sourced from the name of a decision matrix. required: true schema: type: string examples: - myDecisionMatrix example: example_value requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/runDecisionMatrixRequest' - examples: - inputs: - myColumnInput: One contentMediaType: application/json example: inputs: - myColumnInput: One required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 07 Sep 2023 13:00:30 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=15/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/runDecisionMatrix' description: '' examples: - - actionName: myDecisionMatrix errors: null isSuccess: true outputValues: myColumnOutput: '1' version: 1 contentMediaType: application/json;charset=UTF-8 example: - actionName: myDecisionMatrix errors: null isSuccess: true outputValues: myColumnOutput: '1' version: 1 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/describe/approvalLayouts/{APPROVAL_PROCESS_NAME}: parameters: [] get: tags: - Data summary: Salesforce Sobject Approvallayouts description: 'Returns a list of approval layouts for a specified object. Specify a particular approval process name to limit the return value to one specific approval layout. This resource is available in REST API version 30.0 and later. approvalProcessName parameter is optional' operationId: SObjectApprovalLayouts parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: APPROVAL_PROCESS_NAME in: path description: '' required: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/describe/describe/compactLayouts: parameters: [] get: tags: - Data summary: Salesforce Sobject Compactlayouts description: Returns a list of compact layouts for a specific object. This resource is available in REST API version 29.0 and later. operationId: SObjectCompactLayouts parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/PlatformAction: parameters: [] get: tags: - Data summary: Salesforce Sobject Platformaction description: 'PlatformAction is a virtual read-only object. It enables you to query for actions displayed in the UI, given a user, a context, device format, and a record ID. Examples include standard and custom buttons, quick actions, and productivity actions. Returns the description of the PlatformAction.' operationId: SObjectPlatformAction parameters: - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/support/dataCategoryGroups: parameters: [] get: tags: - Data summary: Salesforce Data Category Groups description: Returns the list of list views for the specified sObject, including the ID and other basic information about each list view. You can also get basic information for a specific list view by ID. operationId: DataCategoryGroups parameters: - name: sObjectName in: query description: '' required: true style: form explode: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/support/dataCategoryGroups/{GROUP}/dataCategories/{CATEGORY}: parameters: [] get: tags: - Data summary: Salesforce Data Category Detail description: Get data category details and the child categories by a given category. operationId: DataCategoryDetail parameters: - name: GROUP in: path description: '' required: true schema: type: string example: example_value - name: CATEGORY in: path description: '' required: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/support/knowledgeArticles/{ARTICLE_ID}: parameters: [] get: tags: - Data summary: Salesforce Articles Details description: Get all online article fields, accessible to the user. operationId: ArticlesDetails parameters: - name: ARTICLE_ID in: path description: '' required: true schema: type: string example: '500123' - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/limits: parameters: [] get: tags: - Data summary: Salesforce Limits description: Lists information about limits in your org. For each limit, this resource returns the maximum allocation and the remaining allocation based on usage. This resource is available in REST API version 29.0 and later for API users with the View Setup and Configuration permission operationId: Limits parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 26 Sep 2023 13:19:11 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=1/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/Limits' - examples: - ActiveScratchOrgs: Max: 3 Remaining: 3 AnalyticsExternalDataSizeMB: Max: 40960 Remaining: 40960 ConcurrentAsyncGetReportInstances: Max: 200 Remaining: 200 ConcurrentEinsteinDataInsightsStoryCreation: Max: 5 Remaining: 5 ConcurrentEinsteinDiscoveryStoryCreation: Max: 2 Remaining: 2 ConcurrentSyncReportRuns: Max: 20 Remaining: 20 DailyAnalyticsDataflowJobExecutions: Max: 60 Remaining: 60 DailyAnalyticsUploadedFilesSizeMB: Max: 51200 Remaining: 51200 DailyApiRequests: Max: 15000 Remaining: 14999 DailyAsyncApexExecutions: Max: 250000 Remaining: 250000 DailyAsyncApexTests: Max: 540 Remaining: 540 DailyBulkApiBatches: Max: 15000 Remaining: 15000 DailyBulkV2QueryFileStorageMB: Max: 976562 Remaining: 976562 DailyBulkV2QueryJobs: Max: 10000 Remaining: 10000 DailyDeliveredPlatformEvents: Max: 10000 Remaining: 10000 DailyDurableGenericStreamingApiEvents: Max: 10000 Remaining: 10000 DailyDurableStreamingApiEvents: Max: 10000 Remaining: 10000 DailyEinsteinDataInsightsStoryCreation: Max: 1000 Remaining: 1000 DailyEinsteinDiscoveryOptimizationJobRuns: Max: 25 Remaining: 25 DailyEinsteinDiscoveryPredictAPICalls: Max: 50000 Remaining: 50000 DailyEinsteinDiscoveryPredictionsByCDC: Max: 500000 Remaining: 500000 DailyEinsteinDiscoveryStoryCreation: Max: 100 Remaining: 100 DailyFunctionsApiCallLimit: Max: 50000 Remaining: 50000 DailyGenericStreamingApiEvents: Max: 10000 Remaining: 10000 DailyScratchOrgs: Max: 6 Remaining: 6 DailyStandardVolumePlatformEvents: Max: 10000 Remaining: 10000 DailyStreamingApiEvents: Max: 10000 Remaining: 10000 DailyWorkflowEmails: Max: 405 Remaining: 405 DataStorageMB: Max: 5 Remaining: 5 DurableStreamingApiConcurrentClients: Max: 20 Remaining: 20 FileStorageMB: Max: 20 Remaining: 20 HourlyAsyncReportRuns: Max: 1200 Remaining: 1200 HourlyDashboardRefreshes: Max: 200 Remaining: 200 HourlyDashboardResults: Max: 5000 Remaining: 5000 HourlyDashboardStatuses: Max: 999999999 Remaining: 999999999 HourlyLongTermIdMapping: Max: 100000 Remaining: 100000 HourlyManagedContentPublicRequests: Max: 50000 Remaining: 50000 HourlyODataCallout: Max: 1000 Remaining: 1000 HourlyPublishedPlatformEvents: Max: 50000 Remaining: 50000 HourlyPublishedStandardVolumePlatformEvents: Max: 1000 Remaining: 1000 HourlyShortTermIdMapping: Max: 100000 Remaining: 100000 HourlySyncReportRuns: Max: 500 Remaining: 500 HourlyTimeBasedWorkflow: Max: 50 Remaining: 50 MassEmail: Max: 10 Remaining: 10 MonthlyEinsteinDiscoveryStoryCreation: Max: 500 Remaining: 500 Package2VersionCreates: Max: 6 Remaining: 6 Package2VersionCreatesWithoutValidation: Max: 500 Remaining: 500 PermissionSets: Max: 1500 Remaining: 1498 CreateCustom: Max: 1000 Remaining: 998 PrivateConnectOutboundCalloutHourlyLimitMB: Max: 0 Remaining: 0 PublishCallbackUsageInApex: Max: 5242880 Remaining: 5242880 SingleEmail: Max: 15 Remaining: 15 StreamingApiConcurrentClients: Max: 20 Remaining: 20 contentMediaType: application/json;charset=UTF-8 example: ActiveScratchOrgs: Max: 3 Remaining: 3 AnalyticsExternalDataSizeMB: Max: 40960 Remaining: 40960 ConcurrentAsyncGetReportInstances: Max: 200 Remaining: 200 ConcurrentEinsteinDataInsightsStoryCreation: Max: 5 Remaining: 5 ConcurrentEinsteinDiscoveryStoryCreation: Max: 2 Remaining: 2 ConcurrentSyncReportRuns: Max: 20 Remaining: 20 DailyAnalyticsDataflowJobExecutions: Max: 60 Remaining: 60 DailyAnalyticsUploadedFilesSizeMB: Max: 51200 Remaining: 51200 DailyApiRequests: Max: 15000 Remaining: 14999 DailyAsyncApexExecutions: Max: 250000 Remaining: 250000 DailyAsyncApexTests: Max: 540 Remaining: 540 DailyBulkApiBatches: Max: 15000 Remaining: 15000 DailyBulkV2QueryFileStorageMB: Max: 976562 Remaining: 976562 DailyBulkV2QueryJobs: Max: 10000 Remaining: 10000 DailyDeliveredPlatformEvents: Max: 10000 Remaining: 10000 DailyDurableGenericStreamingApiEvents: Max: 10000 Remaining: 10000 DailyDurableStreamingApiEvents: Max: 10000 Remaining: 10000 DailyEinsteinDataInsightsStoryCreation: Max: 1000 Remaining: 1000 DailyEinsteinDiscoveryOptimizationJobRuns: Max: 25 Remaining: 25 DailyEinsteinDiscoveryPredictAPICalls: Max: 50000 Remaining: 50000 DailyEinsteinDiscoveryPredictionsByCDC: Max: 500000 Remaining: 500000 DailyEinsteinDiscoveryStoryCreation: Max: 100 Remaining: 100 DailyFunctionsApiCallLimit: Max: 50000 Remaining: 50000 DailyGenericStreamingApiEvents: Max: 10000 Remaining: 10000 DailyScratchOrgs: Max: 6 Remaining: 6 DailyStandardVolumePlatformEvents: Max: 10000 Remaining: 10000 DailyStreamingApiEvents: Max: 10000 Remaining: 10000 DailyWorkflowEmails: Max: 405 Remaining: 405 DataStorageMB: Max: 5 Remaining: 5 DurableStreamingApiConcurrentClients: Max: 20 Remaining: 20 FileStorageMB: Max: 20 Remaining: 20 HourlyAsyncReportRuns: Max: 1200 Remaining: 1200 HourlyDashboardRefreshes: Max: 200 Remaining: 200 HourlyDashboardResults: Max: 5000 Remaining: 5000 HourlyDashboardStatuses: Max: 999999999 Remaining: 999999999 HourlyLongTermIdMapping: Max: 100000 Remaining: 100000 HourlyManagedContentPublicRequests: Max: 50000 Remaining: 50000 HourlyODataCallout: Max: 1000 Remaining: 1000 HourlyPublishedPlatformEvents: Max: 50000 Remaining: 50000 HourlyPublishedStandardVolumePlatformEvents: Max: 1000 Remaining: 1000 HourlyShortTermIdMapping: Max: 100000 Remaining: 100000 HourlySyncReportRuns: Max: 500 Remaining: 500 HourlyTimeBasedWorkflow: Max: 50 Remaining: 50 MassEmail: Max: 10 Remaining: 10 MonthlyEinsteinDiscoveryStoryCreation: Max: 500 Remaining: 500 Package2VersionCreates: Max: 6 Remaining: 6 Package2VersionCreatesWithoutValidation: Max: 500 Remaining: 500 PermissionSets: Max: 1500 Remaining: 1498 CreateCustom: Max: 1000 Remaining: 998 PrivateConnectOutboundCalloutHourlyLimitMB: Max: 0 Remaining: 0 PublishCallbackUsageInApex: Max: 5242880 Remaining: 5242880 SingleEmail: Max: 15 Remaining: 15 StreamingApiConcurrentClients: Max: 20 Remaining: 20 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/appMenu: parameters: [] get: tags: - Data summary: Salesforce Appmenu description: Returns a list of items in either the Salesforce app drop-down menu or the Salesforce for Android, iOS, and mobile web navigation menu. operationId: AppMenu parameters: - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 26 Sep 2023 13:30:07 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=4/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/AppMenu' - examples: - AppSwitcher: /services/data/v58.0/appMenu/AppSwitcher Salesforce1: /services/data/v58.0/appMenu/Salesforce1 NetworkTabs: /services/data/v58.0/appMenu/NetworkTabs contentMediaType: application/json;charset=UTF-8 example: AppSwitcher: /services/data/v58.0/appMenu/AppSwitcher Salesforce1: /services/data/v58.0/appMenu/Salesforce1 NetworkTabs: /services/data/v58.0/appMenu/NetworkTabs deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/queryAll: parameters: [] get: tags: - Data summary: Salesforce Queryall description: 'Executes the specified SOQL query. Unlike the Query resource, QueryAll will return records that have been deleted because of a merge or delete. QueryAll will also return information about archived Task and Event records. QueryAll is available in API version 29.0 and later. If the query results are too large, the response contains the first batch of results and a query identifier in the nextRecordsUrl field of the response. The identifier can be used in an additional request to retrieve the next batch. Note that even though nextRecordsUrl has query in the URL, it will still provide remaining results from the initial QueryAll request. The remaining results will include deleted records that matched the initial query. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_queryall.htm' operationId: QueryAll parameters: - name: q in: query description: '' required: true style: form explode: true schema: type: string examples: - SELECT+name+from+Account example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:27:21 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=2/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/QueryAll' - examples: - totalSize: 12 done: true records: - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2vIAF Name: Edge Communications - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2wIAF Name: Burlington Textiles Corp of America - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2xIAF Name: Pyramid Construction Inc. - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2yIAF Name: Dickenson plc - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2zIAF Name: Grand Hotels & Resorts Ltd - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ30IAF Name: United Oil & Gas Corp. - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ31IAF Name: Express Logistics and Transport - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ32IAF Name: University of Arizona - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ33IAF Name: United Oil & Gas, UK - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ34IAF Name: United Oil & Gas, Singapore - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ35IAF Name: GenePoint - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ36IAF Name: sForce contentMediaType: application/json;charset=UTF-8 example: totalSize: 12 done: true records: - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2vIAF Name: Edge Communications - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2wIAF Name: Burlington Textiles Corp of America - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2xIAF Name: Pyramid Construction Inc. - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2yIAF Name: Dickenson plc - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2zIAF Name: Grand Hotels & Resorts Ltd - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ30IAF Name: United Oil & Gas Corp. - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ31IAF Name: Express Logistics and Transport - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ32IAF Name: University of Arizona - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ33IAF Name: United Oil & Gas, UK - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ34IAF Name: United Oil & Gas, Singapore - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ35IAF Name: GenePoint - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ36IAF Name: sForce deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/actions/standard/createOrUpdateAssetFromOrder: parameters: [] post: tags: - Data summary: Salesforce Createassetfromorder operationId: CreateAssetFromOrder parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateAssetFromOrderRequest' - examples: - inputs: - orderId: '{{currentOrder}}' contentMediaType: application/json example: inputs: - orderId: '{{currentOrder}}' required: true responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/tooling/executeAnonymous: parameters: [] get: tags: - Data summary: Salesforce Tooling Executeanonymous description: Executes Apex code anonymously. Available from API version 29.0 or later. operationId: ToolingExecuteAnonymous parameters: - name: anonymousBody in: query description: '' required: true style: form explode: true schema: type: string examples: - System.Debug('awesome'); example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 Dec 2023 09:21:01 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=10/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/ToolingExecuteAnonymous' - examples: - line: -1 column: -1 compiled: true success: true compileProblem: null exceptionStackTrace: null exceptionMessage: null contentMediaType: application/json;charset=UTF-8 example: line: -1 column: -1 compiled: true success: true compileProblem: null exceptionStackTrace: null exceptionMessage: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/record-ui/{RECORD_IDS}: parameters: [] get: tags: - Data summary: Salesforce Get Record Data and Object Metadata description: 'Get layout information, metadata, and data to build UI for a single record or for a collection of records. The response contains layout information for whichever layout types are specified in the layoutTypes parameter. It contains data for the records specified in the recordIds parameter. The response contains object metadata for the object types of the records specified in the recordIds parameter, and for any nested objects. For example, a request to /ui-api/record-ui/001RM000003RsOHYA0, which is an Account, returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object.' operationId: GetRecordDataandObjectMetadata parameters: - name: RECORD_IDS in: path description: Comma-separated list of record IDs required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:52:18 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"3af1644c612336c764937c1097eb2994--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: $ref: '#/components/schemas/GetRecordDataandObjectMetadata' examples: Getrecorddataandobjectmetadata200Example: summary: Default GetRecordDataandObjectMetadata 200 response x-microcks-default: true value: eTag: example_value layoutUserStates: {} layouts: {} objectInfos: {} records: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK components: schemas: BadgeText: title: BadgeText required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false HourlyODataCallout: title: HourlyODataCallout required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 1000 Remaining: 1000 UserPreferencesLightningExperiencePreferred: title: UserPreferencesLightningExperiencePreferred required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: title: UserPreferencesShowProfilePicToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DefaultGroupNotificationFrequency: title: DefaultGroupNotificationFrequency required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: title: CommunityNickname required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesShowCountryToExternalUsers: title: UserPreferencesShowCountryToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true IsDeleted2: title: IsDeleted2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DailyBulkV2QueryFileStorageMB: title: DailyBulkV2QueryFileStorageMB required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 976562 Remaining: 976562 UserPreferencesCacheDiagnostics: title: UserPreferencesCacheDiagnostics required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: title: UserPermissionsJigsawProspectingUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SingleEmail: title: SingleEmail required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 15 Remaining: 15 State: title: State required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: title: UserPreferencesShowWorkPhoneToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Street2: title: Street2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 321 Westcott Building Status9: title: Status9 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Working - Contacted value: Working - Contacted UserPreferencesHideLearningPathModal: title: UserPreferencesHideLearningPathModal required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LastLoginDate: title: LastLoginDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title1: title: Title1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: title: UserPreferencesHideSecondChatterOnboardingSplash required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LanguageLocaleKey: title: LanguageLocaleKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowFaxToExternalUsers: title: UserPreferencesShowFaxToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ThemeInfo: title: ThemeInfo required: - color - iconUrl type: object properties: color: type: string example: example_value iconUrl: type: string example: https://www.example.com examples: - color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png DurableStreamingApiConcurrentClients: title: DurableStreamingApiConcurrentClients required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 20 Remaining: 20 CreatedBy3: title: CreatedBy3 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 FirstName4: title: FirstName4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Bertha UserPreferencesHideCSNGetChatterMobileTask: title: UserPreferencesHideCSNGetChatterMobileTask required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true IsExtIndicatorVisible: title: IsExtIndicatorVisible required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Owner4: title: Owner4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value2' examples: - displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 DailyApiRequests: title: DailyApiRequests required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 15000 Remaining: 14999 UserPreferencesDisableEndorsementEmail: title: UserPreferencesDisableEndorsementEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 012000000000000AAA: title: 012000000000000AAA required: - Full type: object properties: Full: $ref: '#/components/schemas/Full' PermissionSets: title: PermissionSets required: - Max - Remaining - CreateCustom type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 CreateCustom: $ref: '#/components/schemas/CreateCustom' examples: - Max: 1500 Remaining: 1498 CreateCustom: Max: 1000 Remaining: 998 UserPreferencesShowManagerToExternalUsers: title: UserPreferencesShowManagerToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DailyAnalyticsDataflowJobExecutions: title: DailyAnalyticsDataflowJobExecutions required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 60 Remaining: 60 LastModifiedById5: title: LastModifiedById5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO Industry3: title: Industry3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Country2: title: Country2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: USA UserPreferencesShowMobilePhoneToGuestUsers: title: UserPreferencesShowMobilePhoneToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true CreateCustom: title: CreateCustom required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 1000 Remaining: 998 UserPreferencesShowEmailToGuestUsers: title: UserPreferencesShowEmailToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true OfflinePdaTrialExpirationDate: title: OfflinePdaTrialExpirationDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Street3: title: Street3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Department1: title: Department1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AnnualRevenue2: title: AnnualRevenue2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: integer contentEncoding: int32 example: 10 examples: - displayValue: $900,750,000 value: 900750000 00QB0000003pOQsMAM: title: 00QB0000003pOQsMAM required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields7' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Lead childRelationships: {} eTag: e79d644a0e26dd84435737c9b78a01f5 fields: AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null id: 00QB0000003pOQsMAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:47:56.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:47:56.000Z' weakEtag: 1695829676000 Rating3: title: Rating3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesEnableAutoSubForFeeds: title: UserPreferencesEnableAutoSubForFeeds required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Longitude: title: Longitude required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true DailyGenericStreamingApiEvents: title: DailyGenericStreamingApiEvents required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 10000 Remaining: 10000 StreamingApiConcurrentClients: title: StreamingApiConcurrentClients required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 20 Remaining: 20 UserPreferencesHideEndUserOnboardingAssistantModal: title: UserPreferencesHideEndUserOnboardingAssistantModal required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: title: UserPreferencesDisableBookmarkEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LastName1: title: LastName1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OutputValues: title: OutputValues required: - output type: object properties: output: type: integer contentEncoding: int32 example: 10 examples: - output: 1 01BB0000002rP3MMAU: title: 01BB0000002rP3MMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3MMAU EmailBouncedDate1: title: EmailBouncedDate1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: title: LastPasswordChangeDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: title: OutOfOfficeMessage required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPermissionsOfflineUser: title: UserPermissionsOfflineUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: title: UserPreferencesShowTitleToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Website2: title: Website2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null ContactId: title: ContactId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: title: UserPreferencesRecordHomeSectionCollapseWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 01BB0000002rP3JMAU: title: 01BB0000002rP3JMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3JMAU LayoutItem: title: LayoutItem required: - editableForNew - editableForUpdate - label - layoutComponents - lookupIdApiName - required - sortable type: object properties: editableForNew: type: boolean example: true editableForUpdate: type: boolean example: true label: type: string example: Example Title layoutComponents: type: array items: $ref: '#/components/schemas/LayoutComponent' description: '' example: [] lookupIdApiName: type: - string - 'null' example: example_value required: type: boolean example: true sortable: type: boolean example: true examples: - editableForNew: false editableForUpdate: false label: Lead Owner layoutComponents: - apiName: OwnerId componentType: Field label: Owner ID lookupIdApiName: OwnerId required: false sortable: false UserPreferencesLtngPromoReserved16UserPref: title: UserPreferencesLtngPromoReserved16UserPref required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true StayInTouchSubject: title: StayInTouchSubject required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Address5: title: Address5 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Status8: title: Status8 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BannerPhotoId: title: BannerPhotoId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: title: ConvertedOpportunityId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false OwnerId2: title: OwnerId2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FederationIdentifier: title: FederationIdentifier required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesDisableLikeEmail: title: UserPreferencesDisableLikeEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Package2VersionCreates: title: Package2VersionCreates required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 6 Remaining: 6 UserPreferencesShowPostalCodeToGuestUsers: title: UserPreferencesShowPostalCodeToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Fields6: title: Fields6 required: - AboutMe - AccountId - Address - Alias - BadgeText - BannerPhotoId - BannerPhotoUrl - CallCenterId - City - CommunityNickname - CompanyName - ContactId - Country - CreatedById - CreatedDate - DefaultGroupNotificationFrequency - DelegatedApproverId - Department - DigestFrequency - Division - Email - EmailEncodingKey - EmailPreferencesAutoBcc - EmailPreferencesAutoBccStayInTouch - EmailPreferencesStayInTouchReminder - EmployeeNumber - Extension - Fax - FederationIdentifier - FirstName - ForecastEnabled - FullPhotoUrl - GeocodeAccuracy - Id - IndividualId - IsActive - IsExtIndicatorVisible - IsPortalEnabled - IsProfilePhotoActive - JigsawImportLimitOverride - LanguageLocaleKey - LastLoginDate - LastModifiedById - LastModifiedDate - LastName - LastPasswordChangeDate - LastReferencedDate - LastViewedDate - Latitude - LocaleSidKey - Longitude - ManagerId - MediumBannerPhotoUrl - MediumPhotoUrl - MobilePhone - Name - NumberOfFailedLogins - OfflinePdaTrialExpirationDate - OfflineTrialExpirationDate - OutOfOfficeMessage - Phone - PortalRole - PostalCode - ProfileId - ProfilePhotoId - ReceivesAdminInfoEmails - ReceivesInfoEmails - SenderEmail - SenderName - Signature - SmallBannerPhotoUrl - SmallPhotoUrl - State - StayInTouchNote - StayInTouchSignature - StayInTouchSubject - Street - SystemModstamp - TimeZoneSidKey - Title - UserPermissionsCallCenterAutoLogin - UserPermissionsInteractionUser - UserPermissionsJigsawProspectingUser - UserPermissionsKnowledgeUser - UserPermissionsMarketingUser - UserPermissionsOfflineUser - UserPermissionsSFContentUser - UserPermissionsSiteforceContributorUser - UserPermissionsSiteforcePublisherUser - UserPermissionsSupportUser - UserPermissionsWorkDotComUserFeature - UserPreferencesActivityRemindersPopup - UserPreferencesApexPagesDeveloperMode - UserPreferencesCacheDiagnostics - UserPreferencesContentEmailAsAndWhen - UserPreferencesContentNoEmail - UserPreferencesCreateLEXAppsWTShown - UserPreferencesDedupeStorageMigrationComplete - UserPreferencesDisCommentAfterLikeEmail - UserPreferencesDisMentionsCommentEmail - UserPreferencesDisProfPostCommentEmail - UserPreferencesDisableAllFeedsEmail - UserPreferencesDisableBookmarkEmail - UserPreferencesDisableChangeCommentEmail - UserPreferencesDisableEndorsementEmail - UserPreferencesDisableFileShareNotificationsForApi - UserPreferencesDisableFollowersEmail - UserPreferencesDisableLaterCommentEmail - UserPreferencesDisableLikeEmail - UserPreferencesDisableMentionsPostEmail - UserPreferencesDisableMessageEmail - UserPreferencesDisableProfilePostEmail - UserPreferencesDisableSharePostEmail - UserPreferencesEnableAutoSubForFeeds - UserPreferencesEventRemindersCheckboxDefault - UserPreferencesExcludeMailAppAttachments - UserPreferencesFavoritesShowTopFavorites - UserPreferencesFavoritesWTShown - UserPreferencesFirstTimeInLightning - UserPreferencesGlobalNavBarWTShown - UserPreferencesGlobalNavGridMenuWTShown - UserPreferencesHasCelebrationBadge - UserPreferencesHasSentWarningEmail - UserPreferencesHasSentWarningEmail238 - UserPreferencesHasSentWarningEmail240 - UserPreferencesHeavyPagePromptEnabled - UserPreferencesHideBiggerPhotoCallout - UserPreferencesHideCSNDesktopTask - UserPreferencesHideCSNGetChatterMobileTask - UserPreferencesHideChatterOnboardingSplash - UserPreferencesHideEndUserOnboardingAssistantModal - UserPreferencesHideEventCalendar - UserPreferencesHideLearningPathModal - UserPreferencesHideLightningMigrationModal - UserPreferencesHideMailAppEAPUserGuidance - UserPreferencesHideMailAppWelcomeMat - UserPreferencesHideS1BrowserUI - UserPreferencesHideSecondChatterOnboardingSplash - UserPreferencesHideSfxWelcomeMat - UserPreferencesHideTaskListViewsPopover - UserPreferencesHideTrialsCelebration - UserPreferencesHideTrialsWelcomeMat - UserPreferencesJigsawListUser - UserPreferencesLightningExperiencePreferred - UserPreferencesLtngPromoReserved10UserPref - UserPreferencesLtngPromoReserved16UserPref - UserPreferencesLtngPromoReserved19UserPref - UserPreferencesNativeEmailClient - UserPreferencesNewLightningReportRunPageEnabled - UserPreferencesPathAssistantCollapsed - UserPreferencesPreviewCustomTheme - UserPreferencesPreviewLightning - UserPreferencesReadReceiptLastToggleValue - UserPreferencesReceiveNoNotificationsAsApprover - UserPreferencesReceiveNotificationsAsDelegatedApprover - UserPreferencesRecordHomeReservedWTShown - UserPreferencesRecordHomeSectionCollapseWTShown - UserPreferencesReminderSoundOff - UserPreferencesReverseOpenActivitiesView - UserPreferencesSRHOverrideActivities - UserPreferencesSalesEssentialsSetupAssistantCompleted - UserPreferencesSetupAssistantUserPref1 - UserPreferencesShowCityToExternalUsers - UserPreferencesShowCityToGuestUsers - UserPreferencesShowCountryToExternalUsers - UserPreferencesShowCountryToGuestUsers - UserPreferencesShowEmailToExternalUsers - UserPreferencesShowEmailToGuestUsers - UserPreferencesShowFaxToExternalUsers - UserPreferencesShowFaxToGuestUsers - UserPreferencesShowForecastingChangeSignals - UserPreferencesShowManagerToExternalUsers - UserPreferencesShowManagerToGuestUsers - UserPreferencesShowMobilePhoneToExternalUsers - UserPreferencesShowMobilePhoneToGuestUsers - UserPreferencesShowPostalCodeToExternalUsers - UserPreferencesShowPostalCodeToGuestUsers - UserPreferencesShowProfilePicToGuestUsers - UserPreferencesShowStateToExternalUsers - UserPreferencesShowStateToGuestUsers - UserPreferencesShowStreetAddressToExternalUsers - UserPreferencesShowStreetAddressToGuestUsers - UserPreferencesShowTitleToExternalUsers - UserPreferencesShowTitleToGuestUsers - UserPreferencesShowWorkPhoneToExternalUsers - UserPreferencesShowWorkPhoneToGuestUsers - UserPreferencesSortFeedByComment - UserPreferencesSuppressEventSFXReminders - UserPreferencesSuppressTaskSFXReminders - UserPreferencesTaskRemindersCheckboxDefault - UserPreferencesTodayGettingStarted - UserPreferencesTrailheadBadgeCreated - UserPreferencesUserDebugModePref - UserRoleId - UserType - Username type: object properties: AboutMe: $ref: '#/components/schemas/AboutMe' AccountId: $ref: '#/components/schemas/AccountId1' Address: $ref: '#/components/schemas/Address5' Alias: $ref: '#/components/schemas/Alias' BadgeText: $ref: '#/components/schemas/BadgeText' BannerPhotoId: $ref: '#/components/schemas/BannerPhotoId' BannerPhotoUrl: $ref: '#/components/schemas/BannerPhotoUrl' CallCenterId: $ref: '#/components/schemas/CallCenterId' City: $ref: '#/components/schemas/City' CommunityNickname: $ref: '#/components/schemas/CommunityNickname' CompanyName: $ref: '#/components/schemas/CompanyName' ContactId: $ref: '#/components/schemas/ContactId' Country: $ref: '#/components/schemas/Country' CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' DefaultGroupNotificationFrequency: $ref: '#/components/schemas/DefaultGroupNotificationFrequency' DelegatedApproverId: $ref: '#/components/schemas/DelegatedApproverId' Department: $ref: '#/components/schemas/Department1' DigestFrequency: $ref: '#/components/schemas/DigestFrequency' Division: $ref: '#/components/schemas/Division' Email: $ref: '#/components/schemas/Email1' EmailEncodingKey: $ref: '#/components/schemas/EmailEncodingKey' EmailPreferencesAutoBcc: $ref: '#/components/schemas/EmailPreferencesAutoBcc' EmailPreferencesAutoBccStayInTouch: $ref: '#/components/schemas/EmailPreferencesAutoBccStayInTouch' EmailPreferencesStayInTouchReminder: $ref: '#/components/schemas/EmailPreferencesStayInTouchReminder' EmployeeNumber: $ref: '#/components/schemas/EmployeeNumber' Extension: $ref: '#/components/schemas/Extension' Fax: $ref: '#/components/schemas/Fax2' FederationIdentifier: $ref: '#/components/schemas/FederationIdentifier' FirstName: $ref: '#/components/schemas/FirstName1' ForecastEnabled: $ref: '#/components/schemas/ForecastEnabled' FullPhotoUrl: $ref: '#/components/schemas/FullPhotoUrl' GeocodeAccuracy: $ref: '#/components/schemas/GeocodeAccuracy' Id: $ref: '#/components/schemas/Id4' IndividualId: $ref: '#/components/schemas/IndividualId1' IsActive: $ref: '#/components/schemas/IsActive' IsExtIndicatorVisible: $ref: '#/components/schemas/IsExtIndicatorVisible' IsPortalEnabled: $ref: '#/components/schemas/IsPortalEnabled' IsProfilePhotoActive: $ref: '#/components/schemas/IsProfilePhotoActive' JigsawImportLimitOverride: $ref: '#/components/schemas/JigsawImportLimitOverride' LanguageLocaleKey: $ref: '#/components/schemas/LanguageLocaleKey' LastLoginDate: $ref: '#/components/schemas/LastLoginDate' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' LastName: $ref: '#/components/schemas/LastName1' LastPasswordChangeDate: $ref: '#/components/schemas/LastPasswordChangeDate' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' Latitude: $ref: '#/components/schemas/Latitude' LocaleSidKey: $ref: '#/components/schemas/LocaleSidKey' Longitude: $ref: '#/components/schemas/Longitude' ManagerId: $ref: '#/components/schemas/ManagerId' MediumBannerPhotoUrl: $ref: '#/components/schemas/MediumBannerPhotoUrl' MediumPhotoUrl: $ref: '#/components/schemas/MediumPhotoUrl' MobilePhone: $ref: '#/components/schemas/MobilePhone1' Name: $ref: '#/components/schemas/Name17' NumberOfFailedLogins: $ref: '#/components/schemas/NumberOfFailedLogins' OfflinePdaTrialExpirationDate: $ref: '#/components/schemas/OfflinePdaTrialExpirationDate' OfflineTrialExpirationDate: $ref: '#/components/schemas/OfflineTrialExpirationDate' OutOfOfficeMessage: $ref: '#/components/schemas/OutOfOfficeMessage' Phone: $ref: '#/components/schemas/Phone2' PortalRole: $ref: '#/components/schemas/PortalRole' PostalCode: $ref: '#/components/schemas/PostalCode' ProfileId: $ref: '#/components/schemas/ProfileId' ProfilePhotoId: $ref: '#/components/schemas/ProfilePhotoId' ReceivesAdminInfoEmails: $ref: '#/components/schemas/ReceivesAdminInfoEmails' ReceivesInfoEmails: $ref: '#/components/schemas/ReceivesInfoEmails' SenderEmail: $ref: '#/components/schemas/SenderEmail' SenderName: $ref: '#/components/schemas/SenderName' Signature: $ref: '#/components/schemas/Signature' SmallBannerPhotoUrl: $ref: '#/components/schemas/SmallBannerPhotoUrl' SmallPhotoUrl: $ref: '#/components/schemas/SmallPhotoUrl' State: $ref: '#/components/schemas/State' StayInTouchNote: $ref: '#/components/schemas/StayInTouchNote' StayInTouchSignature: $ref: '#/components/schemas/StayInTouchSignature' StayInTouchSubject: $ref: '#/components/schemas/StayInTouchSubject' Street: $ref: '#/components/schemas/Street' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' TimeZoneSidKey: $ref: '#/components/schemas/TimeZoneSidKey' Title: $ref: '#/components/schemas/Title1' UserPermissionsCallCenterAutoLogin: $ref: '#/components/schemas/UserPermissionsCallCenterAutoLogin' UserPermissionsInteractionUser: $ref: '#/components/schemas/UserPermissionsInteractionUser' UserPermissionsJigsawProspectingUser: $ref: '#/components/schemas/UserPermissionsJigsawProspectingUser' UserPermissionsKnowledgeUser: $ref: '#/components/schemas/UserPermissionsKnowledgeUser' UserPermissionsMarketingUser: $ref: '#/components/schemas/UserPermissionsMarketingUser' UserPermissionsOfflineUser: $ref: '#/components/schemas/UserPermissionsOfflineUser' UserPermissionsSFContentUser: $ref: '#/components/schemas/UserPermissionsSFContentUser' UserPermissionsSiteforceContributorUser: $ref: '#/components/schemas/UserPermissionsSiteforceContributorUser' UserPermissionsSiteforcePublisherUser: $ref: '#/components/schemas/UserPermissionsSiteforcePublisherUser' UserPermissionsSupportUser: $ref: '#/components/schemas/UserPermissionsSupportUser' UserPermissionsWorkDotComUserFeature: $ref: '#/components/schemas/UserPermissionsWorkDotComUserFeature' UserPreferencesActivityRemindersPopup: $ref: '#/components/schemas/UserPreferencesActivityRemindersPopup' UserPreferencesApexPagesDeveloperMode: $ref: '#/components/schemas/UserPreferencesApexPagesDeveloperMode' UserPreferencesCacheDiagnostics: $ref: '#/components/schemas/UserPreferencesCacheDiagnostics' UserPreferencesContentEmailAsAndWhen: $ref: '#/components/schemas/UserPreferencesContentEmailAsAndWhen' UserPreferencesContentNoEmail: $ref: '#/components/schemas/UserPreferencesContentNoEmail' UserPreferencesCreateLEXAppsWTShown: $ref: '#/components/schemas/UserPreferencesCreateLEXAppsWTShown' UserPreferencesDedupeStorageMigrationComplete: $ref: '#/components/schemas/UserPreferencesDedupeStorageMigrationComplete' UserPreferencesDisCommentAfterLikeEmail: $ref: '#/components/schemas/UserPreferencesDisCommentAfterLikeEmail' UserPreferencesDisMentionsCommentEmail: $ref: '#/components/schemas/UserPreferencesDisMentionsCommentEmail' UserPreferencesDisProfPostCommentEmail: $ref: '#/components/schemas/UserPreferencesDisProfPostCommentEmail' UserPreferencesDisableAllFeedsEmail: $ref: '#/components/schemas/UserPreferencesDisableAllFeedsEmail' UserPreferencesDisableBookmarkEmail: $ref: '#/components/schemas/UserPreferencesDisableBookmarkEmail' UserPreferencesDisableChangeCommentEmail: $ref: '#/components/schemas/UserPreferencesDisableChangeCommentEmail' UserPreferencesDisableEndorsementEmail: $ref: '#/components/schemas/UserPreferencesDisableEndorsementEmail' UserPreferencesDisableFileShareNotificationsForApi: $ref: '#/components/schemas/UserPreferencesDisableFileShareNotificationsForApi' UserPreferencesDisableFollowersEmail: $ref: '#/components/schemas/UserPreferencesDisableFollowersEmail' UserPreferencesDisableLaterCommentEmail: $ref: '#/components/schemas/UserPreferencesDisableLaterCommentEmail' UserPreferencesDisableLikeEmail: $ref: '#/components/schemas/UserPreferencesDisableLikeEmail' UserPreferencesDisableMentionsPostEmail: $ref: '#/components/schemas/UserPreferencesDisableMentionsPostEmail' UserPreferencesDisableMessageEmail: $ref: '#/components/schemas/UserPreferencesDisableMessageEmail' UserPreferencesDisableProfilePostEmail: $ref: '#/components/schemas/UserPreferencesDisableProfilePostEmail' UserPreferencesDisableSharePostEmail: $ref: '#/components/schemas/UserPreferencesDisableSharePostEmail' UserPreferencesEnableAutoSubForFeeds: $ref: '#/components/schemas/UserPreferencesEnableAutoSubForFeeds' UserPreferencesEventRemindersCheckboxDefault: $ref: '#/components/schemas/UserPreferencesEventRemindersCheckboxDefault' UserPreferencesExcludeMailAppAttachments: $ref: '#/components/schemas/UserPreferencesExcludeMailAppAttachments' UserPreferencesFavoritesShowTopFavorites: $ref: '#/components/schemas/UserPreferencesFavoritesShowTopFavorites' UserPreferencesFavoritesWTShown: $ref: '#/components/schemas/UserPreferencesFavoritesWTShown' UserPreferencesFirstTimeInLightning: $ref: '#/components/schemas/UserPreferencesFirstTimeInLightning' UserPreferencesGlobalNavBarWTShown: $ref: '#/components/schemas/UserPreferencesGlobalNavBarWTShown' UserPreferencesGlobalNavGridMenuWTShown: $ref: '#/components/schemas/UserPreferencesGlobalNavGridMenuWTShown' UserPreferencesHasCelebrationBadge: $ref: '#/components/schemas/UserPreferencesHasCelebrationBadge' UserPreferencesHasSentWarningEmail: $ref: '#/components/schemas/UserPreferencesHasSentWarningEmail' UserPreferencesHasSentWarningEmail238: $ref: '#/components/schemas/UserPreferencesHasSentWarningEmail' UserPreferencesHasSentWarningEmail240: $ref: '#/components/schemas/UserPreferencesHasSentWarningEmail' UserPreferencesHeavyPagePromptEnabled: $ref: '#/components/schemas/UserPreferencesHeavyPagePromptEnabled' UserPreferencesHideBiggerPhotoCallout: $ref: '#/components/schemas/UserPreferencesHideBiggerPhotoCallout' UserPreferencesHideCSNDesktopTask: $ref: '#/components/schemas/UserPreferencesHideCSNDesktopTask' UserPreferencesHideCSNGetChatterMobileTask: $ref: '#/components/schemas/UserPreferencesHideCSNGetChatterMobileTask' UserPreferencesHideChatterOnboardingSplash: $ref: '#/components/schemas/UserPreferencesHideChatterOnboardingSplash' UserPreferencesHideEndUserOnboardingAssistantModal: $ref: '#/components/schemas/UserPreferencesHideEndUserOnboardingAssistantModal' UserPreferencesHideEventCalendar: $ref: '#/components/schemas/UserPreferencesHideEventCalendar' UserPreferencesHideLearningPathModal: $ref: '#/components/schemas/UserPreferencesHideLearningPathModal' UserPreferencesHideLightningMigrationModal: $ref: '#/components/schemas/UserPreferencesHideLightningMigrationModal' UserPreferencesHideMailAppEAPUserGuidance: $ref: '#/components/schemas/UserPreferencesHideMailAppEAPUserGuidance' UserPreferencesHideMailAppWelcomeMat: $ref: '#/components/schemas/UserPreferencesHideMailAppWelcomeMat' UserPreferencesHideS1BrowserUI: $ref: '#/components/schemas/UserPreferencesHideS1BrowserUI' UserPreferencesHideSecondChatterOnboardingSplash: $ref: '#/components/schemas/UserPreferencesHideSecondChatterOnboardingSplash' UserPreferencesHideSfxWelcomeMat: $ref: '#/components/schemas/UserPreferencesHideSfxWelcomeMat' UserPreferencesHideTaskListViewsPopover: $ref: '#/components/schemas/UserPreferencesHideTaskListViewsPopover' UserPreferencesHideTrialsCelebration: $ref: '#/components/schemas/UserPreferencesHideTrialsCelebration' UserPreferencesHideTrialsWelcomeMat: $ref: '#/components/schemas/UserPreferencesHideTrialsWelcomeMat' UserPreferencesJigsawListUser: $ref: '#/components/schemas/UserPreferencesJigsawListUser' UserPreferencesLightningExperiencePreferred: $ref: '#/components/schemas/UserPreferencesLightningExperiencePreferred' UserPreferencesLtngPromoReserved10UserPref: $ref: '#/components/schemas/UserPreferencesLtngPromoReserved10UserPref' UserPreferencesLtngPromoReserved16UserPref: $ref: '#/components/schemas/UserPreferencesLtngPromoReserved16UserPref' UserPreferencesLtngPromoReserved19UserPref: $ref: '#/components/schemas/UserPreferencesLtngPromoReserved19UserPref' UserPreferencesNativeEmailClient: $ref: '#/components/schemas/UserPreferencesNativeEmailClient' UserPreferencesNewLightningReportRunPageEnabled: $ref: '#/components/schemas/UserPreferencesNewLightningReportRunPageEnabled' UserPreferencesPathAssistantCollapsed: $ref: '#/components/schemas/UserPreferencesPathAssistantCollapsed' UserPreferencesPreviewCustomTheme: $ref: '#/components/schemas/UserPreferencesPreviewCustomTheme' UserPreferencesPreviewLightning: $ref: '#/components/schemas/UserPreferencesPreviewLightning' UserPreferencesReadReceiptLastToggleValue: $ref: '#/components/schemas/UserPreferencesReadReceiptLastToggleValue' UserPreferencesReceiveNoNotificationsAsApprover: $ref: '#/components/schemas/UserPreferencesReceiveNoNotificationsAsApprover' UserPreferencesReceiveNotificationsAsDelegatedApprover: $ref: '#/components/schemas/UserPreferencesReceiveNotificationsAsDelegatedApprover' UserPreferencesRecordHomeReservedWTShown: $ref: '#/components/schemas/UserPreferencesRecordHomeReservedWTShown' UserPreferencesRecordHomeSectionCollapseWTShown: $ref: '#/components/schemas/UserPreferencesRecordHomeSectionCollapseWTShown' UserPreferencesReminderSoundOff: $ref: '#/components/schemas/UserPreferencesReminderSoundOff' UserPreferencesReverseOpenActivitiesView: $ref: '#/components/schemas/UserPreferencesReverseOpenActivitiesView' UserPreferencesSRHOverrideActivities: $ref: '#/components/schemas/UserPreferencesSRHOverrideActivities' UserPreferencesSalesEssentialsSetupAssistantCompleted: $ref: '#/components/schemas/UserPreferencesSalesEssentialsSetupAssistantCompleted' UserPreferencesSetupAssistantUserPref1: $ref: '#/components/schemas/UserPreferencesSetupAssistantUserPref1' UserPreferencesShowCityToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowCityToExternalUsers' UserPreferencesShowCityToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowCityToGuestUsers' UserPreferencesShowCountryToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowCountryToExternalUsers' UserPreferencesShowCountryToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowCountryToGuestUsers' UserPreferencesShowEmailToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowEmailToExternalUsers' UserPreferencesShowEmailToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowEmailToGuestUsers' UserPreferencesShowFaxToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowFaxToExternalUsers' UserPreferencesShowFaxToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowFaxToGuestUsers' UserPreferencesShowForecastingChangeSignals: $ref: '#/components/schemas/UserPreferencesShowForecastingChangeSignals' UserPreferencesShowManagerToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowManagerToExternalUsers' UserPreferencesShowManagerToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowManagerToGuestUsers' UserPreferencesShowMobilePhoneToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowMobilePhoneToExternalUsers' UserPreferencesShowMobilePhoneToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowMobilePhoneToGuestUsers' UserPreferencesShowPostalCodeToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowPostalCodeToExternalUsers' UserPreferencesShowPostalCodeToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowPostalCodeToGuestUsers' UserPreferencesShowProfilePicToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowProfilePicToGuestUsers' UserPreferencesShowStateToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowStateToExternalUsers' UserPreferencesShowStateToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowStateToGuestUsers' UserPreferencesShowStreetAddressToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowStreetAddressToExternalUsers' UserPreferencesShowStreetAddressToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowStreetAddressToGuestUsers' UserPreferencesShowTitleToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowTitleToExternalUsers' UserPreferencesShowTitleToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowTitleToGuestUsers' UserPreferencesShowWorkPhoneToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowWorkPhoneToExternalUsers' UserPreferencesShowWorkPhoneToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowWorkPhoneToGuestUsers' UserPreferencesSortFeedByComment: $ref: '#/components/schemas/UserPreferencesSortFeedByComment' UserPreferencesSuppressEventSFXReminders: $ref: '#/components/schemas/UserPreferencesSuppressEventSFXReminders' UserPreferencesSuppressTaskSFXReminders: $ref: '#/components/schemas/UserPreferencesSuppressTaskSFXReminders' UserPreferencesTaskRemindersCheckboxDefault: $ref: '#/components/schemas/UserPreferencesTaskRemindersCheckboxDefault' UserPreferencesTodayGettingStarted: $ref: '#/components/schemas/UserPreferencesTodayGettingStarted' UserPreferencesTrailheadBadgeCreated: $ref: '#/components/schemas/UserPreferencesTrailheadBadgeCreated' UserPreferencesUserDebugModePref: $ref: '#/components/schemas/UserPreferencesUserDebugModePref' UserRoleId: $ref: '#/components/schemas/UserRoleId' UserType: $ref: '#/components/schemas/UserType' Username: $ref: '#/components/schemas/Username' examples: - AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource2: title: LeadSource2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Web value: Web UserPreferencesExcludeMailAppAttachments: title: UserPreferencesExcludeMailAppAttachments required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true CallCenterId: title: CallCenterId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfilePhotoId: title: ProfilePhotoId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DailyWorkflowEmails: title: DailyWorkflowEmails required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 405 Remaining: 405 EmployeeNumber: title: EmployeeNumber required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: title: UserPreferencesShowStreetAddressToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: title: UserPreferencesEventRemindersCheckboxDefault required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true FileStorageMB: title: FileStorageMB required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 20 Remaining: 20 UserType: title: UserType required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email5: title: Email5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: bertha@fcof.net UserPreferencesReceiveNotificationsAsDelegatedApprover: title: UserPreferencesReceiveNotificationsAsDelegatedApprover required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: title: UserPreferencesShowStateToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Extension: title: Extension required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: title: ReceivesInfoEmails required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesDisableAllFeedsEmail: title: UserPreferencesDisableAllFeedsEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: title: UserPreferencesHeavyPagePromptEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Phone2: title: Phone2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastViewedDate2: title: LastViewedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false City2: title: City2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Tallahassee Record15: title: Record15 required: - attributes - Name type: object properties: attributes: $ref: '#/components/schemas/Attributes4' Name: type: string example: Example Title examples: - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2vIAF Name: Edge Communications DandbCompanyId1: title: DandbCompanyId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true LastModifiedById2: title: LastModifiedById2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Salutation1: title: Salutation1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OfflineTrialExpirationDate: title: OfflineTrialExpirationDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Package2VersionCreatesWithoutValidation: title: Package2VersionCreatesWithoutValidation required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 500 Remaining: 500 Rating2: title: Rating2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Hot value: Hot UserPermissionsSiteforcePublisherUser: title: UserPermissionsSiteforcePublisherUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: title: UserPreferencesShowManagerToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true RecordTypeInfos: title: RecordTypeInfos required: - 012000000000000AAA type: object properties: 012000000000000AAA: $ref: '#/components/schemas/012000000000000AAA1' examples: - 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA Id8: title: Id8 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO ConcurrentSyncReportRuns: title: ConcurrentSyncReportRuns required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 20 Remaining: 20 ChildRelationship2: title: ChildRelationship2 required: - childObjectApiName - fieldName - junctionIdListNames - junctionReferenceTo - relationshipName type: object properties: childObjectApiName: type: string example: example_value fieldName: type: string example: example_value junctionIdListNames: type: array items: type: string description: '' example: [] junctionReferenceTo: type: array items: type: string description: '' example: [] relationshipName: type: string example: example_value examples: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers DailyDurableStreamingApiEvents: title: DailyDurableStreamingApiEvents required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 10000 Remaining: 10000 DailyDurableGenericStreamingApiEvents: title: DailyDurableGenericStreamingApiEvents required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 10000 Remaining: 10000 SICCodeC: title: SICCodeC required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesAdminInfoEmails: title: ReceivesAdminInfoEmails required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesUserDebugModePref: title: UserPreferencesUserDebugModePref required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: title: UserPreferencesShowStreetAddressToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Inputs3: title: Inputs3 required: - orderId type: object properties: orderId: type: string example: '500123' examples: - orderId: '{{currentOrder}}' UserPreferencesShowFaxToGuestUsers: title: UserPreferencesShowFaxToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Layouts: title: Layouts required: - Lead type: object properties: Lead: $ref: '#/components/schemas/Lead' Lead: title: Lead required: - 012000000000000AAA type: object properties: 012000000000000AAA: $ref: '#/components/schemas/012000000000000AAA' runDecisionMatrixRequest: title: runDecisionMatrixRequest required: - inputs type: object properties: inputs: type: array items: $ref: '#/components/schemas/Inputs1' description: '' example: [] examples: - inputs: - myColumnInput: One CreatedById5: title: CreatedById5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO RecordTypeId: title: RecordTypeId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false runDecisionMatrix: title: runDecisionMatrix required: - actionName - errors - isSuccess - outputValues - version type: object properties: actionName: type: string example: example_value errors: type: - string - 'null' example: example_value isSuccess: type: boolean example: true outputValues: $ref: '#/components/schemas/OutputValues1' version: type: integer contentEncoding: int32 example: 10 examples: - actionName: myDecisionMatrix errors: null isSuccess: true outputValues: myColumnOutput: '1' version: 1 PrimaryC: title: PrimaryC required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true TimeZoneSidKey: title: TimeZoneSidKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fields3: title: Fields3 required: - CreatedById - CreatedDate - DeveloperName - DoesIncludeBosses - DoesSendEmailToMembers - Email - Id - LastModifiedById - LastModifiedDate - Name - OwnerId - RelatedId - SystemModstamp - Type type: object properties: CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' DeveloperName: $ref: '#/components/schemas/DeveloperName' DoesIncludeBosses: $ref: '#/components/schemas/DoesIncludeBosses' DoesSendEmailToMembers: $ref: '#/components/schemas/DoesSendEmailToMembers' Email: $ref: '#/components/schemas/Email1' Id: $ref: '#/components/schemas/Id4' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' Name: $ref: '#/components/schemas/Name16' OwnerId: $ref: '#/components/schemas/OwnerId2' RelatedId: $ref: '#/components/schemas/RelatedId' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' Type: $ref: '#/components/schemas/Type7' examples: - CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Inputs1: title: Inputs1 required: - myColumnInput type: object properties: myColumnInput: type: string example: example_value examples: - myColumnInput: One DailyEinsteinDataInsightsStoryCreation: title: DailyEinsteinDataInsightsStoryCreation required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 1000 Remaining: 1000 UserPermissionsCallCenterAutoLogin: title: UserPermissionsCallCenterAutoLogin required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SenderName: title: SenderName required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true View: title: View required: - eTag - id - layoutType - mode - objectApiName - recordTypeId - saveOptions - sections type: object properties: eTag: type: string example: example_value id: type: string example: abc123 layoutType: type: string example: example_value mode: type: string example: example_value objectApiName: type: string example: example_value recordTypeId: type: string example: '500123' saveOptions: type: array items: type: string description: '' example: [] sections: type: array items: $ref: '#/components/schemas/Section' description: '' example: [] NameOrAlias: title: NameOrAlias required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPermissionsSupportUser: title: UserPermissionsSupportUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: title: UserPreferencesHideMailAppWelcomeMat required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Jigsaw2: title: Jigsaw2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: title: SmallBannerPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: title: BannerPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 01BB0000002rP3LMAU: title: 01BB0000002rP3LMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3LMAU Company: title: Company required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true HourlyPublishedStandardVolumePlatformEvents: title: HourlyPublishedStandardVolumePlatformEvents required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 1000 Remaining: 1000 UserPreferencesSetupAssistantUserPref1: title: UserPreferencesSetupAssistantUserPref1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LocaleSidKey: title: LocaleSidKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State2: title: State2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: FL UserPreferencesJigsawListUser: title: UserPreferencesJigsawListUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: title: UserPreferencesDisProfPostCommentEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: title: UserPreferencesHideS1BrowserUI required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: title: UserPreferencesReverseOpenActivitiesView required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true CreatedDate2: title: CreatedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesTrailheadBadgeCreated: title: UserPreferencesTrailheadBadgeCreated required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: title: UserPreferencesDisCommentAfterLikeEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LastModifiedBy3: title: LastModifiedBy3 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 DailyScratchOrgs: title: DailyScratchOrgs required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 6 Remaining: 6 UserPreferencesShowCountryToGuestUsers: title: UserPreferencesShowCountryToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true CleanStatus2: title: CleanStatus2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideLightningMigrationModal: title: UserPreferencesHideLightningMigrationModal required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Username: title: Username required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberofLocationsC2: title: NumberofLocationsC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: integer contentEncoding: int32 example: 10 examples: - displayValue: null value: 130 RelatedId: title: RelatedId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Group1: title: Group1 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: - string - 'null' example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields3' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: type: object example: example_value searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: Group associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers - childObjectApiName: QueueSobject fieldName: QueueId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: QueueSobjects - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers createable: true custom: false defaultRecordTypeId: null deletable: true dependentFields: {} eTag: 7c2efbc357f16e2ce94a601b6724e2e0 feedEnabled: false fields: CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: 00G label: Group labelPlural: Group layoutable: false mruEnabled: false nameFields: - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png updateable: true UserPreferencesDisableLaterCommentEmail: title: UserPreferencesDisableLaterCommentEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true MediumBannerPhotoUrl: title: MediumBannerPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsConverted: title: IsConverted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesNativeEmailClient: title: UserPreferencesNativeEmailClient required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LastModifiedDate5: title: LastModifiedDate5 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' ActiveScratchOrgs: title: ActiveScratchOrgs required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 3 Remaining: 3 DailyEinsteinDiscoveryStoryCreation: title: DailyEinsteinDiscoveryStoryCreation required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 100 Remaining: 100 Fields4: title: Fields4 required: - Address - AnnualRevenue - City - CleanStatus - CloneSourceId - Company - CompanyDunsNumber - ConvertedAccountId - ConvertedContactId - ConvertedDate - ConvertedOpportunityId - Country - CreatedById - CreatedDate - CurrentGenerators__c - DandbCompanyId - Description - Email - EmailBouncedDate - EmailBouncedReason - Fax - FirstName - GeocodeAccuracy - Id - IndividualId - Industry - IsConverted - IsDeleted - IsUnreadByOwner - Jigsaw - JigsawContactId - LastActivityDate - LastModifiedById - LastModifiedDate - LastName - LastReferencedDate - LastViewedDate - Latitude - LeadSource - Longitude - MasterRecordId - MobilePhone - Name - NumberOfEmployees - NumberofLocations__c - OwnerId - Phone - PhotoUrl - PostalCode - Primary__c - ProductInterest__c - Rating - SICCode__c - Salutation - State - Status - Street - SystemModstamp - Title - Website type: object properties: Address: $ref: '#/components/schemas/Address5' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue1' City: $ref: '#/components/schemas/City' CleanStatus: $ref: '#/components/schemas/CleanStatus2' CloneSourceId: $ref: '#/components/schemas/CloneSourceId' Company: $ref: '#/components/schemas/Company' CompanyDunsNumber: $ref: '#/components/schemas/CompanyDunsNumber' ConvertedAccountId: $ref: '#/components/schemas/ConvertedAccountId' ConvertedContactId: $ref: '#/components/schemas/ConvertedContactId' ConvertedDate: $ref: '#/components/schemas/ConvertedDate' ConvertedOpportunityId: $ref: '#/components/schemas/ConvertedOpportunityId' Country: $ref: '#/components/schemas/Country' CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' CurrentGenerators__c: $ref: '#/components/schemas/CurrentGeneratorsC' DandbCompanyId: $ref: '#/components/schemas/DandbCompanyId1' Description: $ref: '#/components/schemas/Description5' Email: $ref: '#/components/schemas/Email1' EmailBouncedDate: $ref: '#/components/schemas/EmailBouncedDate1' EmailBouncedReason: $ref: '#/components/schemas/EmailBouncedReason1' Fax: $ref: '#/components/schemas/Fax2' FirstName: $ref: '#/components/schemas/FirstName1' GeocodeAccuracy: $ref: '#/components/schemas/GeocodeAccuracy' Id: $ref: '#/components/schemas/Id4' IndividualId: $ref: '#/components/schemas/IndividualId1' Industry: $ref: '#/components/schemas/Industry1' IsConverted: $ref: '#/components/schemas/IsConverted' IsDeleted: $ref: '#/components/schemas/IsDeleted2' IsUnreadByOwner: $ref: '#/components/schemas/IsUnreadByOwner' Jigsaw: $ref: '#/components/schemas/Jigsaw2' JigsawContactId: $ref: '#/components/schemas/JigsawContactId1' LastActivityDate: $ref: '#/components/schemas/LastActivityDate2' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' LastName: $ref: '#/components/schemas/LastName1' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' Latitude: $ref: '#/components/schemas/Latitude' LeadSource: $ref: '#/components/schemas/LeadSource1' Longitude: $ref: '#/components/schemas/Longitude' MasterRecordId: $ref: '#/components/schemas/MasterRecordId2' MobilePhone: $ref: '#/components/schemas/MobilePhone1' Name: $ref: '#/components/schemas/Name17' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees1' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC1' OwnerId: $ref: '#/components/schemas/OwnerId2' Phone: $ref: '#/components/schemas/Phone2' PhotoUrl: $ref: '#/components/schemas/PhotoUrl2' PostalCode: $ref: '#/components/schemas/PostalCode' Primary__c: $ref: '#/components/schemas/PrimaryC' ProductInterest__c: $ref: '#/components/schemas/ProductInterestC' Rating: $ref: '#/components/schemas/Rating1' SICCode__c: $ref: '#/components/schemas/SICCodeC' Salutation: $ref: '#/components/schemas/Salutation1' State: $ref: '#/components/schemas/State' Status: $ref: '#/components/schemas/Status8' Street: $ref: '#/components/schemas/Street' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' Title: $ref: '#/components/schemas/Title1' Website: $ref: '#/components/schemas/Website1' examples: - Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title4: title: Title4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Director of Vendor Relations IsActive: title: IsActive required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreateAssetFromOrderRequest: title: CreateAssetFromOrderRequest required: - inputs type: object properties: inputs: type: array items: $ref: '#/components/schemas/Inputs3' description: '' example: [] examples: - inputs: - orderId: '{{currentOrder}}' UserPreferencesRecordHomeReservedWTShown: title: UserPreferencesRecordHomeReservedWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Latitude: title: Latitude required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowForecastingChangeSignals: title: UserPreferencesShowForecastingChangeSignals required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 01BB0000002rP3NMAU: title: 01BB0000002rP3NMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3NMAU UserPreferencesTodayGettingStarted: title: UserPreferencesTodayGettingStarted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: title: UserPreferencesFirstTimeInLightning required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true NumberOfEmployees1: title: NumberOfEmployees1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 01BB0000002rP3IMAU: title: 01BB0000002rP3IMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3IMAU Division: title: Division required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 00hB0000000JrBRIA0: title: 00hB0000000JrBRIA0 required: - id - sectionUserStates type: object properties: id: type: string example: abc123 sectionUserStates: $ref: '#/components/schemas/SectionUserStates' examples: - id: 00hB0000000JrBRIA0 sectionUserStates: 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU IsPortalEnabled: title: IsPortalEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Full: title: Full required: - View type: object properties: View: $ref: '#/components/schemas/View' Fax5: title: Fax5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null DailyStreamingApiEvents: title: DailyStreamingApiEvents required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 10000 Remaining: 10000 UserPreferencesApexPagesDeveloperMode: title: UserPreferencesApexPagesDeveloperMode required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: title: UserPreferencesDisableMessageEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true JigsawContactId1: title: JigsawContactId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false HourlyDashboardStatuses: title: HourlyDashboardStatuses required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 999999999 Remaining: 999999999 UserPreferencesHideSfxWelcomeMat: title: UserPreferencesHideSfxWelcomeMat required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ProductInterestC1: title: ProductInterestC1 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: GC5000 series value: GC5000 series ConcurrentAsyncGetReportInstances: title: ConcurrentAsyncGetReportInstances required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 200 Remaining: 200 HourlyTimeBasedWorkflow: title: HourlyTimeBasedWorkflow required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 50 Remaining: 50 UserPreferencesTaskRemindersCheckboxDefault: title: UserPreferencesTaskRemindersCheckboxDefault required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: title: UserPermissionsMarketingUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true NumberofLocationsC1: title: NumberofLocationsC1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: title: UserPreferencesLtngPromoReserved10UserPref required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true GeocodeAccuracy: title: GeocodeAccuracy required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesStayInTouchReminder: title: EmailPreferencesStayInTouchReminder required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ProductInterestC: title: ProductInterestC required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DailyAsyncApexTests: title: DailyAsyncApexTests required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 540 Remaining: 540 UserPermissionsSFContentUser: title: UserPermissionsSFContentUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true HourlyDashboardResults: title: HourlyDashboardResults required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 5000 Remaining: 5000 MassEmail: title: MassEmail required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 10 Remaining: 10 Value: title: Value required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields8' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: - string - 'null' example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 Industry2: title: Industry2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Agriculture value: Agriculture UserPreferencesSalesEssentialsSetupAssistantCompleted: title: UserPreferencesSalesEssentialsSetupAssistantCompleted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true IsUnreadByOwner: title: IsUnreadByOwner required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberOfEmployees2: title: NumberOfEmployees2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesSortFeedByComment: title: UserPreferencesSortFeedByComment required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ConcurrentEinsteinDataInsightsStoryCreation: title: ConcurrentEinsteinDataInsightsStoryCreation required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 5 Remaining: 5 DailyBulkV2QueryJobs: title: DailyBulkV2QueryJobs required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 10000 Remaining: 10000 NumberOfFailedLogins: title: NumberOfFailedLogins required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DelegatedApproverId: title: DelegatedApproverId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true HourlyDashboardRefreshes: title: HourlyDashboardRefreshes required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 200 Remaining: 200 UserPreferencesContentNoEmail: title: UserPreferencesContentNoEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: title: UserPreferencesHasSentWarningEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Alias: title: Alias required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Description6: title: Description6 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPermissionsInteractionUser: title: UserPermissionsInteractionUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: title: UserPreferencesReadReceiptLastToggleValue required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SmallPhotoUrl: title: SmallPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false runExpressionSetRequest: title: runExpressionSetRequest required: - inputs type: object properties: inputs: type: array items: type: object description: '' example: [] examples: - inputs: - {} UserPreferencesNewLightningReportRunPageEnabled: title: UserPreferencesNewLightningReportRunPageEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true PostalCode3: title: PostalCode3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesShowMobilePhoneToExternalUsers: title: UserPreferencesShowMobilePhoneToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Section: title: Section required: - collapsible - columns - heading - id - layoutRows - rows - useHeading type: object properties: collapsible: type: boolean example: true columns: type: integer contentEncoding: int32 example: 10 heading: type: string example: example_value id: type: string example: abc123 layoutRows: type: array items: $ref: '#/components/schemas/LayoutRow' description: '' example: [] rows: type: integer contentEncoding: int32 example: 10 useHeading: type: boolean example: true UserPreferencesShowPostalCodeToExternalUsers: title: UserPreferencesShowPostalCodeToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LastActivityDate2: title: LastActivityDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Fields11: title: Fields11 required: - AnnualRevenue - City - Company - Country - CreatedBy - CreatedById - CreatedDate - CurrentGenerators__c - Description - Email - Fax - FirstName - Industry - LastModifiedBy - LastModifiedById - LastModifiedDate - LastName - LeadSource - MobilePhone - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Phone - PostalCode - Primary__c - ProductInterest__c - Rating - SICCode__c - Salutation - State - Status - Street - Title - Website type: object properties: AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue3' City: $ref: '#/components/schemas/City3' Company: $ref: '#/components/schemas/Company1' Country: $ref: '#/components/schemas/Country2' CreatedBy: $ref: '#/components/schemas/CreatedBy3' CreatedById: $ref: '#/components/schemas/CreatedById5' CreatedDate: $ref: '#/components/schemas/CreatedDate5' CurrentGenerators__c: $ref: '#/components/schemas/CurrentGeneratorsC1' Description: $ref: '#/components/schemas/Description6' Email: $ref: '#/components/schemas/Email5' Fax: $ref: '#/components/schemas/Fax5' FirstName: $ref: '#/components/schemas/FirstName4' Industry: $ref: '#/components/schemas/Industry3' LastModifiedBy: $ref: '#/components/schemas/LastModifiedBy3' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate5' LastName: $ref: '#/components/schemas/LastName4' LeadSource: $ref: '#/components/schemas/LeadSource2' MobilePhone: $ref: '#/components/schemas/MobilePhone3' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC2' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Phone: $ref: '#/components/schemas/Phone5' PostalCode: $ref: '#/components/schemas/PostalCode3' Primary__c: $ref: '#/components/schemas/PrimaryC1' ProductInterest__c: $ref: '#/components/schemas/ProductInterestC1' Rating: $ref: '#/components/schemas/Rating3' SICCode__c: $ref: '#/components/schemas/SICCodeC1' Salutation: $ref: '#/components/schemas/Salutation2' State: $ref: '#/components/schemas/State2' Status: $ref: '#/components/schemas/Status9' Street: $ref: '#/components/schemas/Street3' Title: $ref: '#/components/schemas/Title4' Website: $ref: '#/components/schemas/Website2' examples: - AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null PostalCode2: title: PostalCode2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '32306' User7: title: User7 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: - string - 'null' example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields6' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: type: object example: example_value searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: User associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: AccountCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfoReviewers - childObjectApiName: AnalyticNotification fieldName: RunAsId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AnalyticNotificationRunAsUsers - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: CollaborationGroupMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMemberships - childObjectApiName: CollaborationGroupMemberRequest fieldName: RequesterId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembershipRequests - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactCleanInfoReviewers - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: CompanySignedId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContractsSigned - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DelegatedAccount fieldName: ManagedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentId - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: EntitySubscription fieldName: SubscriberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptions - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: ExternalDataUserAuth fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ExternalDataUserAuths - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: InstalledMobileApp fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: InstalledMobileApps - childObjectApiName: LeadCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfoReviewers - childObjectApiName: NetworkActivityAudit fieldName: EntityCreatedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EntityCreators - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: NetworkMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkMemberUsers - childObjectApiName: NetworkUserHistoryRecent fieldName: NetworkUserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkUserHistoryRecentToUser - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: OwnedContentDocument fieldName: OwnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OwnedContentDocuments - childObjectApiName: PermissionSetAssignment fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetAssignments - childObjectApiName: PermissionSetLicenseAssign fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetLicenseAssignments - childObjectApiName: Photo fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Photos - childObjectApiName: ProfileSkillEndorsement fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillUserEndorsements - childObjectApiName: ProfileSkillUser fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillChildren - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: SessionPermSetActivation fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: SessionPermSetActivations - childObjectApiName: Site fieldName: AdminId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserSites - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers - childObjectApiName: User fieldName: ManagerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedUsers - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord - childObjectApiName: UserEntityAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserEntityAccessRights - childObjectApiName: UserFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: UserFieldAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserFieldAccessRights - childObjectApiName: UserPreference fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserPreferences - childObjectApiName: UserShare fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: WorkBadge fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Badges - childObjectApiName: WorkThanks fieldName: GiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GivenThanks createable: true custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: d448e1084760248d7990ca72c7ab1ef4 feedEnabled: true fields: AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: '005' label: User labelPlural: People layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png updateable: true MonthlyEinsteinDiscoveryStoryCreation: title: MonthlyEinsteinDiscoveryStoryCreation required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 500 Remaining: 500 UserPreferencesHasCelebrationBadge: title: UserPreferencesHasCelebrationBadge required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true FullPhotoUrl: title: FullPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Country: title: Country required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true HourlyPublishedPlatformEvents: title: HourlyPublishedPlatformEvents required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 50000 Remaining: 50000 Name16: title: Name16 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesGlobalNavBarWTShown: title: UserPreferencesGlobalNavBarWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: title: UserPreferencesDedupeStorageMigrationComplete required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: title: UserPreferencesHideTrialsCelebration required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Name17: title: Name17 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGeneratorsC1: title: CurrentGeneratorsC1 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: All AnnualRevenue1: title: AnnualRevenue1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DailyEinsteinDiscoveryPredictAPICalls: title: DailyEinsteinDiscoveryPredictAPICalls required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 50000 Remaining: 50000 HourlyLongTermIdMapping: title: HourlyLongTermIdMapping required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 100000 Remaining: 100000 Name18: title: Name18 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: - string - 'null' example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields5' keyPrefix: type: - string - 'null' example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: type: object example: example_value searchable: type: boolean example: true themeInfo: type: - string - 'null' example: example_value updateable: type: boolean example: true examples: - apiName: Name associateEntityType: null associateParentEntity: null childRelationships: [] createable: false custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: 573f4fe385d2beee7dae9c908017b144 feedEnabled: false fields: Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NameOrAlias: apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RecordTypeId: apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: null label: Name labelPlural: Names layoutable: false mruEnabled: false nameFields: - FirstName - LastName - Name queryable: false recordTypeInfos: {} searchable: false themeInfo: null updateable: false UserPermissionsWorkDotComUserFeature: title: UserPermissionsWorkDotComUserFeature required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SectionUserStates: title: SectionUserStates required: - 01BB0000002rP3IMAU - 01BB0000002rP3JMAU - 01BB0000002rP3LMAU - 01BB0000002rP3MMAU - 01BB0000002rP3NMAU type: object properties: 01BB0000002rP3IMAU: $ref: '#/components/schemas/01BB0000002rP3IMAU' 01BB0000002rP3JMAU: $ref: '#/components/schemas/01BB0000002rP3JMAU' 01BB0000002rP3LMAU: $ref: '#/components/schemas/01BB0000002rP3LMAU' 01BB0000002rP3MMAU: $ref: '#/components/schemas/01BB0000002rP3MMAU' 01BB0000002rP3NMAU: $ref: '#/components/schemas/01BB0000002rP3NMAU' examples: - 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU UserPreferencesDisableFollowersEmail: title: UserPreferencesDisableFollowersEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailBouncedReason1: title: EmailBouncedReason1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Attributes4: title: Attributes4 required: - type - url type: object properties: type: type: string example: example_value url: type: string example: https://www.example.com examples: - type: Account url: /services/data/v58.0/sobjects/Account/001... ConcurrentEinsteinDiscoveryStoryCreation: title: ConcurrentEinsteinDiscoveryStoryCreation required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 2 Remaining: 2 Salutation2: title: Salutation2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Ms. value: Ms. Street: title: Street required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LayoutUserStates: title: LayoutUserStates required: - 00hB0000000JrBRIA0 type: object properties: 00hB0000000JrBRIA0: $ref: '#/components/schemas/00hB0000000JrBRIA0' examples: - 00hB0000000JrBRIA0: id: 00hB0000000JrBRIA0 sectionUserStates: 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU ManagerId: title: ManagerId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Name21: title: Name21 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Philippe Ozil UserPreferencesDisMentionsCommentEmail: title: UserPreferencesDisMentionsCommentEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: title: UserPreferencesDisableSharePostEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: title: UserPreferencesShowCityToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DoesSendEmailToMembers: title: DoesSendEmailToMembers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCodeC1: title: SICCodeC1 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2768' UserPreferencesGlobalNavGridMenuWTShown: title: UserPreferencesGlobalNavGridMenuWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: title: UserPreferencesReminderSoundOff required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true AccountId1: title: AccountId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false DailyAnalyticsUploadedFilesSizeMB: title: DailyAnalyticsUploadedFilesSizeMB required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 51200 Remaining: 51200 ProfileId: title: ProfileId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DailyStandardVolumePlatformEvents: title: DailyStandardVolumePlatformEvents required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 10000 Remaining: 10000 StayInTouchNote: title: StayInTouchNote required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: title: CompanyDunsNumber required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email1: title: Email1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ObjectInfos: title: ObjectInfos required: - Group - Lead - Name - User type: object properties: Group: $ref: '#/components/schemas/Group1' Lead: $ref: '#/components/schemas/Lead1' Name: $ref: '#/components/schemas/Name18' User: $ref: '#/components/schemas/User7' examples: - Group: apiName: Group associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers - childObjectApiName: QueueSobject fieldName: QueueId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: QueueSobjects - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers createable: true custom: false defaultRecordTypeId: null deletable: true dependentFields: {} eTag: 7c2efbc357f16e2ce94a601b6724e2e0 feedEnabled: false fields: CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: 00G label: Group labelPlural: Group layoutable: false mruEnabled: false nameFields: - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png updateable: true Lead: apiName: Lead associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: ActivityHistory fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: CampaignMember fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CampaignMembers - childObjectApiName: CleanInfo fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CleanInfos - childObjectApiName: CollaborationGroupRecord fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordAssociatedGroups - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EmailStatus fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailStatuses - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: LeadCleanInfo fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfos - childObjectApiName: LeadFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: LeadHistory fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: LeadShare fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ListEmailIndividualRecipient fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailIndividualRecipients - childObjectApiName: ListEmailSentResult fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailRecipients - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: Note fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Notes - childObjectApiName: NoteAndAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NotesAndAttachments - childObjectApiName: OpenActivity fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: ProcessInstance fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessInstances - childObjectApiName: ProcessInstanceHistory fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessSteps - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: Task fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 36ee19b8151a3359e045a269024228ee feedEnabled: true fields: Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: 00Q label: Lead labelPlural: Leads layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png updateable: true Name: apiName: Name associateEntityType: null associateParentEntity: null childRelationships: [] createable: false custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: 573f4fe385d2beee7dae9c908017b144 feedEnabled: false fields: Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NameOrAlias: apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RecordTypeId: apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: null label: Name labelPlural: Names layoutable: false mruEnabled: false nameFields: - FirstName - LastName - Name queryable: false recordTypeInfos: {} searchable: false themeInfo: null updateable: false User: apiName: User associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: AccountCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfoReviewers - childObjectApiName: AnalyticNotification fieldName: RunAsId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AnalyticNotificationRunAsUsers - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: CollaborationGroupMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMemberships - childObjectApiName: CollaborationGroupMemberRequest fieldName: RequesterId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembershipRequests - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactCleanInfoReviewers - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: CompanySignedId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContractsSigned - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DelegatedAccount fieldName: ManagedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentId - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: EntitySubscription fieldName: SubscriberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptions - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: ExternalDataUserAuth fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ExternalDataUserAuths - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: InstalledMobileApp fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: InstalledMobileApps - childObjectApiName: LeadCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfoReviewers - childObjectApiName: NetworkActivityAudit fieldName: EntityCreatedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EntityCreators - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: NetworkMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkMemberUsers - childObjectApiName: NetworkUserHistoryRecent fieldName: NetworkUserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkUserHistoryRecentToUser - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: OwnedContentDocument fieldName: OwnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OwnedContentDocuments - childObjectApiName: PermissionSetAssignment fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetAssignments - childObjectApiName: PermissionSetLicenseAssign fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetLicenseAssignments - childObjectApiName: Photo fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Photos - childObjectApiName: ProfileSkillEndorsement fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillUserEndorsements - childObjectApiName: ProfileSkillUser fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillChildren - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: SessionPermSetActivation fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: SessionPermSetActivations - childObjectApiName: Site fieldName: AdminId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserSites - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers - childObjectApiName: User fieldName: ManagerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedUsers - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord - childObjectApiName: UserEntityAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserEntityAccessRights - childObjectApiName: UserFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: UserFieldAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserFieldAccessRights - childObjectApiName: UserPreference fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserPreferences - childObjectApiName: UserShare fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: WorkBadge fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Badges - childObjectApiName: WorkThanks fieldName: GiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GivenThanks createable: true custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: d448e1084760248d7990ca72c7ab1ef4 feedEnabled: true fields: AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: '005' label: User labelPlural: People layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png updateable: true 012000000000000AAA1: title: 012000000000000AAA1 required: - available - defaultRecordTypeMapping - master - name - recordTypeId type: object properties: available: type: boolean example: true defaultRecordTypeMapping: type: boolean example: true master: type: boolean example: true name: type: string example: Example Title recordTypeId: type: string example: '500123' examples: - available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA Records: title: Records required: - 00QB0000003pOQsMAM - 00QB0000003pORDMA2 type: object properties: 00QB0000003pOQsMAM: $ref: '#/components/schemas/00QB0000003pOQsMAM' 00QB0000003pORDMA2: $ref: '#/components/schemas/00QB0000003pORDMA2' examples: - 00QB0000003pOQsMAM: apiName: Lead childRelationships: {} eTag: e79d644a0e26dd84435737c9b78a01f5 fields: AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null id: 00QB0000003pOQsMAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:47:56.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:47:56.000Z' weakEtag: 1695829676000 00QB0000003pORDMA2: apiName: Lead childRelationships: {} eTag: 015958bb8c44279cba6c8f899be4d834 fields: AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null id: 00QB0000003pORDMA2 lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:51:59.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:51:59.000Z' weakEtag: 1695829919000 IsProfilePhotoActive: title: IsProfilePhotoActive required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate2: title: LastModifiedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesSRHOverrideActivities: title: UserPreferencesSRHOverrideActivities required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: title: EmailPreferencesAutoBccStayInTouch required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true HourlyAsyncReportRuns: title: HourlyAsyncReportRuns required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 1200 Remaining: 1200 UserPreferencesPathAssistantCollapsed: title: UserPreferencesPathAssistantCollapsed required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: title: UserPreferencesHideCSNDesktopTask required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DataStorageMB: title: DataStorageMB required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 5 Remaining: 5 DailyAsyncApexExecutions: title: DailyAsyncApexExecutions required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 250000 Remaining: 250000 PrimaryC1: title: PrimaryC1 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 'Yes' value: 'Yes' MasterRecordId2: title: MasterRecordId2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ToolingExecuteAnonymous: title: ToolingExecuteAnonymous required: - line - column - compiled - success - compileProblem - exceptionStackTrace - exceptionMessage type: object properties: line: type: integer contentEncoding: int32 example: 10 column: type: integer contentEncoding: int32 example: 10 compiled: type: boolean example: true success: type: boolean example: true compileProblem: type: - string - 'null' example: example_value exceptionStackTrace: type: - string - 'null' example: example_value exceptionMessage: type: - string - 'null' example: example_value examples: - line: -1 column: -1 compiled: true success: true compileProblem: null exceptionStackTrace: null exceptionMessage: null PostalCode: title: PostalCode required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating1: title: Rating1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: title: DigestFrequency required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AppMenu: title: AppMenu required: - AppSwitcher - Salesforce1 - NetworkTabs type: object properties: AppSwitcher: type: string example: example_value Salesforce1: type: string example: example_value NetworkTabs: type: string example: example_value examples: - AppSwitcher: /services/data/v58.0/appMenu/AppSwitcher Salesforce1: /services/data/v58.0/appMenu/Salesforce1 NetworkTabs: /services/data/v58.0/appMenu/NetworkTabs CreatedDate5: title: CreatedDate5 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' ConvertedDate: title: ConvertedDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id4: title: Id4 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate2: title: LastReferencedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesShowWorkPhoneToGuestUsers: title: UserPreferencesShowWorkPhoneToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBcc: title: EmailPreferencesAutoBcc required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true OwnerId4: title: OwnerId4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO FirstName1: title: FirstName1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IndividualId1: title: IndividualId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ReferenceToInfo: title: ReferenceToInfo required: - apiName - nameFields type: object properties: apiName: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] examples: - apiName: User nameFields: - FirstName - LastName - Name Industry1: title: Industry1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Company1: title: Company1 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Farmers Coop. of Florida Fields5: title: Fields5 required: - Alias - CommunityNickname - Email - FirstName - Id - IsActive - LastName - LastReferencedDate - LastViewedDate - Name - NameOrAlias - Phone - ProfileId - RecordTypeId - Title - Type - UserRoleId - Username type: object properties: Alias: $ref: '#/components/schemas/Alias' CommunityNickname: $ref: '#/components/schemas/CommunityNickname' Email: $ref: '#/components/schemas/Email1' FirstName: $ref: '#/components/schemas/FirstName1' Id: $ref: '#/components/schemas/Id4' IsActive: $ref: '#/components/schemas/IsActive' LastName: $ref: '#/components/schemas/LastName1' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' Name: $ref: '#/components/schemas/Name19' NameOrAlias: $ref: '#/components/schemas/NameOrAlias' Phone: $ref: '#/components/schemas/Phone2' ProfileId: $ref: '#/components/schemas/ProfileId' RecordTypeId: $ref: '#/components/schemas/RecordTypeId' Title: $ref: '#/components/schemas/Title1' Type: $ref: '#/components/schemas/Type7' UserRoleId: $ref: '#/components/schemas/UserRoleId' Username: $ref: '#/components/schemas/Username' examples: - Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NameOrAlias: apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RecordTypeId: apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false City: title: City required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DailyEinsteinDiscoveryPredictionsByCDC: title: DailyEinsteinDiscoveryPredictionsByCDC required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 500000 Remaining: 500000 LastName4: title: LastName4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Boxer UserPreferencesDisableProfilePostEmail: title: UserPreferencesDisableProfilePostEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true JigsawImportLimitOverride: title: JigsawImportLimitOverride required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OutputValues1: title: OutputValues1 required: - myColumnOutput type: object properties: myColumnOutput: type: string example: example_value examples: - myColumnOutput: '1' MediumPhotoUrl: title: MediumPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone3: title: MobilePhone3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null PhotoUrl2: title: PhotoUrl2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GetRecordDataandObjectMetadata: title: GetRecordDataandObjectMetadata required: - eTag - layoutUserStates - layouts - objectInfos - records type: object properties: eTag: type: string example: example_value layoutUserStates: $ref: '#/components/schemas/LayoutUserStates' layouts: $ref: '#/components/schemas/Layouts' objectInfos: $ref: '#/components/schemas/ObjectInfos' records: $ref: '#/components/schemas/Records' CloneSourceId: title: CloneSourceId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesContentEmailAsAndWhen: title: UserPreferencesContentEmailAsAndWhen required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DoesIncludeBosses: title: DoesIncludeBosses required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: title: UserPreferencesReceiveNoNotificationsAsApprover required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ForecastEnabled: title: ForecastEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: title: UserPreferencesFavoritesShowTopFavorites required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Value2: title: Value2 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields8' id: type: string example: abc123 lastModifiedById: type: - string - 'null' example: '500123' lastModifiedDate: type: - string - 'null' example: example_value recordTypeId: type: - string - 'null' example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: - string - 'null' example: example_value weakEtag: type: integer contentEncoding: int32 example: 10 examples: - apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 DailyEinsteinDiscoveryOptimizationJobRuns: title: DailyEinsteinDiscoveryOptimizationJobRuns required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 25 Remaining: 25 Description5: title: Description5 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Name19: title: Name19 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false HourlySyncReportRuns: title: HourlySyncReportRuns required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 500 Remaining: 500 UserPreferencesDisableFileShareNotificationsForApi: title: UserPreferencesDisableFileShareNotificationsForApi required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true AnnualRevenue3: title: AnnualRevenue3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null HourlyShortTermIdMapping: title: HourlyShortTermIdMapping required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 100000 Remaining: 100000 Signature: title: Signature required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: title: UserPreferencesHideMailAppEAPUserGuidance required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DeveloperName: title: DeveloperName required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesDisableMentionsPostEmail: title: UserPreferencesDisableMentionsPostEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Lead1: title: Lead1 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: string example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields4' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: $ref: '#/components/schemas/RecordTypeInfos' searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: Lead associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: ActivityHistory fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: CampaignMember fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CampaignMembers - childObjectApiName: CleanInfo fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CleanInfos - childObjectApiName: CollaborationGroupRecord fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordAssociatedGroups - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EmailStatus fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailStatuses - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: LeadCleanInfo fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfos - childObjectApiName: LeadFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: LeadHistory fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: LeadShare fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ListEmailIndividualRecipient fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailIndividualRecipients - childObjectApiName: ListEmailSentResult fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailRecipients - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: Note fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Notes - childObjectApiName: NoteAndAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NotesAndAttachments - childObjectApiName: OpenActivity fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: ProcessInstance fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessInstances - childObjectApiName: ProcessInstanceHistory fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessSteps - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: Task fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 36ee19b8151a3359e045a269024228ee feedEnabled: true fields: Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: 00Q label: Lead labelPlural: Leads layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png updateable: true HourlyManagedContentPublicRequests: title: HourlyManagedContentPublicRequests required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 50000 Remaining: 50000 CurrentGeneratorsC: title: CurrentGeneratorsC required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PublishCallbackUsageInApex: title: PublishCallbackUsageInApex required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 5242880 Remaining: 5242880 UserPreferencesHideChatterOnboardingSplash: title: UserPreferencesHideChatterOnboardingSplash required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Fax2: title: Fax2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserRoleId: title: UserRoleId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesHideTaskListViewsPopover: title: UserPreferencesHideTaskListViewsPopover required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: title: UserPermissionsKnowledgeUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: title: UserPreferencesHideEventCalendar required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: title: UserPreferencesShowCityToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: title: UserPreferencesDisableChangeCommentEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LayoutRow: title: LayoutRow required: - layoutItems type: object properties: layoutItems: type: array items: $ref: '#/components/schemas/LayoutItem' description: '' example: [] examples: - layoutItems: - editableForNew: false editableForUpdate: false label: Lead Owner layoutComponents: - apiName: OwnerId componentType: Field label: Owner ID lookupIdApiName: OwnerId required: false sortable: false - editableForNew: true editableForUpdate: true label: Phone layoutComponents: - apiName: Phone componentType: Field label: Phone lookupIdApiName: null required: false sortable: false Fields7: title: Fields7 required: - AnnualRevenue - City - Company - Country - CreatedBy - CreatedById - CreatedDate - CurrentGenerators__c - Description - Email - Fax - FirstName - Industry - LastModifiedBy - LastModifiedById - LastModifiedDate - LastName - LeadSource - MobilePhone - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Phone - PostalCode - Primary__c - ProductInterest__c - Rating - SICCode__c - Salutation - State - Status - Street - Title - Website type: object properties: AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue2' City: $ref: '#/components/schemas/City2' Company: $ref: '#/components/schemas/Company1' Country: $ref: '#/components/schemas/Country2' CreatedBy: $ref: '#/components/schemas/CreatedBy3' CreatedById: $ref: '#/components/schemas/CreatedById5' CreatedDate: $ref: '#/components/schemas/CreatedDate5' CurrentGenerators__c: $ref: '#/components/schemas/CurrentGeneratorsC1' Description: $ref: '#/components/schemas/Description6' Email: $ref: '#/components/schemas/Email5' Fax: $ref: '#/components/schemas/Fax4' FirstName: $ref: '#/components/schemas/FirstName4' Industry: $ref: '#/components/schemas/Industry2' LastModifiedBy: $ref: '#/components/schemas/LastModifiedBy3' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate5' LastName: $ref: '#/components/schemas/LastName4' LeadSource: $ref: '#/components/schemas/LeadSource2' MobilePhone: $ref: '#/components/schemas/MobilePhone3' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC2' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Phone: $ref: '#/components/schemas/Phone5' PostalCode: $ref: '#/components/schemas/PostalCode2' Primary__c: $ref: '#/components/schemas/PrimaryC1' ProductInterest__c: $ref: '#/components/schemas/ProductInterestC1' Rating: $ref: '#/components/schemas/Rating2' SICCode__c: $ref: '#/components/schemas/SICCodeC1' Salutation: $ref: '#/components/schemas/Salutation2' State: $ref: '#/components/schemas/State2' Status: $ref: '#/components/schemas/Status9' Street: $ref: '#/components/schemas/Street2' Title: $ref: '#/components/schemas/Title4' Website: $ref: '#/components/schemas/Website2' examples: - AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null Type7: title: Type7 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false QueryAll: title: QueryAll required: - totalSize - done - records type: object properties: totalSize: type: integer contentEncoding: int32 example: 42 done: type: boolean example: true records: type: array items: $ref: '#/components/schemas/Record15' description: '' example: [] examples: - totalSize: 12 done: true records: - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2vIAF Name: Edge Communications - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2wIAF Name: Burlington Textiles Corp of America - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2xIAF Name: Pyramid Construction Inc. - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2yIAF Name: Dickenson plc - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ2zIAF Name: Grand Hotels & Resorts Ltd - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ30IAF Name: United Oil & Gas Corp. - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ31IAF Name: Express Logistics and Transport - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ32IAF Name: University of Arizona - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ33IAF Name: United Oil & Gas, UK - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ34IAF Name: United Oil & Gas, Singapore - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ35IAF Name: GenePoint - attributes: type: Account url: /services/data/v58.0/sobjects/Account/001B000000UnQ36IAF Name: sForce CreatedById2: title: CreatedById2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CompanyName: title: CompanyName required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax4: title: Fax4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: (850) 644-4300 Errors7: title: Errors7 required: - statusCode - message - fields type: object properties: statusCode: type: string example: example_value message: type: string example: example_value fields: type: array items: type: string description: '' example: [] examples: - statusCode: OPERATION_ENQUEUED message: 234995b6-53b6-4887-93fc-ecd0fac8b36c fields: [] AnalyticsExternalDataSizeMB: title: AnalyticsExternalDataSizeMB required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 40960 Remaining: 40960 DailyBulkApiBatches: title: DailyBulkApiBatches required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 15000 Remaining: 15000 UserPreferencesHideBiggerPhotoCallout: title: UserPreferencesHideBiggerPhotoCallout required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: title: UserPreferencesShowStateToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Phone5: title: Phone5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: (850) 644-4200 UserPreferencesSuppressEventSFXReminders: title: UserPreferencesSuppressEventSFXReminders required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Website1: title: Website1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: title: SenderEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: title: UserPreferencesLtngPromoReserved19UserPref required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ConvertedAccountId: title: ConvertedAccountId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false MobilePhone1: title: MobilePhone1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: title: UserPreferencesCreateLEXAppsWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Status200-Successfull: title: Status200-Successfull required: - actionName - errors - isSuccess - outputValues - version type: object properties: actionName: type: string example: example_value errors: type: - string - 'null' example: example_value isSuccess: type: boolean example: true outputValues: $ref: '#/components/schemas/OutputValues' version: type: integer contentEncoding: int32 example: 10 examples: - actionName: myExpressionSet errors: null isSuccess: true outputValues: output: 1 version: 1 DailyFunctionsApiCallLimit: title: DailyFunctionsApiCallLimit required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 50000 Remaining: 50000 City3: title: City3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesPreviewCustomTheme: title: UserPreferencesPreviewCustomTheme required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: title: UserPreferencesShowTitleToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LayoutComponent: title: LayoutComponent required: - apiName - componentType - label type: object properties: apiName: type: - string - 'null' example: example_value componentType: type: string example: example_value label: type: string example: Example Title examples: - apiName: OwnerId componentType: Field label: Owner ID LeadSource1: title: LeadSource1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Limits: title: Limits required: - ActiveScratchOrgs - AnalyticsExternalDataSizeMB - ConcurrentAsyncGetReportInstances - ConcurrentEinsteinDataInsightsStoryCreation - ConcurrentEinsteinDiscoveryStoryCreation - ConcurrentSyncReportRuns - DailyAnalyticsDataflowJobExecutions - DailyAnalyticsUploadedFilesSizeMB - DailyApiRequests - DailyAsyncApexExecutions - DailyAsyncApexTests - DailyBulkApiBatches - DailyBulkV2QueryFileStorageMB - DailyBulkV2QueryJobs - DailyDeliveredPlatformEvents - DailyDurableGenericStreamingApiEvents - DailyDurableStreamingApiEvents - DailyEinsteinDataInsightsStoryCreation - DailyEinsteinDiscoveryOptimizationJobRuns - DailyEinsteinDiscoveryPredictAPICalls - DailyEinsteinDiscoveryPredictionsByCDC - DailyEinsteinDiscoveryStoryCreation - DailyFunctionsApiCallLimit - DailyGenericStreamingApiEvents - DailyScratchOrgs - DailyStandardVolumePlatformEvents - DailyStreamingApiEvents - DailyWorkflowEmails - DataStorageMB - DurableStreamingApiConcurrentClients - FileStorageMB - HourlyAsyncReportRuns - HourlyDashboardRefreshes - HourlyDashboardResults - HourlyDashboardStatuses - HourlyLongTermIdMapping - HourlyManagedContentPublicRequests - HourlyODataCallout - HourlyPublishedPlatformEvents - HourlyPublishedStandardVolumePlatformEvents - HourlyShortTermIdMapping - HourlySyncReportRuns - HourlyTimeBasedWorkflow - MassEmail - MonthlyEinsteinDiscoveryStoryCreation - Package2VersionCreates - Package2VersionCreatesWithoutValidation - PermissionSets - PrivateConnectOutboundCalloutHourlyLimitMB - PublishCallbackUsageInApex - SingleEmail - StreamingApiConcurrentClients type: object properties: ActiveScratchOrgs: $ref: '#/components/schemas/ActiveScratchOrgs' AnalyticsExternalDataSizeMB: $ref: '#/components/schemas/AnalyticsExternalDataSizeMB' ConcurrentAsyncGetReportInstances: $ref: '#/components/schemas/ConcurrentAsyncGetReportInstances' ConcurrentEinsteinDataInsightsStoryCreation: $ref: '#/components/schemas/ConcurrentEinsteinDataInsightsStoryCreation' ConcurrentEinsteinDiscoveryStoryCreation: $ref: '#/components/schemas/ConcurrentEinsteinDiscoveryStoryCreation' ConcurrentSyncReportRuns: $ref: '#/components/schemas/ConcurrentSyncReportRuns' DailyAnalyticsDataflowJobExecutions: $ref: '#/components/schemas/DailyAnalyticsDataflowJobExecutions' DailyAnalyticsUploadedFilesSizeMB: $ref: '#/components/schemas/DailyAnalyticsUploadedFilesSizeMB' DailyApiRequests: $ref: '#/components/schemas/DailyApiRequests' DailyAsyncApexExecutions: $ref: '#/components/schemas/DailyAsyncApexExecutions' DailyAsyncApexTests: $ref: '#/components/schemas/DailyAsyncApexTests' DailyBulkApiBatches: $ref: '#/components/schemas/DailyBulkApiBatches' DailyBulkV2QueryFileStorageMB: $ref: '#/components/schemas/DailyBulkV2QueryFileStorageMB' DailyBulkV2QueryJobs: $ref: '#/components/schemas/DailyBulkV2QueryJobs' DailyDeliveredPlatformEvents: $ref: '#/components/schemas/DailyDeliveredPlatformEvents' DailyDurableGenericStreamingApiEvents: $ref: '#/components/schemas/DailyDurableGenericStreamingApiEvents' DailyDurableStreamingApiEvents: $ref: '#/components/schemas/DailyDurableStreamingApiEvents' DailyEinsteinDataInsightsStoryCreation: $ref: '#/components/schemas/DailyEinsteinDataInsightsStoryCreation' DailyEinsteinDiscoveryOptimizationJobRuns: $ref: '#/components/schemas/DailyEinsteinDiscoveryOptimizationJobRuns' DailyEinsteinDiscoveryPredictAPICalls: $ref: '#/components/schemas/DailyEinsteinDiscoveryPredictAPICalls' DailyEinsteinDiscoveryPredictionsByCDC: $ref: '#/components/schemas/DailyEinsteinDiscoveryPredictionsByCDC' DailyEinsteinDiscoveryStoryCreation: $ref: '#/components/schemas/DailyEinsteinDiscoveryStoryCreation' DailyFunctionsApiCallLimit: $ref: '#/components/schemas/DailyFunctionsApiCallLimit' DailyGenericStreamingApiEvents: $ref: '#/components/schemas/DailyGenericStreamingApiEvents' DailyScratchOrgs: $ref: '#/components/schemas/DailyScratchOrgs' DailyStandardVolumePlatformEvents: $ref: '#/components/schemas/DailyStandardVolumePlatformEvents' DailyStreamingApiEvents: $ref: '#/components/schemas/DailyStreamingApiEvents' DailyWorkflowEmails: $ref: '#/components/schemas/DailyWorkflowEmails' DataStorageMB: $ref: '#/components/schemas/DataStorageMB' DurableStreamingApiConcurrentClients: $ref: '#/components/schemas/DurableStreamingApiConcurrentClients' FileStorageMB: $ref: '#/components/schemas/FileStorageMB' HourlyAsyncReportRuns: $ref: '#/components/schemas/HourlyAsyncReportRuns' HourlyDashboardRefreshes: $ref: '#/components/schemas/HourlyDashboardRefreshes' HourlyDashboardResults: $ref: '#/components/schemas/HourlyDashboardResults' HourlyDashboardStatuses: $ref: '#/components/schemas/HourlyDashboardStatuses' HourlyLongTermIdMapping: $ref: '#/components/schemas/HourlyLongTermIdMapping' HourlyManagedContentPublicRequests: $ref: '#/components/schemas/HourlyManagedContentPublicRequests' HourlyODataCallout: $ref: '#/components/schemas/HourlyODataCallout' HourlyPublishedPlatformEvents: $ref: '#/components/schemas/HourlyPublishedPlatformEvents' HourlyPublishedStandardVolumePlatformEvents: $ref: '#/components/schemas/HourlyPublishedStandardVolumePlatformEvents' HourlyShortTermIdMapping: $ref: '#/components/schemas/HourlyShortTermIdMapping' HourlySyncReportRuns: $ref: '#/components/schemas/HourlySyncReportRuns' HourlyTimeBasedWorkflow: $ref: '#/components/schemas/HourlyTimeBasedWorkflow' MassEmail: $ref: '#/components/schemas/MassEmail' MonthlyEinsteinDiscoveryStoryCreation: $ref: '#/components/schemas/MonthlyEinsteinDiscoveryStoryCreation' Package2VersionCreates: $ref: '#/components/schemas/Package2VersionCreates' Package2VersionCreatesWithoutValidation: $ref: '#/components/schemas/Package2VersionCreatesWithoutValidation' PermissionSets: $ref: '#/components/schemas/PermissionSets' PrivateConnectOutboundCalloutHourlyLimitMB: $ref: '#/components/schemas/PrivateConnectOutboundCalloutHourlyLimitMB' PublishCallbackUsageInApex: $ref: '#/components/schemas/PublishCallbackUsageInApex' SingleEmail: $ref: '#/components/schemas/SingleEmail' StreamingApiConcurrentClients: $ref: '#/components/schemas/StreamingApiConcurrentClients' examples: - ActiveScratchOrgs: Max: 3 Remaining: 3 AnalyticsExternalDataSizeMB: Max: 40960 Remaining: 40960 ConcurrentAsyncGetReportInstances: Max: 200 Remaining: 200 ConcurrentEinsteinDataInsightsStoryCreation: Max: 5 Remaining: 5 ConcurrentEinsteinDiscoveryStoryCreation: Max: 2 Remaining: 2 ConcurrentSyncReportRuns: Max: 20 Remaining: 20 DailyAnalyticsDataflowJobExecutions: Max: 60 Remaining: 60 DailyAnalyticsUploadedFilesSizeMB: Max: 51200 Remaining: 51200 DailyApiRequests: Max: 15000 Remaining: 14999 DailyAsyncApexExecutions: Max: 250000 Remaining: 250000 DailyAsyncApexTests: Max: 540 Remaining: 540 DailyBulkApiBatches: Max: 15000 Remaining: 15000 DailyBulkV2QueryFileStorageMB: Max: 976562 Remaining: 976562 DailyBulkV2QueryJobs: Max: 10000 Remaining: 10000 DailyDeliveredPlatformEvents: Max: 10000 Remaining: 10000 DailyDurableGenericStreamingApiEvents: Max: 10000 Remaining: 10000 DailyDurableStreamingApiEvents: Max: 10000 Remaining: 10000 DailyEinsteinDataInsightsStoryCreation: Max: 1000 Remaining: 1000 DailyEinsteinDiscoveryOptimizationJobRuns: Max: 25 Remaining: 25 DailyEinsteinDiscoveryPredictAPICalls: Max: 50000 Remaining: 50000 DailyEinsteinDiscoveryPredictionsByCDC: Max: 500000 Remaining: 500000 DailyEinsteinDiscoveryStoryCreation: Max: 100 Remaining: 100 DailyFunctionsApiCallLimit: Max: 50000 Remaining: 50000 DailyGenericStreamingApiEvents: Max: 10000 Remaining: 10000 DailyScratchOrgs: Max: 6 Remaining: 6 DailyStandardVolumePlatformEvents: Max: 10000 Remaining: 10000 DailyStreamingApiEvents: Max: 10000 Remaining: 10000 DailyWorkflowEmails: Max: 405 Remaining: 405 DataStorageMB: Max: 5 Remaining: 5 DurableStreamingApiConcurrentClients: Max: 20 Remaining: 20 FileStorageMB: Max: 20 Remaining: 20 HourlyAsyncReportRuns: Max: 1200 Remaining: 1200 HourlyDashboardRefreshes: Max: 200 Remaining: 200 HourlyDashboardResults: Max: 5000 Remaining: 5000 HourlyDashboardStatuses: Max: 999999999 Remaining: 999999999 HourlyLongTermIdMapping: Max: 100000 Remaining: 100000 HourlyManagedContentPublicRequests: Max: 50000 Remaining: 50000 HourlyODataCallout: Max: 1000 Remaining: 1000 HourlyPublishedPlatformEvents: Max: 50000 Remaining: 50000 HourlyPublishedStandardVolumePlatformEvents: Max: 1000 Remaining: 1000 HourlyShortTermIdMapping: Max: 100000 Remaining: 100000 HourlySyncReportRuns: Max: 500 Remaining: 500 HourlyTimeBasedWorkflow: Max: 50 Remaining: 50 MassEmail: Max: 10 Remaining: 10 MonthlyEinsteinDiscoveryStoryCreation: Max: 500 Remaining: 500 Package2VersionCreates: Max: 6 Remaining: 6 Package2VersionCreatesWithoutValidation: Max: 500 Remaining: 500 PermissionSets: Max: 1500 Remaining: 1498 CreateCustom: Max: 1000 Remaining: 998 PrivateConnectOutboundCalloutHourlyLimitMB: Max: 0 Remaining: 0 PublishCallbackUsageInApex: Max: 5242880 Remaining: 5242880 SingleEmail: Max: 15 Remaining: 15 StreamingApiConcurrentClients: Max: 20 Remaining: 20 UserPreferencesSuppressTaskSFXReminders: title: UserPreferencesSuppressTaskSFXReminders required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailEncodingKey: title: EmailEncodingKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AboutMe: title: AboutMe required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesActivityRemindersPopup: title: UserPreferencesActivityRemindersPopup required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: title: UserPreferencesShowEmailToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ConvertedContactId: title: ConvertedContactId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false UserPreferencesPreviewLightning: title: UserPreferencesPreviewLightning required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 00QB0000003pORDMA2: title: 00QB0000003pORDMA2 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields11' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Lead childRelationships: {} eTag: 015958bb8c44279cba6c8f899be4d834 fields: AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null id: 00QB0000003pORDMA2 lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:51:59.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:51:59.000Z' weakEtag: 1695829919000 Fields8: title: Fields8 required: - Id - Name type: object properties: Id: $ref: '#/components/schemas/Id8' Name: $ref: '#/components/schemas/Name21' examples: - Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil SystemModstamp2: title: SystemModstamp2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PrivateConnectOutboundCalloutHourlyLimitMB: title: PrivateConnectOutboundCalloutHourlyLimitMB required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 0 Remaining: 0 PortalRole: title: PortalRole required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesFavoritesWTShown: title: UserPreferencesFavoritesWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: title: UserPermissionsSiteforceContributorUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DailyDeliveredPlatformEvents: title: DailyDeliveredPlatformEvents required: - Max - Remaining type: object properties: Max: type: integer contentEncoding: int32 example: 10 Remaining: type: integer contentEncoding: int32 example: 10 examples: - Max: 10000 Remaining: 10000 UserPreferencesHideTrialsWelcomeMat: title: UserPreferencesHideTrialsWelcomeMat required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Status400-EmptyExpressionSetAPIName1: title: Status400-EmptyExpressionSetAPIName1 required: - actionName - errors - isSuccess - outputValues - version type: object properties: actionName: type: string example: example_value errors: type: array items: $ref: '#/components/schemas/Errors7' description: '' example: [] isSuccess: type: boolean example: true outputValues: type: - string - 'null' example: example_value version: type: integer contentEncoding: int32 example: 10 examples: - actionName: :expressionSetAPIName errors: - statusCode: MISSING_RECORD message: 'Action name not found: :expressionSetAPIName' fields: [] isSuccess: false outputValues: null version: 1 StayInTouchSignature: title: StayInTouchSignature required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true securitySchemes: BearerAuth: type: http scheme: bearer description: 'OAuth 2.0 Bearer token obtained from the Salesforce OAuth 2.0 token endpoint. Include this token in the Authorization header as "Bearer {access_token}". '