openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort Create 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: Create paths: /data/v64.0/jobs/query: parameters: [] post: tags: - Create summary: Salesforce Successful Create Job Query operationId: SuccessfulCreatejobQuery parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/SuccessfulCreatejobQueryRequest' - examples: - operation: query query: SELECT fields FROM object WHERE filter contentType: CSV columnDelimiter: BACKQUOTE | CARET | COMMA | PIPE | SEMICOLON | TAB lineEnding: CRLF | LF contentMediaType: application/json example: operation: query query: SELECT fields FROM object WHERE filter contentType: CSV columnDelimiter: BACKQUOTE | CARET | COMMA | PIPE | SEMICOLON | TAB lineEnding: CRLF | LF required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:06:06 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=18/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/SuccessfulCreatejobQuery' - examples: - id: 750... operation: query object: Account createdById: 005... createdDate: systemModstamp: state: UploadComplete concurrencyMode: Parallel contentType: CSV apiVersion: 58 lineEnding: LF columnDelimiter: COMMA contentMediaType: application/json;charset=UTF-8 example: id: 750... operation: query object: Account createdById: 005... createdDate: systemModstamp: state: UploadComplete concurrencyMode: Parallel contentType: CSV apiVersion: 58 lineEnding: LF columnDelimiter: COMMA deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /async/64.0/job: parameters: [] post: tags: - Create summary: Salesforce Bulk Create Job operationId: BulkCreateJob parameters: - name: X-SFDC-Session in: header description: '' required: true schema: type: string example: example_value - name: charset in: header description: '' required: true schema: type: string examples: - UTF-8 example: example_value requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/BulkCreateJobRequest' - examples: - operation: insert object: Account contentType: CSV contentMediaType: application/json example: operation: insert object: Account contentType: CSV required: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Thu, 16 Nov 2023 16:07: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 Location: content: text/plain: schema: type: string contentMediaType: text/plain example: /services/async/58.0/job/7502o00000kjNCsAAM 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: schema: allOf: - $ref: '#/components/schemas/SuccessfulBulkCreateJob' - examples: - apexProcessingTime: 0 apiActiveProcessingTime: 0 apiVersion: 58 assignmentRuleId: null concurrencyMode: Parallel contentType: CSV createdById: 005... createdDate: externalIdFieldName: null fastPathEnabled: false id: 750... numberBatchesCompleted: 0 numberBatchesFailed: 0 numberBatchesInProgress: 0 numberBatchesQueued: 0 numberBatchesTotal: 0 numberRecordsFailed: 0 numberRecordsProcessed: 0 numberRetries: 0 object: operation: insert state: Open systemModstamp: totalProcessingTime: 0 contentMediaType: application/json example: apexProcessingTime: 0 apiActiveProcessingTime: 0 apiVersion: 58 assignmentRuleId: null concurrencyMode: Parallel contentType: CSV createdById: 005... createdDate: externalIdFieldName: null fastPathEnabled: false id: 750... numberBatchesCompleted: 0 numberBatchesFailed: 0 numberBatchesInProgress: 0 numberBatchesQueued: 0 numberBatchesTotal: 0 numberRecordsFailed: 0 numberRecordsProcessed: 0 numberRetries: 0 object: operation: insert state: Open systemModstamp: totalProcessingTime: 0 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /async/64.0/job//batch: parameters: [] post: tags: - Create summary: Salesforce Bulk Create Batch operationId: BulkCreateBatch parameters: - name: X-SFDC-Session in: header description: '' required: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: text/csv type: string examples: - text/csv example: example_value - name: charset in: header description: '' required: true schema: type: string examples: - UTF-8 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: BulkcreatebatchRequestExample: summary: Default BulkCreateBatch 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: Thu, 16 Nov 2023 16:16:10 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 Location: content: text/plain: schema: type: string contentMediaType: text/plain example: /services/async/58.0/job/7502o00000kjNCsAAM/batch/7512o00001DSJWnAAP 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/xml: schema: allOf: - $ref: '#/components/schemas/batchInfo' - xml: name: batchInfo attribute: false wrapped: false examples: - "\n\n 751...\n\n 750...\n\n Queued\n\n datetime\n\n datetime\n\n 0\n\n 0\n\n 0\n\n 0\n\n 0\n\n" contentMediaType: application/xml example: "\n\n 751...\n\n 750...\n\n Queued\n\n datetime\n\n datetime\n\n 0\n\n 0\n\n 0\n\n 0\n\n 0\n\n" 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: parameters: [] post: tags: - Create summary: Salesforce Create Job operationId: Createjob parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreatejobRequest' - examples: - object: Asset operation: update contentMediaType: application/json example: object: Asset operation: update required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 14:58:56 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/SuccessfulCreatejob' - examples: - id: 750... operation: insert object: Account createdById: 005... createdDate: systemModstamp: state: Open concurrencyMode: Parallel contentType: CSV apiVersion: 58 contentUrl: services/data/v58.0/jobs/ingest/750.../batches lineEnding: LF columnDelimiter: COMMA contentMediaType: application/json;charset=UTF-8 example: id: 750... operation: insert object: Account createdById: 005... createdDate: systemModstamp: state: Open concurrencyMode: Parallel contentType: CSV apiVersion: 58 contentUrl: services/data/v58.0/jobs/ingest/750.../batches lineEnding: LF columnDelimiter: COMMA 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/composite/sobjects: parameters: [] post: tags: - Create summary: Salesforce Sobject Collections Create description: 'Executes actions on multiple records in one request. Use SObject Collections to reduce the number of round-trips between the client and server. This resource is available in API version 42.0 and later. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm' operationId: SObjectCollectionsCreate parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/SObjectCollectionsCreateRequest' - examples: - allOrNone: false records: - attributes: type: Account Name: example.com BillingCity: San Francisco - attributes: type: Contact LastName: Johnson FirstName: Erica contentMediaType: application/json example: allOrNone: false records: - attributes: type: Account Name: example.com BillingCity: San Francisco - attributes: type: Contact LastName: Johnson FirstName: Erica required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:25:46 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=44/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/SuccessfulSObjectCollectionsCreate' description: '' examples: - - id: 001... success: true errors: [] - id: 003... success: true errors: [] contentMediaType: application/json;charset=UTF-8 example: - id: 001... success: true errors: [] - id: 003... success: true errors: [] 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/named-credentials/credential: parameters: [] post: tags: - Create summary: Salesforce Create Credential description: Create a credential. operationId: CreateCredential parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateCredentialRequest' - examples: - authenticationProtocol: Custom credentials: {} externalCredential: SampleExternalCredential principalName: SamplePrincipal principalType: NamedPrincipal contentMediaType: application/json example: authenticationProtocol: Custom credentials: {} externalCredential: SampleExternalCredential principalName: SamplePrincipal principalType: NamedPrincipal required: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Nov 2023 12:06:08 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 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/successfulCreateCredential' - examples: - authenticationProtocol: Custom authenticationStatus: Unknown credentials: {} externalCredential: SampleExternalCredential principalName: SamplePrincipal principalType: NamedPrincipal contentMediaType: application/json;charset=UTF-8 example: authenticationProtocol: Custom authenticationStatus: Unknown credentials: {} externalCredential: SampleExternalCredential principalName: SamplePrincipal principalType: NamedPrincipal 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/named-credentials/external-credentials: parameters: [] post: tags: - Create summary: Salesforce Create External Credential description: Create an external credential. operationId: CreateExternalCredential parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateExternalCredentialRequest' - examples: - developerName: SampleExternalCredential masterLabel: Sample External Credential authenticationProtocol: Custom principals: - principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue sequenceNumber: 1 contentMediaType: application/json example: developerName: SampleExternalCredential masterLabel: Sample External Credential authenticationProtocol: Custom principals: - principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue sequenceNumber: 1 required: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 16:53:51 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 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/SuccessfulCreateExternalCredential' - examples: - authenticationProtocol: Custom authenticationStatus: Unknown customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue id: 0pu2o000000KymkAAC sequenceNumber: 1 developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential parameters: [] principals: - authenticationStatus: Unknown id: 0pu2o000000KymjAAC parameters: [] principalAccess: [] principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 relatedNamedCredentials: [] url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential contentMediaType: application/json;charset=UTF-8 example: authenticationProtocol: Custom authenticationStatus: Unknown customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue id: 0pu2o000000KymkAAC sequenceNumber: 1 developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential parameters: [] principals: - authenticationStatus: Unknown id: 0pu2o000000KymjAAC parameters: [] principalAccess: [] principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 relatedNamedCredentials: [] url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential 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/named-credentials/named-credential-setup: parameters: [] post: tags: - Create summary: Salesforce Create Named Credential description: Create a named credential. operationId: CreateNamedCredential parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateNamedCredentialRequest' - examples: - developerName: SamplePrivate masterLabel: SamplePrivateLabel type: SecuredEndpoint calloutUrl: https://api.example.com externalCredentials: - developerName: SampleExternalCredential customHeaders: - headerName: SampleHeader headerValue: SampleValue sequenceNumber: 1 calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true contentMediaType: application/json example: developerName: SamplePrivate masterLabel: SamplePrivateLabel type: SecuredEndpoint calloutUrl: https://api.example.com externalCredentials: - developerName: SampleExternalCredential customHeaders: - headerName: SampleHeader headerValue: SampleValue sequenceNumber: 1 calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true required: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 16:54:12 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 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/SuccessfulCreateNamedCredential' - examples: - calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true calloutUrl: https://api.example.com customHeaders: - headerName: SampleHeader headerValue: SampleValue id: 0pv2o000000PAv6AAG sequenceNumber: 1 developerName: SamplePrivate externalCredentials: - developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential id: 0XA2o000000XaAQGA0 masterLabel: SamplePrivateLabel parameters: [] type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/SamplePrivate contentMediaType: application/json;charset=UTF-8 example: calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true calloutUrl: https://api.example.com customHeaders: - headerName: SampleHeader headerValue: SampleValue id: 0pv2o000000PAv6AAG sequenceNumber: 1 developerName: SamplePrivate externalCredentials: - developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential id: 0XA2o000000XaAQGA0 masterLabel: SamplePrivateLabel parameters: [] type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/SamplePrivate 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/sobjects/NamedCredential: parameters: [] post: tags: - Create summary: Salesforce Create Named Credential1 operationId: Createnamedcredential1 parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreatenamedcredentialRequest1' - examples: - FullName: MyNamedCredential Metadata: label: My Named Credential endpoint: arn:aws:AWS_REGION:AWS_ACCOUNT_ID principalType: Anonymous protocol: NoAuthentication contentMediaType: application/json example: FullName: MyNamedCredential Metadata: label: My Named Credential endpoint: arn:aws:AWS_REGION:AWS_ACCOUNT_ID principalType: Anonymous protocol: NoAuthentication 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/connect/business-rules/decision-table/definitions: parameters: [] post: tags: - Create summary: Salesforce Create Table description: "# Decision Table Definitions (POST)\n\nCreate a decision table definition. A decision table definition contains all the details required to create a decision table.Resource\n\n```\n/connect/business-rules/decision-table/definitions\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/decision-table/definitions\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nPOST\n\nJSON example for a single object source\n\n```\n{\n \"setupName\":\"Product Qualificiation eligibility\",\n \"fullName\":\"ProductQualificationEligibility\",\n \"description\":\"Eligiblity of Products using Qualification Rules\",\n \"usageType\":\"ProductEligibility\",\n \"sourceType\":\"SingleSobject\",\n \"sourceObject\":\"AccountFeed\",\n \"status\":\"Draft\",\n \"decisionResultPolicy\":\"UniqueValues\",\n \"collectOperator\":\"Count\",\n \"conditionType\":\"Any\",\n \"conditionCriteria\":\"1 OR 2 OR 3\",\n \"parameters\":[\n {\n \"fieldName\":\"IsDeleted\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"1\"\n },\n {\n \"fieldName\":\"Id\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"2\"\n },\n {\n \"fieldName\":\"Title\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"3\"\n },\n {\n \"fieldName\":\"CreatedById\",\n \"usage\":\"OUTPUT\"\n }\n ]\n}\n\n ```\n\nJSON example for a multi-object source\n\n```\n{\n \"setupName\":\"Jumbo Pricing Definition\",\n \"fullName\":\"JumboPricingDefinition\",\n \"description\":\"Join all the DT definitions into one jumbo pricing definition\",\n \"usageType\":\"ProductEligibility\",\n \"type\":\"LowVolume\",\n \"sourceType\":\"MultipleSobjects\",\n \"sourceObject\":\"AccountFeed\",\n \"status\":\"Draft\",\n \"decisionResultPolicy\":\"UniqueValues\",\n \"collectOperator\":\"Count\",\n \"sourceconditionLogic\":\"1 AND 2 AND 3\",\n \"conditionType\":\"Any\",\n \"conditionCriteria\":\"1 OR 2 OR 3 OR 4 OR 5\",\n \"parameters\":[\n {\n \"fieldName\":\"IsDeleted\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"1\",\n \"columnMapping\":\"IsDeleted\"\n },\n {\n \"fieldName\":\"Id\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"2\",\n \"columnMapping\":\"Id\"\n },\n {\n \"fieldName\":\"Title\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"3\",\n \"columnMapping\":\"Title\"\n },\n {\n \"fieldName\":\"OldvalNumber\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"4\",\n \"columnMapping\":\"AccountHistory.OldvalNumber\"\n },\n {\n \"fieldName\":\"OldvalString\",\n \"usage\":\"INPUT\",\n \"operator\":\"Equals\",\n \"sequence\":\"5\",\n \"columnMapping\":\"AccountHistory.OldvalString\"\n },\n {\n \"fieldName\":\"CreatedById\",\n \"usage\":\"OUTPUT\",\n \"columnMapping\":\"CreatedById\"\n },\n {\n \"fieldName\":\"NewvalNumber\",\n \"usage\":\"OUTPUT\",\n \"columnMapping\":\"AccountHistory.NewvalNumber\"\n },\n {\n \"fieldName\":\"NewvalString\",\n \"usage\":\"OUTPUT\",\n \"columnMapping\":\"AccountHistory.NewvalString\"\n }\n ]\n \"sourceCriteria\":[\n {\n \"sourceFieldName\":\"OldvalString\",\n \"value\":\"5\",\n \"operator\":\"Equals\",\n \"valueType\":\"Parameter\",\n \"sequenceNumber\":\"1\"\n }\n ]\n}\n\n ```\n\nRequest body for POSTProperties\n\n| Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| collectOperator | String | Operator to apply a filter to outputs. Possible values are:

\\- Count

\\- Maximum

\\- Minimum

\\- None

\\- Sum | Optional | 58.0 |\n| conditionCriteria | String | Custom logic applied on the decision table columns to decide how the input fields are processed. | Optional

Required when the condition type is Custom. | 58.0 |\n| conditionType | String | Condition logic for input fields. Possible values are:

\\- All

\\- Any

\\- Custom | Optional | 58.0 |\n| description | String | Description of the decision table. | Optional | 58.0 |\n| decisionResultPolicy | String | Results policy to filter results of the decision table. Possible values are:

\\- AnyValue

\\- CollectOperator

\\- FirstMatch

\\- OutputOrder

\\- Priority

\\- RuleOrder

\\- UniqueValues | Optional | |\n| fullName | String | Unique name of the rule definition. | Required | 58.0 |\n| isSetCollectOperator | Boolean | For internal use only.

Indicates whether the collectOperator is enabled (true) or not (false). | Optional | 58.0 |\n| isSetConditionCriteria | Boolean | For internal use only.

Indicates whether the conditionCriteria field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetConditionType | Boolean | For internal use only.

Indicates whether the conditionType field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetDescription | Boolean | For internal use only.

Indicates whether the description field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetDecisionResultPolicy | Boolean | For internal use only.

Indicates whether the DecisionResultPolicy field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetFullName | Boolean | For internal use only.

Indicates whether the FullName field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetParameters | Boolean | For internal use only. Indicates whether the parameters field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSetupName | Boolean | For internal use only.

Indicates whether the setupName field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSourceconditionLogic | Boolean | For internal use only.

Indicates whether the sourceConditionLogic field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSourceCriteria | Boolean | For internal use only.

Indicates whether the sourceCriteria field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSourceObject | Boolean | For internal use only.

Indicates whether the sourceObject field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetSourceType | Boolean | For internal use only.

Indicates whether the sourceType is enabled (true) or not (false). | Optional | 58.0 |\n| isSetType | Boolean | For internal use only.

Indicates whether the type field is enabled (true) or not (false). | Optional | 58.0 |\n| isSetUsageType | Boolean | For internal use only.

Indicates whether the UsageType field is enabled (true) or not (false). | Optional | 58.0 |\n| parameters | [Decision Table Parameter Input](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_decision_table_parameter_input.htm)\\[\\] | Array of input and output fields for the decision table. | Optional | 58.0 |\n| setupName | String | Name of the decision table. | Required | 58.0 |\n| sourceconditionLogic | String | Custom logic to filter the decision table rows. | Optional | 58.0 |\n| sourceCriteria | [Decision Table Source Criteria Input](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_requests_decision_table_source_criteria_input.htm)\\[\\] | Output array representation of source filters for the decision table rows, such as, fieldName, operators, valueType, and more. | Optional | 58.0 |\n| sourceObject | String | Object containing business rules for the decision table to read. | Required | 58.0 |\n| sourceType | String | Type of source to obtain decision table data. Possible values are:

\\- CsvUpload

\\- MultipleSobjects

\\- SingleSobject | Required | 58.0 |\n| status | String | Status of the decision table. Possible values are:

\\- ActivationInProgress

\\- ActivationInProgress

\\- Draft

\\- Inactive | Required | 58.0 |\n| type | String | Type of the decision table. Possible values are:

\\- HighVolume

\\- LowVolume | Optional | 58.0 |\n| usageType | String | Process type that uses the decision table. Possible values are:

\\- Pricing

\\- ProductEligibility | Optional | 58.0 |\n\nResponse body for POST\n\n[Decision Table Output](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_table_output.htm)\n\n# Decision Table Output\n\nOutput representation of the decision table details.JSON example for GET, POST, and PATCH\n\n```\n{\n \"code\":\"200\",\n \"decisionTable\":{\n \"collectOperator\":\"Count\",\n \"conditionCriteria\":\"1 OR 2 OR 3\",\n \"conditionType\":\"Any\",\n \"decisionResultPolicy\":\"UniqueValues\",\n \"description\":\"Eligiblity of Products using Qualification Rules\",\n \"id\":\"0lDxx00000000BJ\",\n \"parameters\":[\n {\n \"fieldName\":\"IsDeleted\",\n \"isGroupByField\":false,\n \"isPriority\":false,\n \"operator\":\"Equals\",\n \"sequence\":1,\n \"usage\":\"Input\"\n },\n {\n \"fieldName\":\"CreatedById\",\n \"isGroupByField\":false,\n \"isPriority\":false,\n \"usage\":\"Output\"\n },\n {\n \"fieldName\":\"Title\",\n \"isGroupByField\":false,\n \"isPriority\":false,\n \"operator\":\"Equals\",\n \"sequence\":3,\n \"usage\":\"Input\"\n },\n {\n \"fieldName\":\"Id\",\n \"isGroupByField\":false,\n \"isPriority\":false,\n \"operator\":\"Equals\",\n \"sequence\":2,\n \"usage\":\"Input\"\n }\n ],\n \"setupName\":\"Product Qualificiation eligibility3\",\n \"sourceCriteria\":[\n \n ],\n \"sourceObject\":\"AccountFeed\",\n \"sourceType\":\"SingleSobject\",\n \"sourceconditionLogic\":\"1 AND 2 AND 3\",\n \"status\":\"Draft\"\n },\n \"isSuccess\":true,\n \"message\":\"\"\n}\n\n ```\n\nJSON example for DELETE\n\n```\n{\n \"code\":\"200\",\n \"isSuccess\":true,\n \"message\":\"\"\n}\n\n ```\n\n| Property Name | Type | Description | Filter Group and Version | Available Version |\n| --- | --- | --- | --- | --- |\n| code | String | Response code from the API request. | Small, 58.0 | 58.0 |\n| decisionTable | [Decision Table Definition Output](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_decision_table_definition_output.htm) | Details of the decision table definition associated with the decision table. | Small, 58.0 | 58.0 |\n| isSuccess | Boolean | Indicates whether the API request is successful (true) or not (false). | Small, 58.0 | 58.0 |\n| message | String | Error message when the API request fails. | Small, 58.0 | 58.0 |" operationId: CreateTable parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateTableRequest' - examples: - setupName: Product Qualificiation eligibility fullName: ProductQualificationEligibility description: Eligiblity of Products using Qualification Rules sourceObject: AccountFeed status: Draft conditionType: Any conditionCriteria: 1 OR 2 OR 3 parameters: - fieldName: IsDeleted usage: INPUT operator: Equals sequence: '1' - fieldName: Id usage: INPUT operator: Equals sequence: '2' - fieldName: Title usage: INPUT operator: Equals sequence: '3' - fieldName: CreatedById usage: OUTPUT contentMediaType: application/json example: setupName: Product Qualificiation eligibility fullName: ProductQualificationEligibility description: Eligiblity of Products using Qualification Rules sourceObject: AccountFeed status: Draft conditionType: Any conditionCriteria: 1 OR 2 OR 3 parameters: - fieldName: IsDeleted usage: INPUT operator: Equals sequence: '1' - fieldName: Id usage: INPUT operator: Equals sequence: '2' - fieldName: Title usage: INPUT operator: Equals sequence: '3' - fieldName: CreatedById usage: OUTPUT required: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 19 Sep 2023 12:41: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 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/Status201-Success4' - examples: - code: '200' decisionTable: id: 0lDHo0000008Pnt parameters: [] sourceCriteria: [] isSuccess: true message: '' contentMediaType: application/json;charset=UTF-8 example: code: '200' decisionTable: id: 0lDHo0000008Pnt parameters: [] sourceCriteria: [] isSuccess: true message: '' 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/connect/fundraising/gifts: parameters: [] post: tags: - Create summary: Salesforce Create Gifts description: "Create gift transactions with related new or matched donor, optional transaction designations, and payment instrument metadata. Supports custom fields for the donor account and gift transaction.\n\n## Required Attributes:\n\n- donor.donorType (\"individual\" or \"organization\")\n \n- donor.lastName || donor.organizationName\n \n- gift.amount\n \n- gift.receivedDate\n \n- git.status\n \n- paymentInstrument.type\n \n\nAll other attributes are optional can be left as an empty string or just removed from the request body entirely. The only exceptions to this are:\n\n- CustomFields collections - These cannot be left in the request body as an empty collection or with an empty string for the FieldName.\n \n\n## Validated Property Formats (an empty string is considered valid)\n\n- DateTime - YYYY-MM-DDTHH:MM:SSZ\n \n- Date - YYYY-MM-DD\n \n- Email - a valid formatted email address\n \n\n### Other Attributes:\n\n- OutreachSource -- This is optional. Be sure to create the OutreachSourceCode record in the system if passing a value\n \n- Will accept either an OutreachSourceCode.id (SalesforceId) or an OutreachSourceCode.Code.\n \n\n### Custom Fields:\n\n- The field_value can be a text string (inc. for a date data-type) or a numeric value (without quotes)\n \n- Do not include an empty collection or an empty fieldName in the request body" operationId: CreateGifts parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateGiftsRequest' - examples: - processingOptions: donorOptions: defaultUpdateLogic: update_all gifts: - amount: 150.25 currencyIsoCode: USD receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid commitmentId: paymentIdentifier: '1234' gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: organizationName: firstName: Test lastName: Donor phone: 510-434-8920 email: test.user@example.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2027' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 amount: 150.25 giftTransactionCustomFields: - fieldName: string fieldValue: string - amount: 250 currencyIsoCode: USD receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid commitmentId: paymentIdentifier: '1234' gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: organizationName: firstName: Test lastName: Donor phone: 510-434-8920 email: test.user@example.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2027' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 amount: 150.25 giftTransactionCustomFields: - fieldName: string fieldValue: string contentMediaType: application/json example: processingOptions: donorOptions: defaultUpdateLogic: update_all gifts: - amount: 150.25 currencyIsoCode: USD receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid commitmentId: paymentIdentifier: '1234' gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: organizationName: firstName: Test lastName: Donor phone: 510-434-8920 email: test.user@example.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2027' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 amount: 150.25 giftTransactionCustomFields: - fieldName: string fieldValue: string - amount: 250 currencyIsoCode: USD receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid commitmentId: paymentIdentifier: '1234' gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: organizationName: firstName: Test lastName: Donor phone: 510-434-8920 email: test.user@example.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2027' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 amount: 150.25 giftTransactionCustomFields: - fieldName: string fieldValue: string required: true responses: '201': description: Created headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/Status201-CreateGiftSuccess' - examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: contentMediaType: application/json example: successes: 2 failures: 0 notProcessed: 0 details: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: '400': description: Bad Request headers: {} content: application/json: schema: type: string examples: - " // Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active. Any non 200 error code would have a similar response structure.\n {\n \"errorCode\": \"UNKNOWN_EXCEPTION\",\n \"message\": \"Provide active duplicate matching rules on Account and Person Account for donor matching. -- industries.fundraisingops.connect.impl.validator.ValidatorUtil.validateMatchingMethod(ValidatorUtil.java:103)\"\n }" contentMediaType: application/json example: " // Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active. Any non 200 error code would have a similar response structure.\n {\n \"errorCode\": \"UNKNOWN_EXCEPTION\",\n \"message\": \"Provide active duplicate matching rules on Account and Person Account for donor matching. -- industries.fundraisingops.connect.impl.validator.ValidatorUtil.validateMatchingMethod(ValidatorUtil.java:103)\"\n }" default: description: '' headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/Status201-CreateGiftSuccessWithExternalIds' - examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: contentMediaType: application/json example: successes: 2 failures: 0 notProcessed: 0 details: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: 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/connect/fundraising/commitments: parameters: [] post: tags: - Create summary: Salesforce Create Commitments description: "Create gift transactions with related new or matched donors, optional transaction designations, and payment instrument metadata. Supports custom fields for the donor account and gift transaction.\n\n## Required Attributes:\n\n- commitments.amount\n \n- commitments.transactionPeriod\n \n- commitments.startDate\n \n- donor.donorType (\"individual\" or \"organization\")\n \n- donor.lastName\n \n- donor.organization\n \n- paymentinstrument.type\n \n\nAll other attributes are optional can be left as an empty string or just removed from the request body entirely. The only exceptions to this are:\n\n- CustomFields collections - These cannot be left in the request body as an empty collection or wit an empty string for the FieldName.\n \n\n### Validated Property Formats (an empty string is considered valid)\n\n- DateTime - YYYY-MM-DDTHH:MM:SSZ\n- Date - YYYY-MM-DD\n- Email - a valid formatted email address\n \n\n#### Other Attributes\n\n- OutreachSource -- This is optional. Be sure to create the OutreachSourceCode record in the system if passing a value\n- Will accept **either** an OutreachSourceCode.id (SalesforceId) or an OutreachSourceCode.Code.\n \n\n#### Custom fields\n\n- The field_value can be a text string (inc. for a date data-type) or a numeric value (without quotes)\n- Do not include an empty collection or an empty fieldName in the request body" operationId: CreateCommitments parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateCommitmentsRequest' - examples: - processingOptions: donorOptions: defaultUpdateLogic: update_all commitments: - amount: 150.25 currencyIsoCode: USD transactionPeriod: monthly transactionInterval: 3 transactionDay: '5' startDate: '2024-07-06T00:00:00.000Z' endDate: '2024-08-06T00:00:00.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: firstName: Test lastName: Donor phone: 510-434-8920 email: test.donor@salesforce.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 firstTransaction: amount: 150.25 receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' giftCommitmentCustomFields: - fieldName: fieldValue: string giftCommitmentScheduleCustomFields: - fieldName: fieldValue: string contentMediaType: application/json example: processingOptions: donorOptions: defaultUpdateLogic: update_all commitments: - amount: 150.25 currencyIsoCode: USD transactionPeriod: monthly transactionInterval: 3 transactionDay: '5' startDate: '2024-07-06T00:00:00.000Z' endDate: '2024-08-06T00:00:00.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: firstName: Test lastName: Donor phone: 510-434-8920 email: test.donor@salesforce.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 firstTransaction: amount: 150.25 receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' giftCommitmentCustomFields: - fieldName: fieldValue: string giftCommitmentScheduleCustomFields: - fieldName: fieldValue: string required: true responses: '201': description: Created headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/Status201-CreateCommitmentSuccess' - examples: - successes: 1 failures: 0 notProcessed: 0 details: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: contentMediaType: application/json example: successes: 1 failures: 0 notProcessed: 0 details: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: '400': description: Bad Request headers: {} content: application/json: schema: type: string examples: - " // Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active. Any non 200 error code would have a similar response structure.\n {\n \"errorCode\": \"UNKNOWN_EXCEPTION\",\n \"message\": \"Provide active duplicate matching rules on Account and Person Account for donor matching. -- industries.fundraisingops.connect.impl.validator.ValidatorUtil.validateMatchingMethod(ValidatorUtil.java:103)\"\n }" contentMediaType: application/json example: " // Even if the JSON request is valid, this is an example of a 400 error code that will be returned if duplicate matching rules are not active. Any non 200 error code would have a similar response structure.\n {\n \"errorCode\": \"UNKNOWN_EXCEPTION\",\n \"message\": \"Provide active duplicate matching rules on Account and Person Account for donor matching. -- industries.fundraisingops.connect.impl.validator.ValidatorUtil.validateMatchingMethod(ValidatorUtil.java:103)\"\n }" default: description: '' headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/Status201-CreateCommitmentSuccessWithExternalIds' - examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: contentMediaType: application/json example: successes: 2 failures: 0 notProcessed: 0 details: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: 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/sobjects/PlatformEventChannel: parameters: [] post: tags: - Create summary: Salesforce Create Channel operationId: Createchannel parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreatechannelRequest' - examples: - FullName: Account_Channel__chn Metadata: channelType: data label: Account Channel contentMediaType: application/json example: FullName: Account_Channel__chn Metadata: channelType: data label: Account Channel 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/sobjects/PlatformEventChannelMember: parameters: [] post: tags: - Create summary: Salesforce Create Channel Member operationId: Createchannelmember parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreatechannelmemberRequest' - examples: - FullName: Account_Channel_chn_AccountChangeEvent Metadata: eventChannel: Account_Channel__chn selectedEntity: AccountChangeEvent contentMediaType: application/json example: FullName: Account_Channel_chn_AccountChangeEvent Metadata: eventChannel: Account_Channel__chn selectedEntity: AccountChangeEvent 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/sobjects/EventRelayConfig: parameters: [] post: tags: - Create summary: Salesforce Create Event Relay operationId: Createeventrelay parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateeventrelayRequest' - examples: - FullName: MyEventRelay Metadata: eventChannel: Carbon_Comparison_Channel__chn destinationResourceName: callout:MyNamedCredential label: My Event Relay relayOption: '{"ReplayRecovery":"LATEST"}' contentMediaType: application/json example: FullName: MyEventRelay Metadata: eventChannel: Carbon_Comparison_Channel__chn destinationResourceName: callout:MyNamedCredential label: My Event Relay relayOption: '{"ReplayRecovery":"LATEST"}' 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/sobjects/ManagedEventSubscription: parameters: [] post: tags: - Create summary: Salesforce Create Managed Event Subscription operationId: Createmanagedeventsubscription parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreatemanagedeventsubscriptionRequest' - examples: - FullName: Managed_Sub_OpportunityChangeEvent Metadata: label: Managed Sub OpportunityChangeEvent topicName: /data/OpportunityChangeEvent defaultReplay: LATEST state: RUN errorRecoveryReplay: LATEST contentMediaType: application/json example: FullName: Managed_Sub_OpportunityChangeEvent Metadata: label: Managed Sub OpportunityChangeEvent topicName: /data/OpportunityChangeEvent defaultReplay: LATEST state: RUN errorRecoveryReplay: LATEST 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/sobjects/{SOBJECT_API_NAME}: parameters: [] post: tags: - Create summary: Salesforce Sobject Create operationId: SObjectCreate parameters: - name: SOBJECT_API_NAME in: path description: SObject API name required: true schema: type: string example: example_value - name: Authorization in: header description: Only used for Postman Notebooks. Auth is defined at collection-level and inherited down. required: true schema: type: string example: example_value requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/SObjectCreateRequest' - examples: - Name: Some value contentMediaType: application/json example: Name: Some value required: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 21 Jul 2025 14:34:26 GMT X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains 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 Location: content: text/plain: schema: type: string contentMediaType: text/plain example: /services/data/v64.0/sobjects/Contact/003J800000DeOXjIAN 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/SObjectCreate' - examples: - id: 003J800000DeOXjIAN success: true errors: [] contentMediaType: application/json;charset=UTF-8 example: id: 003J800000DeOXjIAN success: true errors: [] deprecated: false security: [] servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/commerce/payments/payment-methods: parameters: [] post: tags: - Create summary: Salesforce Create Payment Method operationId: CreatePaymentMethod parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreatePaymentMethodRequest' - examples: - paymentGatewayId: '{{defaultPaymentGatewayId}}' cardPaymentMethod: cardHolderName: '{{_userFullName}}' expiryMonth: '11' expiryYear: '2222' cardNumber: '4111111111111111' cvv: '111' cardCategory: CreditCard cardType: VISA startYear: '2013' startMonth: '7' nickName: Default Payment Method accountId: '{{defaultAccountId}}' phone: '4155551212' email: '{{_userEmail}}' additionalData: key1: value1 key2: value2 contentMediaType: application/json example: paymentGatewayId: '{{defaultPaymentGatewayId}}' cardPaymentMethod: cardHolderName: '{{_userFullName}}' expiryMonth: '11' expiryYear: '2222' cardNumber: '4111111111111111' cvv: '111' cardCategory: CreditCard cardType: VISA startYear: '2013' startMonth: '7' nickName: Default Payment Method accountId: '{{defaultAccountId}}' phone: '4155551212' email: '{{_userEmail}}' additionalData: key1: value1 key2: value2 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/commerce/quotes/actions/place: parameters: [] post: tags: - Create summary: Salesforce Create or Update Quote description: "This example creates a quote for the following products.\n\n- 5 Virtual Routers sold on a 1-year termed subscription at $35/item\n- 1 Bronze Service Level Agreement sold on an evergreen subscription at $10/month\n \n\nSee [place quote](https://developer.salesforce.com/docs/revenue/subscription-management/references/quotes?meta=Create+or+update+a+quote+with+place+quote)." operationId: CreateorUpdateQuote parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateorUpdateQuoteRequest' - examples: - pricingPref: skip graph: graphId: refQuoteGraph records: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' - referenceId: refQuoteLineItem1 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{VirtualRouterTermedPBE}}' Product2Id: '{{VirtualRouterProduct}}' Quantity: 5 UnitPrice: 35 PeriodBoundary: Anniversary BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' EndDate: '2024-01-01T00:00:00.000Z' - referenceId: refQuoteLineItem2 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{SLABronzeEvergrnMonthPBE}}' Product2Id: '{{SLA_BronzeProduct}}' Quantity: 1 UnitPrice: 10 PeriodBoundary: DayOfPeriod PeriodBoundaryDay: 4 BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' contentMediaType: application/json example: pricingPref: skip graph: graphId: refQuoteGraph records: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' - referenceId: refQuoteLineItem1 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{VirtualRouterTermedPBE}}' Product2Id: '{{VirtualRouterProduct}}' Quantity: 5 UnitPrice: 35 PeriodBoundary: Anniversary BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' EndDate: '2024-01-01T00:00:00.000Z' - referenceId: refQuoteLineItem2 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{SLABronzeEvergrnMonthPBE}}' Product2Id: '{{SLA_BronzeProduct}}' Quantity: 1 UnitPrice: 10 PeriodBoundary: DayOfPeriod PeriodBoundaryDay: 4 BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' 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/actions/standard/createOrderFromQuote: parameters: [] post: tags: - Create summary: Salesforce Create Order From Quote operationId: CreateOrderFromQuote parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateOrderFromQuoteRequest' - examples: - inputs: - quoteRecordId: '{{currentQuote}}' contentMediaType: application/json example: inputs: - quoteRecordId: '{{currentQuote}}' 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/ui-api/records: parameters: [] post: tags: - Create summary: Salesforce Create a Record description: 'Create a record. First, make a request to the Clone Record Default or Create Record Default resources to get the default metadata and data for the record. As of API version 43.0, if you pass read-only fields in a request body, the response is an Error with Output.' operationId: CreateaRecord parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateaRecordRequest' - examples: - allowSaveOnDuplicate: false apiName: Object fields: FieldAPIName: FieldValue contentMediaType: application/json example: allowSaveOnDuplicate: false apiName: Object fields: FieldAPIName: FieldValue required: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 16:01:13 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: '"057ae0953591faed613c5e19a086f7a8--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: allOf: - $ref: '#/components/schemas/CreateaRecord' - examples: - apiName: Account childRelationships: {} eTag: 057ae0953591faed613c5e19a086f7a8 fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null 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: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null 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 18:01 value: '2023-09-27T16:01:14.000Z' Name: displayValue: null value: My New Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: 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 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:01:14.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:01:14.000Z' weakEtag: 1695830474000 contentMediaType: application/json;charset=UTF-8 example: apiName: Account childRelationships: {} eTag: 057ae0953591faed613c5e19a086f7a8 fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null 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: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null 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 18:01 value: '2023-09-27T16:01:14.000Z' Name: displayValue: null value: My New Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: 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 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:01:14.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:01:14.000Z' weakEtag: 1695830474000 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-defaults/create/{SOBJECT_API_NAME}: parameters: [] get: tags: - Create summary: Salesforce Get Default Values to Create a Record description: 'Get the default values for fields for a new record of a specified object and optional record type. After getting the default values, make a request to POST /ui-api/records to create the record. The response contains the default field values for the Full layout type for a new record of the object type specified in . It also contains the corresponding layout for create mode. In the Salesforce user interface, an admin with “Customize Application” permission can mark a field as required in a layout. When you’re building UI, to determine which fields to mark as required in a layout for create mode, use the RecordLayoutItem.required property. The response contains object metadata for the object specified in and for any nested objects. For example, a request to /ui-api/record-defaults/create/Account returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object.' operationId: GetDefaultValuestoCreateaRecord parameters: - name: SOBJECT_API_NAME in: path description: sObject API name 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 16:03:34 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 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/GetDefaultValuestoCreateaRecord' examples: Getdefaultvaluestocreatearecord200Example: summary: Default GetDefaultValuestoCreateaRecord 200 response x-microcks-default: true value: layout: eTag: example_value id: abc123 layoutType: example_value mode: example_value objectApiName: example_value recordTypeId: '500123' saveOptions: - {} sections: - {} objectInfos: {} record: apiName: example_value childRelationships: example_value eTag: example_value id: abc123 lastModifiedById: '500123' lastModifiedDate: example_value recordTypeId: '500123' recordTypeInfo: example_value systemModstamp: example_value weakEtag: 10 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/favorites: parameters: [] post: tags: - Create summary: Salesforce Create a Favorite description: Create a Favorite operationId: CreateaFavorite parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateaFavoriteRequest' - examples: - name: Favorite Name sortOrder: 1 target: API Name or ID targetType: ListView | ObjectHome | Record | Tab contentMediaType: application/json example: name: Favorite Name sortOrder: 1 target: API Name or ID targetType: ListView | ObjectHome | Record | Tab required: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:03:31 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 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/CreateaFavoritelistview' - examples: - accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: AllAccountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView contentMediaType: application/json;charset=UTF-8 example: accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: AllAccountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView 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 SicDesc1: title: SicDesc1 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: SicDesc 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: SIC Description 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 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 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 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 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 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 AccountSource1: title: AccountSource1 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: AccountSource 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: Account 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 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 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 Fields15: title: Fields15 required: - AccountNumber - AccountSource - Active__c - AnnualRevenue - BillingAddress - BillingCity - BillingCountry - BillingGeocodeAccuracy - BillingLatitude - BillingLongitude - BillingPostalCode - BillingState - BillingStreet - ChannelProgramLevelName - ChannelProgramName - CleanStatus - CloneSourceId - CreatedById - CreatedDate - CustomerPriority__c - DandbCompanyId - Description - DunsNumber - Fax - Id - Industry - IsCustomerPortal - IsDeleted - IsPartner - Jigsaw - JigsawCompanyId - LastActivityDate - LastModifiedById - LastModifiedDate - LastReferencedDate - LastViewedDate - MasterRecordId - NaicsCode - NaicsDesc - Name - NumberOfEmployees - NumberofLocations__c - OwnerId - Ownership - ParentId - Phone - PhotoUrl - Rating - SLAExpirationDate__c - SLASerialNumber__c - SLA__c - ShippingAddress - ShippingCity - ShippingCountry - ShippingGeocodeAccuracy - ShippingLatitude - ShippingLongitude - ShippingPostalCode - ShippingState - ShippingStreet - Sic - SicDesc - Site - SystemModstamp - TickerSymbol - Tradestyle - Type - UpsellOpportunity__c - Website - YearStarted type: object properties: AccountNumber: $ref: '#/components/schemas/AccountNumber1' AccountSource: $ref: '#/components/schemas/AccountSource1' Active__c: $ref: '#/components/schemas/ActiveC1' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue1' BillingAddress: $ref: '#/components/schemas/BillingAddress2' BillingCity: $ref: '#/components/schemas/BillingCity1' BillingCountry: $ref: '#/components/schemas/BillingCountry1' BillingGeocodeAccuracy: $ref: '#/components/schemas/BillingGeocodeAccuracy1' BillingLatitude: $ref: '#/components/schemas/BillingLatitude1' BillingLongitude: $ref: '#/components/schemas/BillingLongitude1' BillingPostalCode: $ref: '#/components/schemas/BillingPostalCode1' BillingState: $ref: '#/components/schemas/BillingState1' BillingStreet: $ref: '#/components/schemas/BillingStreet1' ChannelProgramLevelName: $ref: '#/components/schemas/ChannelProgramLevelName1' ChannelProgramName: $ref: '#/components/schemas/ChannelProgramName1' CleanStatus: $ref: '#/components/schemas/CleanStatus2' CloneSourceId: $ref: '#/components/schemas/CloneSourceId' CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' CustomerPriority__c: $ref: '#/components/schemas/CustomerPriorityC1' DandbCompanyId: $ref: '#/components/schemas/DandbCompanyId1' Description: $ref: '#/components/schemas/Description5' DunsNumber: $ref: '#/components/schemas/DunsNumber1' Fax: $ref: '#/components/schemas/Fax2' Id: $ref: '#/components/schemas/Id4' Industry: $ref: '#/components/schemas/Industry1' IsCustomerPortal: $ref: '#/components/schemas/IsCustomerPortal1' IsDeleted: $ref: '#/components/schemas/IsDeleted2' IsPartner: $ref: '#/components/schemas/IsPartner1' Jigsaw: $ref: '#/components/schemas/Jigsaw2' JigsawCompanyId: $ref: '#/components/schemas/JigsawCompanyId1' LastActivityDate: $ref: '#/components/schemas/LastActivityDate2' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' MasterRecordId: $ref: '#/components/schemas/MasterRecordId2' NaicsCode: $ref: '#/components/schemas/NaicsCode1' NaicsDesc: $ref: '#/components/schemas/NaicsDesc1' Name: $ref: '#/components/schemas/Name19' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees1' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC1' OwnerId: $ref: '#/components/schemas/OwnerId2' Ownership: $ref: '#/components/schemas/Ownership1' ParentId: $ref: '#/components/schemas/ParentId1' Phone: $ref: '#/components/schemas/Phone2' PhotoUrl: $ref: '#/components/schemas/PhotoUrl2' Rating: $ref: '#/components/schemas/Rating1' SLAExpirationDate__c: $ref: '#/components/schemas/SLAExpirationDateC1' SLASerialNumber__c: $ref: '#/components/schemas/SLASerialNumberC1' SLA__c: $ref: '#/components/schemas/SLAC1' ShippingAddress: $ref: '#/components/schemas/ShippingAddress2' ShippingCity: $ref: '#/components/schemas/ShippingCity1' ShippingCountry: $ref: '#/components/schemas/ShippingCountry1' ShippingGeocodeAccuracy: $ref: '#/components/schemas/ShippingGeocodeAccuracy1' ShippingLatitude: $ref: '#/components/schemas/ShippingLatitude1' ShippingLongitude: $ref: '#/components/schemas/ShippingLongitude1' ShippingPostalCode: $ref: '#/components/schemas/ShippingPostalCode1' ShippingState: $ref: '#/components/schemas/ShippingState1' ShippingStreet: $ref: '#/components/schemas/ShippingStreet1' Sic: $ref: '#/components/schemas/Sic1' SicDesc: $ref: '#/components/schemas/SicDesc1' Site: $ref: '#/components/schemas/Site1' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' TickerSymbol: $ref: '#/components/schemas/TickerSymbol1' Tradestyle: $ref: '#/components/schemas/Tradestyle1' Type: $ref: '#/components/schemas/Type7' UpsellOpportunity__c: $ref: '#/components/schemas/UpsellOpportunityC1' Website: $ref: '#/components/schemas/Website1' YearStarted: $ref: '#/components/schemas/YearStarted1' examples: - AccountNumber: apiName: AccountNumber 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: Account Number 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 AccountSource: apiName: AccountSource 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: Account 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 Active__c: apiName: Active__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: Active 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 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 BillingAddress: apiName: BillingAddress 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: Billing 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 BillingCity: apiName: BillingCity calculated: false compound: false compoundComponentName: City compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingCountry: apiName: BillingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingGeocodeAccuracy: apiName: BillingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingLatitude: apiName: BillingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingLongitude: apiName: BillingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingPostalCode: apiName: BillingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingState: apiName: BillingState calculated: false compound: false compoundComponentName: State compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingStreet: apiName: BillingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 ChannelProgramLevelName: apiName: ChannelProgramLevelName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Level Name length: 255 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 ChannelProgramName: apiName: ChannelProgramName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Name length: 255 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 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 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 CustomerPriority__c: apiName: CustomerPriority__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: Customer Priority 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 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: Account 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 DunsNumber: apiName: DunsNumber 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: 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 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: Account 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 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: Account 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 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 IsCustomerPortal: apiName: IsCustomerPortal 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: Customer Portal Account 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 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 IsPartner: apiName: IsPartner 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: Partner Account 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 JigsawCompanyId: apiName: JigsawCompanyId 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 Company ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawCompany 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 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 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: Account nameFields: - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NaicsCode: apiName: NaicsCode 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: NAICS Code 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: true NaicsDesc: apiName: NaicsDesc 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: NAICS Description length: 120 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: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Name length: 255 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 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: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Ownership: apiName: Ownership 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: Ownership 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 ParentId: apiName: ParentId 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: Parent Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Parent required: false scale: 0 searchPrefilterable: true 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: Account 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 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: Account 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 SLAExpirationDate__c: apiName: SLAExpirationDate__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA 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: true SLASerialNumber__c: apiName: SLASerialNumber__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: SLA Serial Number length: 10 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 SLA__c: apiName: SLA__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: SLA 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 ShippingAddress: apiName: ShippingAddress 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: Shipping 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 ShippingCity: apiName: ShippingCity calculated: false compound: false compoundComponentName: City compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingCountry: apiName: ShippingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingGeocodeAccuracy: apiName: ShippingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingLatitude: apiName: ShippingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingLongitude: apiName: ShippingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingPostalCode: apiName: ShippingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingState: apiName: ShippingState calculated: false compound: false compoundComponentName: State compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingStreet: apiName: ShippingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 Sic: apiName: Sic 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: SIC 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 SicDesc: apiName: SicDesc 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: SIC Description 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 Site: apiName: Site 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: Account Site 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 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 TickerSymbol: apiName: TickerSymbol 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: Ticker Symbol 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 Tradestyle: apiName: Tradestyle 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: Tradestyle 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 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: Account Type 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 UpsellOpportunity__c: apiName: UpsellOpportunity__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: Upsell Opportunity 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 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 YearStarted: apiName: YearStarted 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: Year Started length: 4 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 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 CustomHeader: title: CustomHeader required: - headerName - headerValue - sequenceNumber type: object properties: headerName: type: string example: example_value headerValue: type: string example: example_value sequenceNumber: type: integer contentEncoding: int32 example: 10 examples: - headerName: SampleHeader headerValue: SampleHeaderValue sequenceNumber: 1 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 IsPartner1: title: IsPartner1 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: IsPartner 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: Partner Account 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 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 CreateGiftsRequest: title: CreateGiftsRequest required: - processingOptions - gifts type: object properties: processingOptions: $ref: '#/components/schemas/ProcessingOptions' gifts: type: array items: $ref: '#/components/schemas/Gift' description: '' example: [] examples: - processingOptions: donorOptions: defaultUpdateLogic: update_all gifts: - amount: 150.25 currencyIsoCode: USD receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid commitmentId: paymentIdentifier: '1234' gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: organizationName: firstName: Test lastName: Donor phone: 510-434-8920 email: test.user@example.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2027' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 amount: 150.25 giftTransactionCustomFields: - fieldName: string fieldValue: string - amount: 250 currencyIsoCode: USD receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid commitmentId: paymentIdentifier: '1234' gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: organizationName: firstName: Test lastName: Donor phone: 510-434-8920 email: test.user@example.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2027' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 amount: 150.25 giftTransactionCustomFields: - fieldName: string fieldValue: string SLAExpirationDateC2: title: SLAExpirationDateC2 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 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 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 NaicsCode1: title: NaicsCode1 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: NaicsCode 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: NAICS Code 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: true Tradestyle1: title: Tradestyle1 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: Tradestyle 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: Tradestyle 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 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 Graph5: title: Graph5 required: - graphId - records type: object properties: graphId: type: string example: '500123' records: type: array items: $ref: '#/components/schemas/Record22' description: '' example: [] examples: - graphId: refQuoteGraph records: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' - referenceId: refQuoteLineItem1 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{VirtualRouterTermedPBE}}' Product2Id: '{{VirtualRouterProduct}}' Quantity: 5 UnitPrice: 35 PeriodBoundary: Anniversary BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' EndDate: '2024-01-01T00:00:00.000Z' - referenceId: refQuoteLineItem2 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{SLABronzeEvergrnMonthPBE}}' Product2Id: '{{SLA_BronzeProduct}}' Quantity: 1 UnitPrice: 10 PeriodBoundary: DayOfPeriod PeriodBoundaryDay: 4 BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' 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 CreateaFavoritelistview: title: CreateaFavoritelistview required: - accessCount - iconColor - iconUrl - id - lastAccessDate - name - objectType - sortOrder - subtitle - target - targetType type: object properties: accessCount: type: integer contentEncoding: int32 example: 42 iconColor: type: string example: example_value iconUrl: type: string example: https://www.example.com id: type: string example: abc123 lastAccessDate: type: string example: example_value name: type: string example: Example Title objectType: type: string example: example_value sortOrder: type: integer contentEncoding: int32 example: 10 subtitle: type: string example: example_value target: type: string example: example_value targetType: type: string example: example_value examples: - accessCount: 1 iconColor: 5867E8 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0MV4H0000004qIeWAI lastAccessDate: '2023-10-06T10:03:32.000Z' name: AllAccountsListView objectType: Account sortOrder: 1 subtitle: Accounts target: 00B58000002ssinEAA targetType: ListView 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 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 CreateaFavoriteRequest: title: CreateaFavoriteRequest required: - name - sortOrder - target - targetType type: object properties: name: type: string example: Example Title sortOrder: type: integer contentEncoding: int32 example: 10 target: type: string example: example_value targetType: type: string example: example_value examples: - name: Favorite Name sortOrder: 1 target: API Name or ID targetType: ListView | ObjectHome | Record | Tab BulkCreateJobRequest: title: BulkCreateJobRequest required: - operation - object - contentType type: object properties: operation: type: string example: example_value object: type: string example: example_value contentType: type: string example: example_value examples: - operation: insert object: Account contentType: CSV BillingStreet1: title: BillingStreet1 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: BillingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 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 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 Type13: title: Type13 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 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 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 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 SObjectCollectionsCreateRequest: title: SObjectCollectionsCreateRequest required: - allOrNone - records type: object properties: allOrNone: type: boolean example: true records: type: array items: $ref: '#/components/schemas/Record5' description: '' example: [] examples: - allOrNone: false records: - attributes: type: Account Name: example.com BillingCity: San Francisco - attributes: type: Contact LastName: Johnson FirstName: Erica 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 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 GiftCommitmentCustomField: title: GiftCommitmentCustomField required: - fieldName - fieldValue type: object properties: fieldName: type: string example: example_value fieldValue: type: string example: example_value examples: - fieldName: fieldValue: string 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 Detail: title: Detail required: - success - links type: object properties: success: type: boolean example: true links: $ref: '#/components/schemas/Links' examples: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: 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 ShippingCountry1: title: ShippingCountry1 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: ShippingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 GetDefaultValuestoCreateaRecord: title: GetDefaultValuestoCreateaRecord required: - layout - objectInfos - record type: object properties: layout: $ref: '#/components/schemas/Layout1' objectInfos: $ref: '#/components/schemas/ObjectInfos1' record: $ref: '#/components/schemas/Record28' 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 BillingCountry1: title: BillingCountry1 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: BillingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 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 SuccessfulBulkCreateJob: title: SuccessfulBulkCreateJob required: - apexProcessingTime - apiActiveProcessingTime - apiVersion - assignmentRuleId - concurrencyMode - contentType - createdById - createdDate - externalIdFieldName - fastPathEnabled - id - numberBatchesCompleted - numberBatchesFailed - numberBatchesInProgress - numberBatchesQueued - numberBatchesTotal - numberRecordsFailed - numberRecordsProcessed - numberRetries - object - operation - state - systemModstamp - totalProcessingTime type: object properties: apexProcessingTime: type: integer contentEncoding: int32 example: 1700000000000 apiActiveProcessingTime: type: integer contentEncoding: int32 example: 1700000000000 apiVersion: type: integer contentEncoding: int32 example: 10 assignmentRuleId: type: - string - 'null' example: '500123' concurrencyMode: type: string example: example_value contentType: type: string example: example_value createdById: type: string example: '500123' createdDate: type: string example: example_value externalIdFieldName: type: - string - 'null' example: example_value fastPathEnabled: type: boolean example: true id: type: string example: abc123 numberBatchesCompleted: type: integer contentEncoding: int32 example: 10 numberBatchesFailed: type: integer contentEncoding: int32 example: 10 numberBatchesInProgress: type: integer contentEncoding: int32 example: 10 numberBatchesQueued: type: integer contentEncoding: int32 example: 10 numberBatchesTotal: type: integer contentEncoding: int32 example: 42 numberRecordsFailed: type: integer contentEncoding: int32 example: 10 numberRecordsProcessed: type: integer contentEncoding: int32 example: 10 numberRetries: type: integer contentEncoding: int32 example: 10 object: type: string example: example_value operation: type: string example: example_value state: type: string example: example_value systemModstamp: type: string example: example_value totalProcessingTime: type: integer contentEncoding: int32 example: 1700000000000 examples: - apexProcessingTime: 0 apiActiveProcessingTime: 0 apiVersion: 58 assignmentRuleId: null concurrencyMode: Parallel contentType: CSV createdById: 005... createdDate: externalIdFieldName: null fastPathEnabled: false id: 750... numberBatchesCompleted: 0 numberBatchesFailed: 0 numberBatchesInProgress: 0 numberBatchesQueued: 0 numberBatchesTotal: 0 numberRecordsFailed: 0 numberRecordsProcessed: 0 numberRetries: 0 object: operation: insert state: Open systemModstamp: totalProcessingTime: 0 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 Status201-CreateCommitmentSuccessWithExternalIds: title: Status201-CreateCommitmentSuccessWithExternalIds required: - successes - failures - notProcessed - details type: object properties: successes: type: integer contentEncoding: int32 example: 10 failures: type: integer contentEncoding: int32 example: 10 notProcessed: type: integer contentEncoding: int32 example: 10 details: type: array items: $ref: '#/components/schemas/Detail7' description: '' example: [] examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: 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 IsCustomerPortal1: title: IsCustomerPortal1 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: IsCustomerPortal 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: Customer Portal Account 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 Site1: title: Site1 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: Site 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: Account Site 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 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 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 ActiveC2: title: ActiveC2 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 BillingPostalCode3: title: BillingPostalCode3 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 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 Name42: title: Name42 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 SuccessfulSObjectCollectionsCreate: title: SuccessfulSObjectCollectionsCreate required: - id - success - errors type: object properties: id: type: string example: abc123 success: type: boolean example: true errors: type: array items: type: string description: '' example: [] examples: - id: 001... success: true errors: [] 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 Giftcommitment: title: Giftcommitment required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: BillingAddress2: title: BillingAddress2 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: BillingAddress 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: Billing 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 ShippingState1: title: ShippingState1 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: ShippingState calculated: false compound: false compoundComponentName: State compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 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 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 CreatenamedcredentialRequest1: title: CreatenamedcredentialRequest1 required: - FullName - Metadata type: object properties: FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata10' examples: - FullName: MyNamedCredential Metadata: label: My Named Credential endpoint: arn:aws:AWS_REGION:AWS_ACCOUNT_ID principalType: Anonymous protocol: NoAuthentication 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 Parent7: title: Parent7 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 Record22: title: Record22 required: - referenceId - record type: object properties: referenceId: type: string example: '500123' record: $ref: '#/components/schemas/Record23' examples: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' 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 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 CreateExternalCredentialRequest: title: CreateExternalCredentialRequest required: - developerName - masterLabel - authenticationProtocol - principals - customHeaders type: object properties: developerName: type: string example: example_value masterLabel: type: string example: example_value authenticationProtocol: type: string example: example_value principals: type: array items: $ref: '#/components/schemas/Principal' description: '' example: [] customHeaders: type: array items: $ref: '#/components/schemas/CustomHeader' description: '' example: [] examples: - developerName: SampleExternalCredential masterLabel: Sample External Credential authenticationProtocol: Custom principals: - principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue sequenceNumber: 1 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 BillingState1: title: BillingState1 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: BillingState calculated: false compound: false compoundComponentName: State compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 CreatechannelmemberRequest: title: CreatechannelmemberRequest required: - FullName - Metadata type: object properties: FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata3' examples: - FullName: Account_Channel_chn_AccountChangeEvent Metadata: eventChannel: Account_Channel__chn selectedEntity: AccountChangeEvent ShippingStreet2: title: ShippingStreet2 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 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 ParentId2: title: ParentId2 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 BillingPostalCode1: title: BillingPostalCode1 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: BillingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 SLAC2: title: SLAC2 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 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 OutreachSourceCode: title: OutreachSourceCode required: - id - sourceCode type: object properties: id: type: string example: abc123 sourceCode: type: string example: example_value examples: - id: sourceCode: AnimalEmailCampaign2023 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 BillingLongitude1: title: BillingLongitude1 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: BillingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 Links: title: Links required: - account - gifttransaction - giftcommitment - paymentinstrument - gifttransactiondesignation type: object properties: account: $ref: '#/components/schemas/Account' gifttransaction: $ref: '#/components/schemas/Gifttransaction' giftcommitment: $ref: '#/components/schemas/Giftcommitment' paymentinstrument: $ref: '#/components/schemas/Paymentinstrument1' gifttransactiondesignation: type: array items: $ref: '#/components/schemas/Gifttransactiondesignation' description: '' example: [] examples: - account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: Gifttransactiondesignation: title: Gifttransactiondesignation required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: CustomerPriorityC1: title: CustomerPriorityC1 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: CustomerPriority__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: Customer Priority 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 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 NaicsDesc1: title: NaicsDesc1 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: NaicsDesc 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: NAICS Description length: 120 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 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 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 ShippingStreet1: title: ShippingStreet1 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: ShippingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 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 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 ParentId1: title: ParentId1 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: ParentId 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: Parent Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Parent required: false scale: 0 searchPrefilterable: true 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 Record28: title: Record28 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/Fields31' id: type: - string - 'null' example: abc123 lastModifiedById: type: - string - 'null' example: '500123' lastModifiedDate: type: - string - 'null' example: example_value recordTypeId: type: string 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: Account childRelationships: {} eTag: 3a2af430441878fee09664963c96136b fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null Name: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: e8465cd0d7506b4905dc7e11f6b8ab50 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 Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: null lastModifiedById: null lastModifiedDate: null recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: null weakEtag: 0 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 CreateCredentialRequest: title: CreateCredentialRequest required: - authenticationProtocol - credentials - externalCredential - principalName - principalType type: object properties: authenticationProtocol: type: string example: example_value credentials: type: object example: example_value externalCredential: type: string example: example_value principalName: type: string example: example_value principalType: type: string example: example_value examples: - authenticationProtocol: Custom credentials: {} externalCredential: SampleExternalCredential principalName: SamplePrincipal principalType: NamedPrincipal 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 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 Paymentinstrument1: title: Paymentinstrument1 required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: BillingLatitude1: title: BillingLatitude1 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: BillingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 SuccessfulCreatejobQueryRequest: title: SuccessfulCreatejobQueryRequest required: - operation - query - contentType - columnDelimiter - lineEnding type: object properties: operation: type: string example: example_value query: type: string example: example_value contentType: type: string example: example_value columnDelimiter: type: string example: example_value lineEnding: type: string example: example_value examples: - operation: query query: SELECT fields FROM object WHERE filter contentType: CSV columnDelimiter: BACKQUOTE | CARET | COMMA | PIPE | SEMICOLON | TAB lineEnding: CRLF | LF 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 Donor1: title: Donor1 required: - donorType - id - firstName - lastName - phone - email - address - accountCustomFields type: object properties: donorType: type: string example: example_value id: type: string example: abc123 firstName: type: string example: example_value lastName: type: string example: example_value phone: type: string example: example_value email: type: string example: user@example.com address: type: array items: $ref: '#/components/schemas/Address1' description: '' example: [] accountCustomFields: type: array items: $ref: '#/components/schemas/AccountCustomField' description: '' example: 42 examples: - donorType: individual id: firstName: Test lastName: Donor phone: 510-434-8920 email: test.donor@salesforce.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: fieldValue: string GiftTransactionCustomField: title: GiftTransactionCustomField required: - fieldName - fieldValue type: object properties: fieldName: type: string example: example_value fieldValue: type: string example: example_value examples: - fieldName: string fieldValue: string 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 SObjectCreate: title: SObjectCreate required: - id - success - errors type: object properties: id: type: string example: abc123 success: type: boolean example: true errors: type: array items: type: string description: '' example: [] examples: - id: 003J800000DeOXjIAN success: true errors: [] 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 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 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 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 Address1: title: Address1 required: - addressType - street - city - state - postalCode - country type: object properties: addressType: type: string example: example_value street: type: string example: example_value city: type: string example: example_value state: type: string example: example_value postalCode: type: string example: example_value country: type: string example: 42 examples: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US successfulCreateCredential: title: successfulCreateCredential required: - authenticationProtocol - authenticationStatus - credentials - externalCredential - principalName - principalType type: object properties: authenticationProtocol: type: string example: example_value authenticationStatus: type: string example: example_value credentials: type: object example: example_value externalCredential: type: string example: example_value principalName: type: string example: example_value principalType: type: string example: example_value examples: - authenticationProtocol: Custom authenticationStatus: Unknown credentials: {} externalCredential: SampleExternalCredential principalName: SamplePrincipal principalType: NamedPrincipal 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 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 Fields31: title: Fields31 required: - AccountNumber - Active__c - AnnualRevenue - BillingCity - BillingCountry - BillingPostalCode - BillingState - BillingStreet - CustomerPriority__c - Description - Fax - Industry - Name - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Ownership - Parent - ParentId - Phone - Rating - SLAExpirationDate__c - SLASerialNumber__c - SLA__c - ShippingCity - ShippingCountry - ShippingPostalCode - ShippingState - ShippingStreet - Sic - Site - TickerSymbol - Type - UpsellOpportunity__c - Website type: object properties: AccountNumber: $ref: '#/components/schemas/AccountNumber2' Active__c: $ref: '#/components/schemas/ActiveC2' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue3' BillingCity: $ref: '#/components/schemas/BillingCity3' BillingCountry: $ref: '#/components/schemas/BillingCountry3' BillingPostalCode: $ref: '#/components/schemas/BillingPostalCode3' BillingState: $ref: '#/components/schemas/BillingState3' BillingStreet: $ref: '#/components/schemas/BillingStreet3' CustomerPriority__c: $ref: '#/components/schemas/CustomerPriorityC2' Description: $ref: '#/components/schemas/Description6' Fax: $ref: '#/components/schemas/Fax5' Industry: $ref: '#/components/schemas/Industry3' Name: $ref: '#/components/schemas/Name42' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC5' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Ownership: $ref: '#/components/schemas/Ownership2' Parent: $ref: '#/components/schemas/Parent7' ParentId: $ref: '#/components/schemas/ParentId2' Phone: $ref: '#/components/schemas/Phone9' Rating: $ref: '#/components/schemas/Rating3' SLAExpirationDate__c: $ref: '#/components/schemas/SLAExpirationDateC2' SLASerialNumber__c: $ref: '#/components/schemas/SLASerialNumberC2' SLA__c: $ref: '#/components/schemas/SLAC2' ShippingCity: $ref: '#/components/schemas/ShippingCity2' ShippingCountry: $ref: '#/components/schemas/ShippingCountry2' ShippingPostalCode: $ref: '#/components/schemas/ShippingPostalCode2' ShippingState: $ref: '#/components/schemas/ShippingState2' ShippingStreet: $ref: '#/components/schemas/ShippingStreet2' Sic: $ref: '#/components/schemas/Sic2' Site: $ref: '#/components/schemas/Site2' TickerSymbol: $ref: '#/components/schemas/TickerSymbol2' Type: $ref: '#/components/schemas/Type13' UpsellOpportunity__c: $ref: '#/components/schemas/UpsellOpportunityC2' Website: $ref: '#/components/schemas/Website2' examples: - AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null Name: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: e8465cd0d7506b4905dc7e11f6b8ab50 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 Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null 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 Principal1: title: Principal1 required: - authenticationStatus - id - parameters - principalAccess - principalName - principalType - sequenceNumber type: object properties: authenticationStatus: type: string example: example_value id: type: string example: abc123 parameters: type: array items: type: string description: '' example: [] principalAccess: type: array items: type: string description: '' example: [] principalName: type: string example: example_value principalType: type: string example: example_value sequenceNumber: type: integer contentEncoding: int32 example: 10 examples: - authenticationStatus: Unknown id: 0pu2o000000KymjAAC parameters: [] principalAccess: [] principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 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 batchInfo: title: batchInfo required: - id - jobId - state - createdDate - systemModstamp - numberRecordsProcessed - numberRecordsFailed - totalProcessingTime - apiActiveProcessingTime - apexProcessingTime type: object properties: id: type: string xml: name: id namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: abc123 jobId: type: string xml: name: jobId namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: '500123' state: type: string xml: name: state namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: example_value createdDate: type: string xml: name: createdDate namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: example_value systemModstamp: type: string xml: name: systemModstamp namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: example_value numberRecordsProcessed: type: integer contentEncoding: int32 xml: name: numberRecordsProcessed namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: 10 numberRecordsFailed: type: integer contentEncoding: int32 xml: name: numberRecordsFailed namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: 10 totalProcessingTime: type: integer contentEncoding: int32 xml: name: totalProcessingTime namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: 1700000000000 apiActiveProcessingTime: type: integer contentEncoding: int32 xml: name: apiActiveProcessingTime namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: 1700000000000 apexProcessingTime: type: integer contentEncoding: int32 xml: name: apexProcessingTime namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false example: 1700000000000 xml: name: batchInfo namespace: http://www.force.com/2009/06/asyncapi/dataload attribute: false wrapped: false 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 ShippingCountry2: title: ShippingCountry2 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 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 Attributes22: title: Attributes22 required: - type - method type: object properties: type: type: string example: example_value method: type: string example: example_value examples: - type: Quote method: POST 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 Metadata15: title: Metadata15 required: - label - topicName - defaultReplay - state - errorRecoveryReplay type: object properties: label: type: string example: Example Title topicName: type: string example: example_value defaultReplay: type: string example: example_value state: type: string example: example_value errorRecoveryReplay: type: string example: example_value examples: - label: Managed Sub OpportunityChangeEvent topicName: /data/OpportunityChangeEvent defaultReplay: LATEST state: RUN errorRecoveryReplay: LATEST ShippingCity2: title: ShippingCity2 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 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 Phone9: title: Phone9 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 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' SLASerialNumberC1: title: SLASerialNumberC1 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: SLASerialNumber__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: SLA Serial Number length: 10 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 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 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 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 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 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 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 Status201-CreateGiftSuccessWithExternalIds: title: Status201-CreateGiftSuccessWithExternalIds required: - successes - failures - notProcessed - details type: object properties: successes: type: integer contentEncoding: int32 example: 10 failures: type: integer contentEncoding: int32 example: 10 notProcessed: type: integer contentEncoding: int32 example: 10 details: type: array items: $ref: '#/components/schemas/Detail' description: '' example: [] examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: 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 BillingStreet3: title: BillingStreet3 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 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 PaymentInstrument: title: PaymentInstrument required: - type - accountHolderName - expiryMonth - expiryYear - last4 - cardBrand - bankName - digitalWalletProvider - bankAccountHolderType - bankAccountType - bankAccountNumber - bankCode - gatewayName - processorName - processorPaymentReference - gatewayReference type: object properties: type: type: string example: example_value accountHolderName: type: string example: 42 expiryMonth: type: string example: example_value expiryYear: type: string example: example_value last4: type: string example: example_value cardBrand: type: string example: example_value bankName: type: string example: example_value digitalWalletProvider: type: string example: example_value bankAccountHolderType: type: string example: 42 bankAccountType: type: string example: 42 bankAccountNumber: type: string example: 42 bankCode: type: string example: example_value gatewayName: type: string example: example_value processorName: type: string example: example_value processorPaymentReference: type: string example: example_value gatewayReference: type: string example: example_value examples: - type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2027' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string 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 TickerSymbol2: title: TickerSymbol2 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 Account: title: Account required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: 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 ChannelProgramLevelName1: title: ChannelProgramLevelName1 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: ChannelProgramLevelName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Level Name length: 255 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 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 ActiveC1: title: ActiveC1 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: Active__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: Active 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 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 Designation1: title: Designation1 required: - designationId - percent type: object properties: designationId: type: string example: '500123' percent: type: integer contentEncoding: int32 example: 10 examples: - designationId: percent: 10 Giftdefaultdesignation: title: Giftdefaultdesignation required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: 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 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 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 DecisionTable: title: DecisionTable required: - id - parameters - sourceCriteria type: object properties: id: type: string example: abc123 parameters: type: array items: type: string description: '' example: [] sourceCriteria: type: array items: type: string description: '' example: [] examples: - id: 0lDHo0000008Pnt parameters: [] sourceCriteria: [] ChannelProgramName1: title: ChannelProgramName1 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: ChannelProgramName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Name length: 255 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 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 AccountNumber2: title: AccountNumber2 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 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 CreateaRecordRequest: title: CreateaRecordRequest required: - allowSaveOnDuplicate - apiName - fields type: object properties: allowSaveOnDuplicate: type: boolean example: true apiName: type: string example: example_value fields: $ref: '#/components/schemas/Fields20' examples: - allowSaveOnDuplicate: false apiName: Object fields: FieldAPIName: FieldValue 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 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 BillingState3: title: BillingState3 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 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 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 ProcessingOptions: title: ProcessingOptions required: - donorOptions type: object properties: donorOptions: $ref: '#/components/schemas/DonorOptions' examples: - donorOptions: defaultUpdateLogic: update_all 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 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 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 ShippingPostalCode1: title: ShippingPostalCode1 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: ShippingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 BillingCity3: title: BillingCity3 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 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 Detail7: title: Detail7 required: - success - links type: object properties: success: type: boolean example: true links: $ref: '#/components/schemas/Links7' examples: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: ShippingCity1: title: ShippingCity1 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: ShippingCity calculated: false compound: false compoundComponentName: City compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 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 CustomHeader1: title: CustomHeader1 required: - headerName - headerValue - id - sequenceNumber type: object properties: headerName: type: string example: example_value headerValue: type: string example: example_value id: type: string example: abc123 sequenceNumber: type: integer contentEncoding: int32 example: 10 examples: - headerName: SampleHeader headerValue: SampleHeaderValue id: 0pu2o000000KymkAAC sequenceNumber: 1 Gift: title: Gift required: - amount - currencyIsoCode - receivedDate - donorCoverAmount - transactionStatus - commitmentId - paymentIdentifier - gatewayTransactionFee - processorTransactionFee - processorReference - gatewayReference - lastGatewayResponseCode - lastGatewayErrorMessage - lastGatewayProcessedDateTime - campaign - outreachSourceCode - donor - paymentInstrument - designations - giftTransactionCustomFields type: object properties: amount: type: number example: 42.5 currencyIsoCode: type: string example: example_value receivedDate: type: string example: example_value donorCoverAmount: type: number example: 42.5 transactionStatus: type: string example: example_value commitmentId: type: string example: '500123' paymentIdentifier: type: string example: example_value gatewayTransactionFee: type: number example: 42.5 processorTransactionFee: type: number example: 42.5 processorReference: type: string example: example_value gatewayReference: type: string example: example_value lastGatewayResponseCode: type: string example: example_value lastGatewayErrorMessage: type: string example: example_value lastGatewayProcessedDateTime: type: string example: '2026-01-15T10:30:00Z' campaign: $ref: '#/components/schemas/Campaign' outreachSourceCode: $ref: '#/components/schemas/OutreachSourceCode' donor: $ref: '#/components/schemas/Donor' paymentInstrument: $ref: '#/components/schemas/PaymentInstrument' designations: type: array items: $ref: '#/components/schemas/Designation' description: '' example: [] giftTransactionCustomFields: type: array items: $ref: '#/components/schemas/GiftTransactionCustomField' description: '' example: [] examples: - amount: 150.25 currencyIsoCode: USD receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid commitmentId: paymentIdentifier: '1234' gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: organizationName: firstName: Test lastName: Donor phone: 510-434-8920 email: test.user@example.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2027' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 amount: 150.25 giftTransactionCustomFields: - fieldName: string fieldValue: string YearStarted1: title: YearStarted1 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: YearStarted 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: Year Started length: 4 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 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 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 AccountNumber1: title: AccountNumber1 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: AccountNumber 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: Account Number 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 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 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 CreatePaymentMethodRequest: title: CreatePaymentMethodRequest required: - paymentGatewayId - cardPaymentMethod - phone - email - additionalData type: object properties: paymentGatewayId: type: string example: '500123' cardPaymentMethod: $ref: '#/components/schemas/CardPaymentMethod' phone: type: string example: example_value email: type: string example: user@example.com additionalData: $ref: '#/components/schemas/AdditionalData' examples: - paymentGatewayId: '{{defaultPaymentGatewayId}}' cardPaymentMethod: cardHolderName: '{{_userFullName}}' expiryMonth: '11' expiryYear: '2222' cardNumber: '4111111111111111' cvv: '111' cardCategory: CreditCard cardType: VISA startYear: '2013' startMonth: '7' nickName: Default Payment Method accountId: '{{defaultAccountId}}' phone: '4155551212' email: '{{_userEmail}}' additionalData: key1: value1 key2: value2 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 Parameter: title: Parameter required: - fieldName - usage type: object properties: fieldName: type: string example: example_value usage: type: string example: example_value operator: type: string example: example_value sequence: type: string example: example_value examples: - fieldName: IsDeleted usage: INPUT operator: Equals sequence: '1' SObjectCreateRequest: title: SObjectCreateRequest required: - Name type: object properties: Name: type: string example: Example Title examples: - Name: Some value SLAExpirationDateC1: title: SLAExpirationDateC1 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: SLAExpirationDate__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA 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: true CreateTableRequest: title: CreateTableRequest required: - setupName - fullName - description - sourceObject - status - conditionType - conditionCriteria - parameters type: object properties: setupName: type: string example: example_value fullName: type: string example: example_value description: type: string example: A sample description. sourceObject: type: string example: example_value status: type: string example: example_value conditionType: type: string example: example_value conditionCriteria: type: string example: example_value parameters: type: array items: $ref: '#/components/schemas/Parameter' description: '' example: [] examples: - setupName: Product Qualificiation eligibility fullName: ProductQualificationEligibility description: Eligiblity of Products using Qualification Rules sourceObject: AccountFeed status: Draft conditionType: Any conditionCriteria: 1 OR 2 OR 3 parameters: - fieldName: IsDeleted usage: INPUT operator: Equals sequence: '1' - fieldName: Id usage: INPUT operator: Equals sequence: '2' - fieldName: Title usage: INPUT operator: Equals sequence: '3' - fieldName: CreatedById usage: OUTPUT CardPaymentMethod: title: CardPaymentMethod required: - cardHolderName - expiryMonth - expiryYear - cardNumber - cvv - cardCategory - cardType - startYear - startMonth - nickName - accountId type: object properties: cardHolderName: type: string example: example_value expiryMonth: type: string example: example_value expiryYear: type: string example: example_value cardNumber: type: string example: example_value cvv: type: string example: example_value cardCategory: type: string example: example_value cardType: type: string example: example_value startYear: type: string example: example_value startMonth: type: string example: example_value nickName: type: string example: example_value accountId: type: string example: '500123' examples: - cardHolderName: '{{_userFullName}}' expiryMonth: '11' expiryYear: '2222' cardNumber: '4111111111111111' cvv: '111' cardCategory: CreditCard cardType: VISA startYear: '2013' startMonth: '7' nickName: Default Payment Method accountId: '{{defaultAccountId}}' Metadata10: title: Metadata10 required: - label - endpoint - principalType - protocol type: object properties: label: type: string example: Example Title endpoint: type: string example: example_value principalType: type: string example: example_value protocol: type: string example: example_value examples: - label: My Named Credential endpoint: arn:aws:AWS_REGION:AWS_ACCOUNT_ID principalType: Anonymous protocol: NoAuthentication 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 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 SLAC1: title: SLAC1 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: SLA__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: SLA 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 ShippingState2: title: ShippingState2 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 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 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 Ownership1: title: Ownership1 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: Ownership 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: Ownership 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 Gifttransaction: title: Gifttransaction required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: 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 CreateaRecord: title: CreateaRecord 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/Fields21' 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: Account childRelationships: {} eTag: 057ae0953591faed613c5e19a086f7a8 fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null 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: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null 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 18:01 value: '2023-09-27T16:01:14.000Z' Name: displayValue: null value: My New Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: 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 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:01:14.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:01:14.000Z' weakEtag: 1695830474000 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 CreatechannelRequest: title: CreatechannelRequest required: - FullName - Metadata type: object properties: FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata' examples: - FullName: Account_Channel__chn Metadata: channelType: data label: Account Channel 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 ObjectInfos1: title: ObjectInfos1 required: - Account - User type: object properties: Account: $ref: '#/components/schemas/Account13' User: $ref: '#/components/schemas/User7' examples: - Account: apiName: Account associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: Account fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ChildAccounts - childObjectApiName: AccountBrand fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountBrands - childObjectApiName: AccountCleanInfo fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfos - childObjectApiName: AccountContactRole fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountContactRoles - childObjectApiName: AccountFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: AccountHistory fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: AccountPartner fieldName: AccountFromId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountPartnersFrom - childObjectApiName: AccountPartner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountPartnersTo - childObjectApiName: AccountShare fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ActivityHistory fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: Asset fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Assets - childObjectApiName: Asset fieldName: AssetProvidedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProvidedAssets - childObjectApiName: Asset fieldName: AssetServicedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ServicedAssets - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: AuthorizationFormConsent fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RelatedAuthorizationFormConsents - childObjectApiName: Case fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Cases - childObjectApiName: ChannelProgramMember fieldName: PartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ChannelProgramMembers - 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: Contact fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Contacts - childObjectApiName: ContactRequest fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Contracts - childObjectApiName: DelegatedAccount fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedAccounts - childObjectApiName: DelegatedAccount fieldName: TargetId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedAccount - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessage fieldName: RelatedToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Emails - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - 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: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: Opportunity fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Opportunities - childObjectApiName: OpportunityPartner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpportunityPartnersTo - childObjectApiName: Order fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Orders - childObjectApiName: Partner fieldName: AccountFromId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnersFrom - childObjectApiName: Partner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnersTo - childObjectApiName: PartnerFundAllocation fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundAllocations - childObjectApiName: PartnerFundClaim fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundClaims - childObjectApiName: PartnerFundRequest fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundRequests - childObjectApiName: PartnerMarketingBudget fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerMarketingBudgets - 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: ScorecardAssociation fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ScorecardAssociations - childObjectApiName: Task fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: User fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Users createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 7b786e93cc2b9142accd7a29facc2474 feedEnabled: true fields: AccountNumber: apiName: AccountNumber 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: Account Number 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 AccountSource: apiName: AccountSource 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: Account 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 Active__c: apiName: Active__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: Active 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 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 BillingAddress: apiName: BillingAddress 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: Billing 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 BillingCity: apiName: BillingCity calculated: false compound: false compoundComponentName: City compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingCountry: apiName: BillingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingGeocodeAccuracy: apiName: BillingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingLatitude: apiName: BillingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingLongitude: apiName: BillingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingPostalCode: apiName: BillingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingState: apiName: BillingState calculated: false compound: false compoundComponentName: State compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingStreet: apiName: BillingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 ChannelProgramLevelName: apiName: ChannelProgramLevelName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Level Name length: 255 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 ChannelProgramName: apiName: ChannelProgramName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Name length: 255 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 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 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 CustomerPriority__c: apiName: CustomerPriority__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: Customer Priority 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 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: Account 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 DunsNumber: apiName: DunsNumber 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: 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 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: Account 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 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: Account 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 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 IsCustomerPortal: apiName: IsCustomerPortal 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: Customer Portal Account 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 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 IsPartner: apiName: IsPartner 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: Partner Account 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 JigsawCompanyId: apiName: JigsawCompanyId 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 Company ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawCompany 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 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 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: Account nameFields: - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NaicsCode: apiName: NaicsCode 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: NAICS Code 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: true NaicsDesc: apiName: NaicsDesc 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: NAICS Description length: 120 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: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Name length: 255 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 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: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Ownership: apiName: Ownership 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: Ownership 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 ParentId: apiName: ParentId 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: Parent Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Parent required: false scale: 0 searchPrefilterable: true 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: Account 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 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: Account 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 SLAExpirationDate__c: apiName: SLAExpirationDate__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA 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: true SLASerialNumber__c: apiName: SLASerialNumber__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: SLA Serial Number length: 10 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 SLA__c: apiName: SLA__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: SLA 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 ShippingAddress: apiName: ShippingAddress 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: Shipping 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 ShippingCity: apiName: ShippingCity calculated: false compound: false compoundComponentName: City compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingCountry: apiName: ShippingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingGeocodeAccuracy: apiName: ShippingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingLatitude: apiName: ShippingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingLongitude: apiName: ShippingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingPostalCode: apiName: ShippingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingState: apiName: ShippingState calculated: false compound: false compoundComponentName: State compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingStreet: apiName: ShippingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 Sic: apiName: Sic 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: SIC 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 SicDesc: apiName: SicDesc 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: SIC Description 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 Site: apiName: Site 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: Account Site 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 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 TickerSymbol: apiName: TickerSymbol 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: Ticker Symbol 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 Tradestyle: apiName: Tradestyle 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: Tradestyle 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 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: Account Type 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 UpsellOpportunity__c: apiName: UpsellOpportunity__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: Upsell Opportunity 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 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 YearStarted: apiName: YearStarted 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: Year Started length: 4 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: '001' label: Account labelPlural: Accounts layoutable: true mruEnabled: true nameFields: - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 5867E8 iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png updateable: true 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 Status201-Success4: title: Status201-Success4 required: - code - decisionTable - isSuccess - message type: object properties: code: type: string example: example_value decisionTable: $ref: '#/components/schemas/DecisionTable' isSuccess: type: boolean example: true message: type: string example: example_value examples: - code: '200' decisionTable: id: 0lDHo0000008Pnt parameters: [] sourceCriteria: [] isSuccess: true message: '' SLASerialNumberC2: title: SLASerialNumberC2 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 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 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 Site2: title: Site2 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 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 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 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 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 CreateeventrelayRequest: title: CreateeventrelayRequest required: - FullName - Metadata type: object properties: FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata12' examples: - FullName: MyEventRelay Metadata: eventChannel: Carbon_Comparison_Channel__chn destinationResourceName: callout:MyNamedCredential label: My Event Relay relayOption: '{"ReplayRecovery":"LATEST"}' CalloutOptions: title: CalloutOptions required: - allowMergeFieldsInBody - allowMergeFieldsInHeader - generateAuthorizationHeader type: object properties: allowMergeFieldsInBody: type: boolean example: true allowMergeFieldsInHeader: type: boolean example: true generateAuthorizationHeader: type: boolean example: true examples: - allowMergeFieldsInBody: false allowMergeFieldsInHeader: false generateAuthorizationHeader: true 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 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 NumberofLocationsC5: title: NumberofLocationsC5 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 UpsellOpportunityC1: title: UpsellOpportunityC1 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: UpsellOpportunity__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: Upsell Opportunity 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 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 Owner6: title: Owner6 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 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 GiftCommitmentScheduleCustomField: title: GiftCommitmentScheduleCustomField required: - fieldName - fieldValue type: object properties: fieldName: type: string example: example_value fieldValue: type: string example: example_value examples: - fieldName: fieldValue: string 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' CreateCommitmentsRequest: title: CreateCommitmentsRequest required: - processingOptions - commitments type: object properties: processingOptions: $ref: '#/components/schemas/ProcessingOptions' commitments: type: array items: $ref: '#/components/schemas/Commitment' description: '' example: [] examples: - processingOptions: donorOptions: defaultUpdateLogic: update_all commitments: - amount: 150.25 currencyIsoCode: USD transactionPeriod: monthly transactionInterval: 3 transactionDay: '5' startDate: '2024-07-06T00:00:00.000Z' endDate: '2024-08-06T00:00:00.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: firstName: Test lastName: Donor phone: 510-434-8920 email: test.donor@salesforce.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 firstTransaction: amount: 150.25 receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' giftCommitmentCustomFields: - fieldName: fieldValue: string giftCommitmentScheduleCustomFields: - fieldName: fieldValue: string Metadata3: title: Metadata3 required: - eventChannel - selectedEntity type: object properties: eventChannel: type: string example: example_value selectedEntity: type: string example: example_value examples: - eventChannel: Account_Channel__chn selectedEntity: AccountChangeEvent 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 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 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 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 TickerSymbol1: title: TickerSymbol1 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: TickerSymbol 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: Ticker Symbol 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 Campaign: title: Campaign required: - id type: object properties: id: type: string example: abc123 examples: - id: JigsawCompanyId1: title: JigsawCompanyId1 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: JigsawCompanyId 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 Company ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawCompany required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 SuccessfulCreatejob: title: SuccessfulCreatejob required: - id - operation - object - createdById - createdDate - systemModstamp - state - concurrencyMode - contentType - apiVersion - contentUrl - lineEnding - columnDelimiter type: object properties: id: type: string example: abc123 operation: type: string example: example_value object: type: string example: example_value createdById: type: string example: '500123' createdDate: type: string example: example_value systemModstamp: type: string example: example_value state: type: string example: example_value concurrencyMode: type: string example: example_value contentType: type: string example: example_value apiVersion: type: integer contentEncoding: int32 example: 10 contentUrl: type: string example: https://www.example.com lineEnding: type: string example: example_value columnDelimiter: type: string example: example_value examples: - id: 750... operation: insert object: Account createdById: 005... createdDate: systemModstamp: state: Open concurrencyMode: Parallel contentType: CSV apiVersion: 58 contentUrl: services/data/v58.0/jobs/ingest/750.../batches lineEnding: LF columnDelimiter: COMMA Giftcommitmentschedule: title: Giftcommitmentschedule required: - href - id type: object properties: href: type: string example: example_value id: type: string example: abc123 examples: - href: /services/data/vXX.X/sobjects/sObject/ id: CreateorUpdateQuoteRequest: title: CreateorUpdateQuoteRequest required: - pricingPref - graph type: object properties: pricingPref: type: string example: example_value graph: $ref: '#/components/schemas/Graph5' examples: - pricingPref: skip graph: graphId: refQuoteGraph records: - referenceId: refQuote record: attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' - referenceId: refQuoteLineItem1 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{VirtualRouterTermedPBE}}' Product2Id: '{{VirtualRouterProduct}}' Quantity: 5 UnitPrice: 35 PeriodBoundary: Anniversary BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' EndDate: '2024-01-01T00:00:00.000Z' - referenceId: refQuoteLineItem2 record: attributes: type: QuoteLineItem method: POST QuoteId: '@{refQuote.id}' PricebookEntryId: '{{SLABronzeEvergrnMonthPBE}}' Product2Id: '{{SLA_BronzeProduct}}' Quantity: 1 UnitPrice: 10 PeriodBoundary: DayOfPeriod PeriodBoundaryDay: 4 BillingFrequency: Monthly StartDate: '2023-01-01T00:00:00.000Z' AdditionalData: title: AdditionalData required: - key1 - key2 type: object properties: key1: type: string example: example_value key2: type: string example: example_value examples: - key1: value1 key2: value2 ShippingAddress2: title: ShippingAddress2 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: ShippingAddress 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: Shipping 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 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 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 ShippingLatitude1: title: ShippingLatitude1 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: ShippingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 FirstTransaction: title: FirstTransaction required: - amount - receivedDate - donorCoverAmount - transactionStatus - gatewayTransactionFee - processorTransactionFee - processorReference - gatewayReference - lastGatewayResponseCode - lastGatewayErrorMessage - lastGatewayProcessedDateTime type: object properties: amount: type: number example: 42.5 receivedDate: type: string example: example_value donorCoverAmount: type: number example: 42.5 transactionStatus: type: string example: example_value gatewayTransactionFee: type: number example: 42.5 processorTransactionFee: type: number example: 42.5 processorReference: type: string example: example_value gatewayReference: type: string example: example_value lastGatewayResponseCode: type: string example: example_value lastGatewayErrorMessage: type: string example: example_value lastGatewayProcessedDateTime: type: string example: '2026-01-15T10:30:00Z' examples: - amount: 150.25 receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' 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 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 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 Layout1: title: Layout1 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: [] Sic2: title: Sic2 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 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 BillingCity1: title: BillingCity1 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: BillingCity calculated: false compound: false compoundComponentName: City compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 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 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 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 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 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 CreateOrderFromQuoteRequest: title: CreateOrderFromQuoteRequest required: - inputs type: object properties: inputs: type: array items: $ref: '#/components/schemas/Inputs2' description: '' example: [] examples: - inputs: - quoteRecordId: '{{currentQuote}}' 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 UpsellOpportunityC2: title: UpsellOpportunityC2 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 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 Record23: title: Record23 required: - attributes type: object properties: attributes: $ref: '#/components/schemas/Attributes22' Name: type: string example: Example Title Pricebook2Id: type: string example: '500123' QuoteId: type: string example: '500123' PricebookEntryId: type: string example: '500123' Product2Id: type: string example: '500123' Quantity: type: number example: 42.5 UnitPrice: type: number example: 42.5 PeriodBoundary: type: string example: example_value BillingFrequency: type: string example: example_value StartDate: type: string example: example_value EndDate: type: string example: example_value PeriodBoundaryDay: type: integer contentEncoding: int32 example: 10 examples: - attributes: type: Quote method: POST Name: Quote_{{$randomCompanyName}} Pricebook2Id: '{{standardPricebook}}' Principal: title: Principal required: - principalName - principalType - sequenceNumber type: object properties: principalName: type: string example: example_value principalType: type: string example: example_value sequenceNumber: type: integer contentEncoding: int32 example: 10 examples: - principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 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 ExternalCredential1: title: ExternalCredential1 required: - developerName - id - masterLabel - url type: object properties: developerName: type: string example: example_value id: type: string example: abc123 masterLabel: type: string example: example_value url: type: string example: https://www.example.com examples: - developerName: Test id: 0pt... masterLabel: Test url: /services/data/v58.0/named-credentials/external-credentials/Test Record5: title: Record5 required: - attributes type: object properties: attributes: $ref: '#/components/schemas/Attributes3' Name: type: string example: Example Title BillingCity: type: string example: example_value LastName: type: string example: example_value FirstName: type: string example: example_value examples: - attributes: type: Account Name: example.com BillingCity: San Francisco CustomerPriorityC2: title: CustomerPriorityC2 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 SuccessfulCreateNamedCredential: title: SuccessfulCreateNamedCredential required: - calloutOptions - calloutUrl - customHeaders - developerName - externalCredentials - id - masterLabel - parameters - type - url type: object properties: calloutOptions: $ref: '#/components/schemas/CalloutOptions' calloutUrl: type: string example: https://www.example.com customHeaders: type: array items: $ref: '#/components/schemas/CustomHeader1' description: '' example: [] developerName: type: string example: example_value externalCredentials: type: array items: $ref: '#/components/schemas/ExternalCredential1' description: '' example: [] id: type: string example: abc123 masterLabel: type: string example: example_value parameters: type: array items: type: string description: '' example: [] type: type: string example: example_value url: type: string example: https://www.example.com examples: - calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: true calloutUrl: https://api.example.com customHeaders: - headerName: SampleHeader headerValue: SampleValue id: 0pv2o000000PAv6AAG sequenceNumber: 1 developerName: SamplePrivate externalCredentials: - developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential id: 0XA2o000000XaAQGA0 masterLabel: SamplePrivateLabel parameters: [] type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/SamplePrivate AccountCustomField: title: AccountCustomField required: - fieldName - fieldValue type: object properties: fieldName: type: string example: example_value fieldValue: type: string example: example_value examples: - fieldName: string fieldValue: string Designation: title: Designation required: - designationId - percent - amount type: object properties: designationId: type: string example: '500123' percent: type: integer contentEncoding: int32 example: 10 amount: type: number example: 42.5 examples: - designationId: percent: 10 amount: 150.25 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 Inputs2: title: Inputs2 required: - quoteRecordId type: object properties: quoteRecordId: type: string example: '500123' examples: - quoteRecordId: '{{currentQuote}}' 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 Donor: title: Donor required: - donorType - id - organizationName - firstName - lastName - phone - email - address - accountCustomFields type: object properties: donorType: type: string example: example_value id: type: string example: abc123 organizationName: type: string example: example_value firstName: type: string example: example_value lastName: type: string example: example_value phone: type: string example: example_value email: type: string example: user@example.com address: type: array items: $ref: '#/components/schemas/Address1' description: '' example: [] accountCustomFields: type: array items: $ref: '#/components/schemas/AccountCustomField' description: '' example: 42 examples: - donorType: individual id: organizationName: firstName: Test lastName: Donor phone: 510-434-8920 email: test.user@example.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: string fieldValue: string 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 Fields20: title: Fields20 required: - FieldAPIName type: object properties: FieldAPIName: type: string example: example_value examples: - FieldAPIName: FieldValue Sic1: title: Sic1 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: Sic 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: SIC 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 CreateNamedCredentialRequest: title: CreateNamedCredentialRequest required: - developerName - masterLabel - type - calloutUrl - externalCredentials - customHeaders - calloutOptions type: object properties: developerName: type: string example: example_value masterLabel: type: string example: example_value type: type: string example: example_value calloutUrl: type: string example: https://www.example.com externalCredentials: type: array items: $ref: '#/components/schemas/ExternalCredential2' description: '' example: [] customHeaders: type: array items: $ref: '#/components/schemas/CustomHeader' description: '' example: [] calloutOptions: $ref: '#/components/schemas/CalloutOptions' examples: - developerName: SamplePrivate masterLabel: SamplePrivateLabel type: SecuredEndpoint calloutUrl: https://api.example.com externalCredentials: - developerName: SampleExternalCredential customHeaders: - headerName: SampleHeader headerValue: SampleValue sequenceNumber: 1 calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: true generateAuthorizationHeader: 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 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 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 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 Links7: title: Links7 required: - giftcommitment - giftcommitmentschedule - giftdefaultdesignation - gifttransaction - paymentinstrument - account type: object properties: giftcommitment: $ref: '#/components/schemas/Giftcommitment' giftcommitmentschedule: $ref: '#/components/schemas/Giftcommitmentschedule' giftdefaultdesignation: type: array items: $ref: '#/components/schemas/Giftdefaultdesignation' description: '' example: [] gifttransaction: $ref: '#/components/schemas/Gifttransaction' paymentinstrument: $ref: '#/components/schemas/Paymentinstrument1' account: $ref: '#/components/schemas/Account' examples: - giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: BillingCountry3: title: BillingCountry3 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 Attributes3: title: Attributes3 required: - type type: object properties: type: type: string example: example_value examples: - type: Account Commitment: title: Commitment required: - amount - currencyIsoCode - transactionPeriod - transactionInterval - transactionDay - startDate - endDate - campaign - outreachSourceCode - donor - paymentInstrument - designations - firstTransaction - giftCommitmentCustomFields - giftCommitmentScheduleCustomFields type: object properties: amount: type: number example: 42.5 currencyIsoCode: type: string example: example_value transactionPeriod: type: string example: example_value transactionInterval: type: integer contentEncoding: int32 example: 10 transactionDay: type: string example: example_value startDate: type: string example: example_value endDate: type: string example: example_value campaign: $ref: '#/components/schemas/Campaign' outreachSourceCode: $ref: '#/components/schemas/OutreachSourceCode' donor: $ref: '#/components/schemas/Donor1' paymentInstrument: $ref: '#/components/schemas/PaymentInstrument' designations: type: array items: $ref: '#/components/schemas/Designation1' description: '' example: [] firstTransaction: $ref: '#/components/schemas/FirstTransaction' giftCommitmentCustomFields: type: array items: $ref: '#/components/schemas/GiftCommitmentCustomField' description: '' example: [] giftCommitmentScheduleCustomFields: type: array items: $ref: '#/components/schemas/GiftCommitmentScheduleCustomField' description: '' example: [] examples: - amount: 150.25 currencyIsoCode: USD transactionPeriod: monthly transactionInterval: 3 transactionDay: '5' startDate: '2024-07-06T00:00:00.000Z' endDate: '2024-08-06T00:00:00.000Z' campaign: id: outreachSourceCode: id: sourceCode: AnimalEmailCampaign2023 donor: donorType: individual id: firstName: Test lastName: Donor phone: 510-434-8920 email: test.donor@salesforce.com address: - addressType: mailing street: 123 Main Street city: Oakland state: CA postalCode: '94610' country: US accountCustomFields: - fieldName: fieldValue: string paymentInstrument: type: credit card accountHolderName: test donor expiryMonth: '10' expiryYear: '2026' last4: '4585' cardBrand: visa bankName: chase digitalWalletProvider: apple pay bankAccountHolderType: primary bankAccountType: checking bankAccountNumber: '123456' bankCode: HBUK gatewayName: stripe processorName: test processor processorPaymentReference: string gatewayReference: string designations: - designationId: percent: 10 firstTransaction: amount: 150.25 receivedDate: '2024-07-06T00:00:00.000Z' donorCoverAmount: 0.25 transactionStatus: Unpaid gatewayTransactionFee: 0.75 processorTransactionFee: 0.45 processorReference: cls-1247586928747 gatewayReference: 102656693ac3ca6e0cdafbfe89ab99 lastGatewayResponseCode: invalid_cvc lastGatewayErrorMessage: The card’s security code is invalid. Check the card’s security code or use a different card. lastGatewayProcessedDateTime: '2023-07-06T21:57:51.000Z' giftCommitmentCustomFields: - fieldName: fieldValue: string giftCommitmentScheduleCustomFields: - fieldName: fieldValue: string ExternalCredential2: title: ExternalCredential2 required: - developerName type: object properties: developerName: type: string example: example_value examples: - developerName: SampleExternalCredential DonorOptions: title: DonorOptions required: - defaultUpdateLogic type: object properties: defaultUpdateLogic: type: string example: example_value examples: - defaultUpdateLogic: update_all ShippingGeocodeAccuracy1: title: ShippingGeocodeAccuracy1 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: ShippingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 BillingGeocodeAccuracy1: title: BillingGeocodeAccuracy1 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: BillingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 CreatejobRequest: title: CreatejobRequest required: - object - operation type: object properties: object: type: string example: example_value operation: type: string example: example_value examples: - object: Asset operation: update Account13: title: Account13 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/Fields15' 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: Account associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: Account fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ChildAccounts - childObjectApiName: AccountBrand fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountBrands - childObjectApiName: AccountCleanInfo fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfos - childObjectApiName: AccountContactRole fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountContactRoles - childObjectApiName: AccountFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: AccountHistory fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: AccountPartner fieldName: AccountFromId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountPartnersFrom - childObjectApiName: AccountPartner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountPartnersTo - childObjectApiName: AccountShare fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ActivityHistory fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: Asset fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Assets - childObjectApiName: Asset fieldName: AssetProvidedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProvidedAssets - childObjectApiName: Asset fieldName: AssetServicedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ServicedAssets - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: AuthorizationFormConsent fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RelatedAuthorizationFormConsents - childObjectApiName: Case fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Cases - childObjectApiName: ChannelProgramMember fieldName: PartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ChannelProgramMembers - 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: Contact fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Contacts - childObjectApiName: ContactRequest fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Contracts - childObjectApiName: DelegatedAccount fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedAccounts - childObjectApiName: DelegatedAccount fieldName: TargetId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedAccount - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessage fieldName: RelatedToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Emails - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - 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: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: Opportunity fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Opportunities - childObjectApiName: OpportunityPartner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpportunityPartnersTo - childObjectApiName: Order fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Orders - childObjectApiName: Partner fieldName: AccountFromId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnersFrom - childObjectApiName: Partner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnersTo - childObjectApiName: PartnerFundAllocation fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundAllocations - childObjectApiName: PartnerFundClaim fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundClaims - childObjectApiName: PartnerFundRequest fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundRequests - childObjectApiName: PartnerMarketingBudget fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerMarketingBudgets - 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: ScorecardAssociation fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ScorecardAssociations - childObjectApiName: Task fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: User fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Users createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 7b786e93cc2b9142accd7a29facc2474 feedEnabled: true fields: AccountNumber: apiName: AccountNumber 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: Account Number 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 AccountSource: apiName: AccountSource 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: Account 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 Active__c: apiName: Active__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: Active 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 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 BillingAddress: apiName: BillingAddress 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: Billing 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 BillingCity: apiName: BillingCity calculated: false compound: false compoundComponentName: City compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingCountry: apiName: BillingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingGeocodeAccuracy: apiName: BillingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingLatitude: apiName: BillingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingLongitude: apiName: BillingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingPostalCode: apiName: BillingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingState: apiName: BillingState calculated: false compound: false compoundComponentName: State compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 BillingStreet: apiName: BillingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing 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 ChannelProgramLevelName: apiName: ChannelProgramLevelName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Level Name length: 255 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 ChannelProgramName: apiName: ChannelProgramName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Name length: 255 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 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 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 CustomerPriority__c: apiName: CustomerPriority__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: Customer Priority 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 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: Account 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 DunsNumber: apiName: DunsNumber 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: 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 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: Account 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 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: Account 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 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 IsCustomerPortal: apiName: IsCustomerPortal 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: Customer Portal Account 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 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 IsPartner: apiName: IsPartner 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: Partner Account 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 JigsawCompanyId: apiName: JigsawCompanyId 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 Company ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawCompany 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 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 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: Account nameFields: - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NaicsCode: apiName: NaicsCode 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: NAICS Code 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: true NaicsDesc: apiName: NaicsDesc 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: NAICS Description length: 120 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: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Name length: 255 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 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: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Ownership: apiName: Ownership 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: Ownership 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 ParentId: apiName: ParentId 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: Parent Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Parent required: false scale: 0 searchPrefilterable: true 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: Account 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 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: Account 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 SLAExpirationDate__c: apiName: SLAExpirationDate__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA 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: true SLASerialNumber__c: apiName: SLASerialNumber__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: SLA Serial Number length: 10 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 SLA__c: apiName: SLA__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: SLA 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 ShippingAddress: apiName: ShippingAddress 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: Shipping 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 ShippingCity: apiName: ShippingCity calculated: false compound: false compoundComponentName: City compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingCountry: apiName: ShippingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingGeocodeAccuracy: apiName: ShippingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingLatitude: apiName: ShippingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingLongitude: apiName: ShippingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingPostalCode: apiName: ShippingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingState: apiName: ShippingState calculated: false compound: false compoundComponentName: State compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 ShippingStreet: apiName: ShippingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 Sic: apiName: Sic 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: SIC 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 SicDesc: apiName: SicDesc 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: SIC Description 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 Site: apiName: Site 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: Account Site 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 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 TickerSymbol: apiName: TickerSymbol 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: Ticker Symbol 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 Tradestyle: apiName: Tradestyle 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: Tradestyle 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 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: Account Type 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 UpsellOpportunity__c: apiName: UpsellOpportunity__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: Upsell Opportunity 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 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 YearStarted: apiName: YearStarted 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: Year Started length: 4 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: '001' label: Account labelPlural: Accounts layoutable: true mruEnabled: true nameFields: - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 5867E8 iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png updateable: true CreatemanagedeventsubscriptionRequest: title: CreatemanagedeventsubscriptionRequest required: - FullName - Metadata type: object properties: FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata15' examples: - FullName: Managed_Sub_OpportunityChangeEvent Metadata: label: Managed Sub OpportunityChangeEvent topicName: /data/OpportunityChangeEvent defaultReplay: LATEST state: RUN errorRecoveryReplay: LATEST Metadata: title: Metadata required: - channelType - label type: object properties: channelType: type: string example: example_value label: type: string example: Example Title examples: - channelType: data label: Account Channel 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 SuccessfulCreateExternalCredential: title: SuccessfulCreateExternalCredential required: - authenticationProtocol - authenticationStatus - customHeaders - developerName - id - masterLabel - parameters - principals - relatedNamedCredentials - url type: object properties: authenticationProtocol: type: string example: example_value authenticationStatus: type: string example: example_value customHeaders: type: array items: $ref: '#/components/schemas/CustomHeader1' description: '' example: [] developerName: type: string example: example_value id: type: string example: abc123 masterLabel: type: string example: example_value parameters: type: array items: type: string description: '' example: [] principals: type: array items: $ref: '#/components/schemas/Principal1' description: '' example: [] relatedNamedCredentials: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - authenticationProtocol: Custom authenticationStatus: Unknown customHeaders: - headerName: SampleHeader headerValue: SampleHeaderValue id: 0pu2o000000KymkAAC sequenceNumber: 1 developerName: SampleExternalCredential id: 0pt2o000000CaU0AAK masterLabel: Sample External Credential parameters: [] principals: - authenticationStatus: Unknown id: 0pu2o000000KymjAAC parameters: [] principalAccess: [] principalName: SamplePrincipal principalType: NamedPrincipal sequenceNumber: 1 relatedNamedCredentials: [] url: /services/data/v58.0/named-credentials/external-credentials/SampleExternalCredential 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 Status201-CreateGiftSuccess: title: Status201-CreateGiftSuccess required: - successes - failures - notProcessed - details type: object properties: successes: type: integer contentEncoding: int32 example: 10 failures: type: integer contentEncoding: int32 example: 10 notProcessed: type: integer contentEncoding: int32 example: 10 details: type: array items: $ref: '#/components/schemas/Detail' description: '' example: [] examples: - successes: 2 failures: 0 notProcessed: 0 details: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: account: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: gifttransactiondesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: 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 ShippingLongitude1: title: ShippingLongitude1 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: ShippingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping 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 DunsNumber1: title: DunsNumber1 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: DunsNumber 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: 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 SuccessfulCreatejobQuery: title: SuccessfulCreatejobQuery required: - id - operation - object - createdById - createdDate - systemModstamp - state - concurrencyMode - contentType - apiVersion - lineEnding - columnDelimiter type: object properties: id: type: string example: abc123 operation: type: string example: example_value object: type: string example: example_value createdById: type: string example: '500123' createdDate: type: string example: example_value systemModstamp: type: string example: example_value state: type: string example: example_value concurrencyMode: type: string example: example_value contentType: type: string example: example_value apiVersion: type: integer contentEncoding: int32 example: 10 lineEnding: type: string example: example_value columnDelimiter: type: string example: example_value examples: - id: 750... operation: query object: Account createdById: 005... createdDate: systemModstamp: state: UploadComplete concurrencyMode: Parallel contentType: CSV apiVersion: 58 lineEnding: LF columnDelimiter: COMMA Status201-CreateCommitmentSuccess: title: Status201-CreateCommitmentSuccess required: - successes - failures - notProcessed - details type: object properties: successes: type: integer contentEncoding: int32 example: 10 failures: type: integer contentEncoding: int32 example: 10 notProcessed: type: integer contentEncoding: int32 example: 10 details: type: array items: $ref: '#/components/schemas/Detail7' description: '' example: [] examples: - successes: 1 failures: 0 notProcessed: 0 details: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: - success: true links: giftcommitment: href: /services/data/vXX.X/sobjects/sObject/ id: giftcommitmentschedule: href: /services/data/vXX.X/sobjects/sObject/ id: giftdefaultdesignation: - href: /services/data/vXX.X/sobjects/sObject/ id: gifttransaction: href: /services/data/vXX.X/sobjects/sObject/ id: paymentinstrument: href: /services/data/vXX.X/sobjects/sObject/ id: account: href: /services/data/vXX.X/sobjects/sObject/ id: 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 Metadata12: title: Metadata12 required: - eventChannel - destinationResourceName - label - relayOption type: object properties: eventChannel: type: string example: example_value destinationResourceName: type: string example: example_value label: type: string example: Example Title relayOption: type: string example: example_value examples: - eventChannel: Carbon_Comparison_Channel__chn destinationResourceName: callout:MyNamedCredential label: My Event Relay relayOption: '{"ReplayRecovery":"LATEST"}' ShippingPostalCode2: title: ShippingPostalCode2 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 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 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 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 Ownership2: title: Ownership2 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 Fields21: title: Fields21 required: - AccountNumber - Active__c - AnnualRevenue - BillingCity - BillingCountry - BillingPostalCode - BillingState - BillingStreet - CreatedBy - CreatedById - CreatedDate - CustomerPriority__c - Description - Fax - Industry - LastModifiedBy - LastModifiedById - LastModifiedDate - Name - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Ownership - Parent - ParentId - Phone - Rating - SLAExpirationDate__c - SLASerialNumber__c - SLA__c - ShippingCity - ShippingCountry - ShippingPostalCode - ShippingState - ShippingStreet - Sic - Site - TickerSymbol - Type - UpsellOpportunity__c - Website type: object properties: AccountNumber: $ref: '#/components/schemas/AccountNumber2' Active__c: $ref: '#/components/schemas/ActiveC2' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue3' BillingCity: $ref: '#/components/schemas/BillingCity3' BillingCountry: $ref: '#/components/schemas/BillingCountry3' BillingPostalCode: $ref: '#/components/schemas/BillingPostalCode3' BillingState: $ref: '#/components/schemas/BillingState3' BillingStreet: $ref: '#/components/schemas/BillingStreet3' CreatedBy: $ref: '#/components/schemas/CreatedBy3' CreatedById: $ref: '#/components/schemas/CreatedById5' CreatedDate: $ref: '#/components/schemas/CreatedDate5' CustomerPriority__c: $ref: '#/components/schemas/CustomerPriorityC2' Description: $ref: '#/components/schemas/Description6' Fax: $ref: '#/components/schemas/Fax5' Industry: $ref: '#/components/schemas/Industry3' LastModifiedBy: $ref: '#/components/schemas/LastModifiedBy3' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate5' Name: $ref: '#/components/schemas/Name21' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC5' Owner: $ref: '#/components/schemas/Owner6' OwnerId: $ref: '#/components/schemas/OwnerId4' Ownership: $ref: '#/components/schemas/Ownership2' Parent: $ref: '#/components/schemas/Parent7' ParentId: $ref: '#/components/schemas/ParentId2' Phone: $ref: '#/components/schemas/Phone9' Rating: $ref: '#/components/schemas/Rating3' SLAExpirationDate__c: $ref: '#/components/schemas/SLAExpirationDateC2' SLASerialNumber__c: $ref: '#/components/schemas/SLASerialNumberC2' SLA__c: $ref: '#/components/schemas/SLAC2' ShippingCity: $ref: '#/components/schemas/ShippingCity2' ShippingCountry: $ref: '#/components/schemas/ShippingCountry2' ShippingPostalCode: $ref: '#/components/schemas/ShippingPostalCode2' ShippingState: $ref: '#/components/schemas/ShippingState2' ShippingStreet: $ref: '#/components/schemas/ShippingStreet2' Sic: $ref: '#/components/schemas/Sic2' Site: $ref: '#/components/schemas/Site2' TickerSymbol: $ref: '#/components/schemas/TickerSymbol2' Type: $ref: '#/components/schemas/Type13' UpsellOpportunity__c: $ref: '#/components/schemas/UpsellOpportunityC2' Website: $ref: '#/components/schemas/Website2' examples: - AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null 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: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null 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 18:01 value: '2023-09-27T16:01:14.000Z' Name: displayValue: null value: My New Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: 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 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null 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}". '