openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort Get 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: Get paths: /services/oauth2/userinfo: parameters: [] get: tags: - Get summary: Salesforce Get User Info description: This requests uses an access token to get user information from Salesforce using the standard `/userinfo` endpoint. operationId: GetUserInfo parameters: - name: Authorization in: header description: Replace with your access token required: true schema: type: string examples: - Bearer example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false security: [] servers: - url: https://login.salesforce.com variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/jobs/query/: parameters: [] get: tags: - Get summary: Salesforce Get Job Info Query operationId: GetJobInfoQuery parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 17 Nov 2023 16:13:43 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=2/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/SuccessfulGetJobInfoQuery' - examples: - id: 750... operation: insert object: Account createdById: 005... createdDate: systemModstamp: state: Open concurrencyMode: Parallel contentType: CSV apiVersion: 58 jobType: Classic retries: 0 totalProcessingTime: 0 apiActiveProcessingTime: 0 apexProcessingTime: 0 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 jobType: Classic retries: 0 totalProcessingTime: 0 apiActiveProcessingTime: 0 apexProcessingTime: 0 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/query//results: parameters: [] get: tags: - Get summary: Salesforce Get Job Query Result operationId: GetJobQueryResult parameters: - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value - name: Accept in: header description: '' required: true schema: type: string examples: - test/csv example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/jobs/query: parameters: [] get: tags: - Get summary: Salesforce Get All Query Jobs operationId: GetAllQueryJobs parameters: - name: isPkChunkingEnabled in: query description: If set to true, the request only returns information about jobs where PK Chunking is enabled required: true style: form explode: true schema: type: boolean examples: - false example: true - name: jobType in: query description: BigObjectIngest Classic V2Query required: true style: form explode: true schema: type: string example: example_value - name: concurrencyMode in: query description: serial parallel required: true style: form explode: true schema: type: string example: example_value - name: queryLocator in: query description: use the value from the nextRecordsUrl from the previous set required: true style: form explode: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 17 Nov 2023 16:25: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=4/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: type: string examples: - "{\n \"done\": true,\n \"nextRecordsUrl\": null,\n \"records\": [\n {\n \"id\": \"750...\",\n \"operation\": \"insert\",\n \"object\": \"Account\",\n \"createdById\": \"005...\",\n \"createdDate\": \"\",\n \"systemModstamp\": \"\",\n \"state\": \"Open\",\n \"concurrencyMode\": \"Parallel\",\n \"contentType\": \"CSV\",\n \"apiVersion\": 58,\n \"jobType\": \"Classic\"\n },...\n ]\n}" contentMediaType: application/json;charset=UTF-8 example: "{\n \"done\": true,\n \"nextRecordsUrl\": null,\n \"records\": [\n {\n \"id\": \"750...\",\n \"operation\": \"insert\",\n \"object\": \"Account\",\n \"createdById\": \"005...\",\n \"createdDate\": \"\",\n \"systemModstamp\": \"\",\n \"state\": \"Open\",\n \"concurrencyMode\": \"Parallel\",\n \"contentType\": \"CSV\",\n \"apiVersion\": 58,\n \"jobType\": \"Classic\"\n },...\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/query//resultPages: parameters: [] get: tags: - Get summary: Salesforce Get Parallel Results for a Query Job description: Retrieves a set of up to 5 job results pages for parallel download. operationId: GetParallelResultsforaQueryJob parameters: - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value - name: Accept in: header description: '' required: true schema: type: string examples: - application/json example: example_value responses: default: description: '' headers: {} content: application/json: schema: allOf: - $ref: '#/components/schemas/GetParallelResultsforaQueryJob' - examples: - resultPages: - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=aBcDeFg4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=HiJkLmN4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=oPQrStU4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=vWxYzz4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=NiKmABC4N nextRecordsUrl: /jobs/query/750R0000000zxr8IAA/resultpages?locator=YcApWm4N done: false contentMediaType: application/json example: resultPages: - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=aBcDeFg4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=HiJkLmN4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=oPQrStU4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=vWxYzz4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=NiKmABC4N nextRecordsUrl: /jobs/query/750R0000000zxr8IAA/resultpages?locator=YcApWm4N done: false 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: [] get: tags: - Get summary: Salesforce Get All Jobs operationId: GetAllJobs parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:02:02 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=4/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/SuccessfullGetAllJobs' - examples: - done: true nextRecordsUrl: null records: - id: 750... operation: insert object: Account createdById: 005... createdDate: systemModstamp: state: Open concurrencyMode: Parallel contentType: CSV apiVersion: 58 jobType: Classic contentMediaType: application/json;charset=UTF-8 example: done: true nextRecordsUrl: null records: - id: 750... operation: insert object: Account createdById: 005... createdDate: systemModstamp: state: Open concurrencyMode: Parallel contentType: CSV apiVersion: 58 jobType: Classic 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: [] get: tags: - Get summary: Salesforce Get Job Info operationId: GetJobInfo parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15: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 Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=8/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/SuccessfulGetJobInfo' - examples: - id: 750... operation: insert object: Asset createdById: 005... createdDate: systemModstamp: state: JobComplete concurrencyMode: Parallel contentType: CSV apiVersion: 58 jobType: V2Ingest lineEnding: LF columnDelimiter: COMMA numberRecordsProcessed: 1 numberRecordsFailed: 1 retries: 0 totalProcessingTime: 100 apiActiveProcessingTime: 43 apexProcessingTime: 0 contentMediaType: application/json;charset=UTF-8 example: id: 750... operation: insert object: Asset createdById: 005... createdDate: systemModstamp: state: JobComplete concurrencyMode: Parallel contentType: CSV apiVersion: 58 jobType: V2Ingest lineEnding: LF columnDelimiter: COMMA numberRecordsProcessed: 1 numberRecordsFailed: 1 retries: 0 totalProcessingTime: 100 apiActiveProcessingTime: 43 apexProcessingTime: 0 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//successfulResults: parameters: [] get: tags: - Get summary: Salesforce Get Job Successful Record Results operationId: GetJobSuccessfulRecordResults parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:04:15 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=12/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: text/csv: schema: type: string examples: - '"sf__Id","sf__Created",Name ' contentMediaType: text/csv example: '"sf__Id","sf__Created",Name ' 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//failedResults: parameters: [] get: tags: - Get summary: Salesforce Get Job Failed Record Results operationId: GetJobFailedRecordResults parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:04:29 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=12/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: text/csv: schema: type: string examples: - '"sf__Id","sf__Error",Name ' contentMediaType: text/csv example: '"sf__Id","sf__Error",Name ' 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//unprocessedrecords: parameters: [] get: tags: - Get summary: Salesforce Get Job Unprocessed Record Results operationId: GetJobUnprocessedRecordResults parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:04: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 Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=15/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: text/csv: schema: type: string examples: - 'Name ' contentMediaType: text/csv example: 'Name ' 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: [] get: tags: - Get summary: Salesforce Get Credential description: Get a credential. operationId: GetCredential parameters: - name: externalCredential in: query description: Fully qualified developer name of the external credential. required: true style: form explode: true schema: type: string example: example_value - name: principalName in: query description: Name of the external credential named principal. required: true style: form explode: true schema: type: string example: example_value - name: principalType in: query description: 'Type of credential principal. Values are: * AwsStsPrincipal * NamedPrincipal * PerUserPrincipal' required: true style: form explode: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Nov 2023 12:01:04 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/SuccessfulGetCredential' - examples: - authenticationProtocol: Custom authenticationProtocolVariant: NoAuthentication authenticationStatus: Configured credentials: {} externalCredential: Test principalName: Test principalType: NamedPrincipal contentMediaType: application/json;charset=UTF-8 example: authenticationProtocol: Custom authenticationProtocolVariant: NoAuthentication authenticationStatus: Configured credentials: {} externalCredential: Test principalName: Test 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/{DEVELOPER_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get External Credentials by Developer Name description: Get an external credential, including the named credentials and principals associated with it and the type and status of each principal. operationId: GetExternalCredentialsbyDeveloperName parameters: - name: DEVELOPER_NAME in: path description: '' required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 16:49: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/SuccessfulGetExternalCredentialsbyDeveloperName' - examples: - authenticationProtocol: Custom authenticationProtocolVariant: NoAuthentication authenticationStatus: NotConfigured customHeaders: [] developerName: Test id: 0pt... masterLabel: Test parameters: [] principals: [] relatedNamedCredentials: - developerName: Test id: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test url: /services/data/v58.0/named-credentials/external-credentials/Test contentMediaType: application/json;charset=UTF-8 example: authenticationProtocol: Custom authenticationProtocolVariant: NoAuthentication authenticationStatus: NotConfigured customHeaders: [] developerName: Test id: 0pt... masterLabel: Test parameters: [] principals: [] relatedNamedCredentials: - developerName: Test id: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test url: /services/data/v58.0/named-credentials/external-credentials/Test 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/{DEVELOPER_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get Named Credential by Developer Name description: Get a named credential. operationId: GetNamedCredentialbyDeveloperName parameters: - name: DEVELOPER_NAME in: path description: '' required: true schema: type: string examples: - 'null' example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 16:50:01 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private 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/SuccessfulGetNamedCredentialbyDeveloperName' - examples: - calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: false generateAuthorizationHeader: true calloutUrl: https://my.example.com customHeaders: [] developerName: Test externalCredentials: - developerName: Test id: 0pt... masterLabel: Test url: /services/data/v58.0/named-credentials/external-credentials/Test id: 0XA... masterLabel: Test parameters: [] type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/Test contentMediaType: application/json;charset=UTF-8 example: calloutOptions: allowMergeFieldsInBody: false allowMergeFieldsInHeader: false generateAuthorizationHeader: true calloutUrl: https://my.example.com customHeaders: [] developerName: Test externalCredentials: - developerName: Test id: 0pt... masterLabel: Test url: /services/data/v58.0/named-credentials/external-credentials/Test id: 0XA... masterLabel: Test parameters: [] type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/Test 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/{NAMED_CREDENTIAL_ID}: parameters: [] get: tags: - Get summary: Salesforce Get Named Credential operationId: Getnamedcredential parameters: - name: NAMED_CREDENTIAL_ID in: path description: '' required: true schema: type: string examples: - 0XA4H000000TNRhWAO example: '500123' 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/{decisionTableId}: parameters: [] get: tags: - Get summary: Salesforce Get Table description: "# Decision Table Definitions ( GET)\n\nGet details of a decision table definition.\n\nResource\n\n```\n/connect/business-rules/decision-table/definitions/${decisionTableId}\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/decision-table/definitions/0lDxx00000002Ur\n\n ```\n\nAvailable version\n\n58.0\n\nRequires Chatter\n\nNo\n\nHTTP methods\n\nGET\n\nResponse body for GET\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: GetTable parameters: - name: decisionTableId in: path description: Decision Table Id required: true schema: type: string examples: - 0lDHo0000008Po3 example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 19 Sep 2023 13:05: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 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/Status200-Success' - examples: - code: '200' decisionTable: conditionCriteria: 1 OR 2 OR 3 conditionType: Any description: Eligiblity of Products using Qualification Rules id: 0lDHo0000008Pnt parameters: - fieldName: IsDeleted isGroupByField: false operator: Equals sequence: 1 usage: Input - fieldName: CreatedById isGroupByField: false usage: Output - fieldName: Title isGroupByField: false operator: Equals sequence: 3 usage: Input - fieldName: Id isGroupByField: false operator: Equals sequence: 2 usage: Input setupName: Product Qualificiation eligibility sourceCriteria: [] sourceObject: AccountFeed status: Active isSuccess: true message: '' contentMediaType: application/json;charset=UTF-8 example: code: '200' decisionTable: conditionCriteria: 1 OR 2 OR 3 conditionType: Any description: Eligiblity of Products using Qualification Rules id: 0lDHo0000008Pnt parameters: - fieldName: IsDeleted isGroupByField: false operator: Equals sequence: 1 usage: Input - fieldName: CreatedById isGroupByField: false usage: Output - fieldName: Title isGroupByField: false operator: Equals sequence: 3 usage: Input - fieldName: Id isGroupByField: false operator: Equals sequence: 2 usage: Input setupName: Product Qualificiation eligibility sourceCriteria: [] sourceObject: AccountFeed status: Active isSuccess: true message: '' '400': description: Bad Request headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 19 Sep 2023 13:20:33 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 Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: type: array items: $ref: '#/components/schemas/Status400-InstanceNotFound1' description: '' examples: - - errorCode: INVALID_ID_FIELD message: We couldn’t find a record with that ID. Specify a valid decisionTableId and try again. contentMediaType: application/json;charset=UTF-8 example: - errorCode: INVALID_ID_FIELD message: We couldn’t find a record with that ID. Specify a valid decisionTableId and try again. 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/einstein/ai-evaluations/runs/{runId}: parameters: [] get: tags: - Get summary: Salesforce Get Test Status description: Generates a response based on the specified prompt template and input parameters ([documentation](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_prompt_template.htm)). operationId: Getteststatus parameters: - name: runId in: path description: Evaluation ID required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 10 Sep 2025 13:46:26 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: CookieConsentPolicy=0:1; path=/; expires=Thu, 10-Sep-2026 13:46:26 GMT; Max-Age=31536000; secure Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip 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 Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=183/5000000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Server: content: text/plain: schema: type: string contentMediaType: text/plain example: sfdcedge X-SFDC-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 9c6b1b17f16e5e4b538e836eb8def249 X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 9c6b1b17f16e5e4b538e836eb8def249 X-SFDC-Edge-Cache: content: text/plain: schema: type: string contentMediaType: text/plain example: MISS content: application/json: schema: allOf: - $ref: '#/components/schemas/Getteststatus' - examples: - startTime: '2025-09-10T13:46:14.000Z' status: IN_PROGRESS contentMediaType: application/json example: startTime: '2025-09-10T13:46:14.000Z' status: IN_PROGRESS 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/einstein/ai-evaluations/runs/{runId}/results: parameters: [] get: tags: - Get summary: Salesforce Get Test Results description: Generates a response based on the specified prompt template and input parameters ([documentation](https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_prompt_template.htm)). operationId: Gettestresults parameters: - name: runId in: path description: Evaluation ID required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 10 Sep 2025 13:48:41 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff Set-Cookie: content: text/plain: schema: type: string contentMediaType: text/plain example: CookieConsentPolicy=0:1; path=/; expires=Thu, 10-Sep-2026 13:48:38 GMT; Max-Age=31536000; secure Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=185/5000000 X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none 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 Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Server: content: text/plain: schema: type: string contentMediaType: text/plain example: sfdcedge X-SFDC-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 238f419aa5f27f4e5a4cb714c7dfde45 X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 238f419aa5f27f4e5a4cb714c7dfde45 X-SFDC-Edge-Cache: content: text/plain: schema: type: string contentMediaType: text/plain example: MISS content: application/json: schema: allOf: - $ref: '#/components/schemas/Gettestresults' - examples: - endTime: '2025-09-10T13:48:31.000Z' startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED subjectName: Employee_agent_tests testCases: - endTime: '2025-09-10T13:46:30.000Z' generatedData: actionsSequence: '[]' invokedActions: '[[]]' outcome: To check the weather forecast at the resort, please provide the date you'd like to check. sessionId: 019933e0-8597-70de-912b-359082a322b2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 1 testResults: - actualValue: '[]' endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: '[]' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: To check the weather forecast at the resort, please provide the date you'd like to check. endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: Please provide a future date to check the weather forecast. metricExplainability: The BOT RESPONSE correctly prompts the user for the necessary information (a future date) to provide the weather forecast, aligning well with the EXPECTED RESPONSE. It is clear and does not include irrelevant information. metricLabel: output_validation name: output_validation result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricExplainability: The answer is incomplete as it does not provide the weather forecast at the resort, instead it asks for the date to check the forecast. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and it does not contain any significant grammar errors. The answer is also relevant to the question asked. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2352 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:40.000Z' generatedData: actionsSequence: '['Check_Weather_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Check_Weather_179AU00000038U5","input":{"dateToCheck":"2025-01-01"},"output":{}},"executionLatency":539}]]' outcome: 'Hmm, it looks like I wasn’t able to retrieve the weather forecast for January 1st, 2025. The system I’d normally use to check this information didn’t respond as expected. You might want to try checking a weather app or website closer to the date for the most accurate forecast. Let me know if there’s anything else I can help with! (Session ID: 019933e0-858f-7170-9bd7-5564c5e4c85a)' sessionId: 019933e0-858f-7170-9bd7-5564c5e4c85a topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast for Jan 1st, 2025 at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 2 testResults: - actualValue: '['Check_Weather_179AU00000038U5']' endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 expectedValue: '['Check_Weather']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: 'Hmm, it looks like I wasn’t able to retrieve the weather forecast for January 1st, 2025. The system I’d normally use to check this information didn’t respond as expected. You might want to try checking a weather app or website closer to the date for the most accurate forecast. Let me know if there’s anything else I can help with! (Session ID: 019933e0-858f-7170-9bd7-5564c5e4c85a)' endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 expectedValue: I can only provide weather forecasts for future dates. Please provide a future date. metricExplainability: The BOT RESPONSE fails to address the user's QUERY for a specific forecast date and incorrectly states that it cannot retrieve the information. It does not align with the EXPECTED RESPONSE, which simply asks for a future date, indicating a misunderstanding of the user's request. metricLabel: output_validation name: output_validation result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricExplainability: The answer is very incomplete as it does not provide any information about the weather forecast for Jan 1st, 2025 at the resort, which is the main request. It only mentions that the system did not respond as expected and suggests checking a weather app or website. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains a few grammar errors and sections that are unclear. The phrase 'The system I’d normally use to check this information didn’t respond as expected' is a bit confusing, and the suggestion to check a weather app or website closer to the date is not directly related to the original question. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 11154 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' generatedData: actionsSequence: '['Check_Weather_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Check_Weather_179AU00000038U5","input":{"dateToCheck":"2025-09-11"},"output":{"weather":{"minTemperatureF":60.4,"minTemperatureC":15.8,"maxTemperatureF":78.3,"maxTemperatureC":25.7,"iconName":"rain","description":"On September 11, temperature will be between 15.8°C (60.4°F) and 25.7°C (78.3°F) at Coral Cloud Reso"}}},"executionLatency":510}]]' outcome: 'Here's the weather forecast for tomorrow at Coral Cloud Resorts. Let me know if you need anything else! {minTemperatureF=60.4, minTemperatureC=15.8, maxTemperatureF=78.3, maxTemperatureC=25.7, iconName=rain, description=On September 11, temperature will be between 15.8°C (60.4°F) and 25.7°C (78.3°F) at Coral Cloud Resorts.}' sessionId: 019933e0-8571-720f-a404-546c9c2af263 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast for tomorrow at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 3 testResults: - actualValue: '['Check_Weather_179AU00000038U5']' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: '['Check_Weather']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: 'Here's the weather forecast for tomorrow at Coral Cloud Resorts. Let me know if you need anything else! {minTemperatureF=60.4, minTemperatureC=15.8, maxTemperatureF=78.3, maxTemperatureC=25.7, iconName=rain, description=On September 11, temperature will be between 15.8°C (60.4°F) and 25.7°C (78.3°F) at Coral Cloud Resorts.}' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: The weather is expected to be sunny with a high of 85°F. metricExplainability: The BOT RESPONSE provides detailed temperature information and conditions, but it does not align with the EXPECTED RESPONSE, which specifies a sunny forecast with a high of 85°F. The response includes unnecessary details and does not match the expected weather conditions. metricLabel: output_validation name: output_validation result: FAILURE score: 2 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer provides the weather forecast for tomorrow at the resort, including the minimum and maximum temperatures in both Celsius and Fahrenheit, as well as the icon name and description. The answer does not miss any important pieces of information, ensuring clarity and accuracy. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains some sections that are unclear, such as the use of 'Coral Cloud Resorts' twice, and the mention of 'On September 11' which is not relevant to the weather forecast for tomorrow. The answer also contains a few grammar errors, such as the use of 'Let me know if you need anything else!' which is not relevant to the weather forecast. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2788 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:32.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nonexistent@example.com"},"output":{"contactId":null,"contactRecord":null}},"executionLatency":237}]]' outcome: I couldn't find any contact details associated with the email address "nonexistent@example.com". Let me know if you'd like me to try searching with a different email or membership number! sessionId: 019933e0-85a6-74d0-bfa4-841e8c8a03d3 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you provide the details for the contact with email nonexistent@example.com? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 4 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: I couldn't find any contact details associated with the email address "nonexistent@example.com". Let me know if you'd like me to try searching with a different email or membership number! endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 expectedValue: I couldn't find any contact with the email nonexistent@example.com. Please check the email and try again. metricExplainability: The BOT RESPONSE is aligned with the EXPECTED RESPONSE in that it indicates the contact details associated with the provided email address were not found. However, it adds an unnecessary prompt for the user to try a different email or membership number, which is not part of the EXPECTED RESPONSE. Therefore, it slightly deviates from the expected outcome. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricExplainability: The answer is very incomplete as it does not provide any contact details for the email address, and instead asks for further input. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and the grammar is correct. The answer clearly states that no contact details were found and offers to try searching with a different email or membership number, which is a coherent response. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2512 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":256}]]' outcome: 'Here are the contact details for the provided email. Let me know if you need further assistance! {sObjectInfo={apiName=Contact, label=Contact}, id=003AU00001J7b4GYAR, data={AccountId=null, AssistantName=null, AssistantPhone=null, Average_Room_Cost__c=null, Birthdate=2042-05-03, CleanStatus=Pending, ContactSource=null, CreatedById=005AU00000OrYkDYAV, CreatedDate=2025-09-09T13:59:41.000+0000, Department=null, Description=null, DoNotCall=false, Email=nediheinsius@example.com, EmailBouncedDate=null, EmailBouncedReason=null, External_Id__c=10003177, Fax=null, FirstName=Nedi, GenderIdentity=null, Guest_Type__c=Business and Pleasure Travelers, HasOptedOutOfEmail=false, HasOptedOutOfFax=false, HomePhone=null, Id=003AU00001J7b4GYAR, IndividualId=null, Interest1__c=Fitness & Exercise, Interest2__c=Nightlife & Entertainment, Interest3__c=Nature & Eco Tours, IsDeleted=false, IsEmailBounced=false, Jigsaw=null, JigsawContactId=null, Languages__c=null, LastActivityDate=null, LastCURequestDate=null, LastCUUpdateDate=null, LastModifiedById=005AU00000OrYkDYAV, LastModifiedDate=2025-09-09T13:59:53.000+0000, LastName=Heinsius, LastReferencedDate=2025-09-09T13:59:41.000+0000, LastViewedDate=2025-09-09T13:59:41.000+0000, LeadSource=Partnerships, Level__c=null, Lifetime_Experience_Bookings__c=12.0, Lifetime_Reservations__c=null, Lifetime_Value__c=null, MailingAddress={city=Peoria, country=United States, geocodeAccuracy=null, latitude=null, longitude=null, postalCode=85383, state=Arizona, street=75563 Farwell Drive}, MailingCity=Peoria, MailingCountry=United States, MailingGeocodeAccuracy=null, MailingLatitude=null, MailingLongitude=null, MailingPostalCode=85383, MailingState=Arizona, MailingStreet=75563 Farwell Drive, MasterRecordId=null, Maximum_Room_Cost__c=null, Membership_Number__c=10003177, Minimum_Room_Cost__c=null, MobilePhone=196-794-6794, Name=Nedi Heinsius, Next_Check_in_Date__c=null, OtherAddress=null, OtherCity=null, OtherCountry=null, OtherGeocodeAccuracy=null, OtherLatitude=null, OtherLongitude=null, OtherPhone=null, OtherPostalCode=null, OtherState=null, OtherStreet=null, OwnerId=005AU00000OrYkDYAV, Phone=null, PhotoUrl=/services/images/photo/003AU00001J7b4GYAR, Photo_URL__c=null, Preferred_Name__c=Nedi, Pronouns=null, ReportsToId=null, Salutation=null, SystemModstamp=2025-09-09T13:59:53.000+0000, Title=null}}' sessionId: 019933e0-8586-7a38-8b9b-36d0271d9c82 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you find the contact details for the email nediheinsius@example.com? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 5 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: 'Here are the contact details for the provided email. Let me know if you need further assistance! {sObjectInfo={apiName=Contact, label=Contact}, id=003AU00001J7b4GYAR, data={AccountId=null, AssistantName=null, AssistantPhone=null, Average_Room_Cost__c=null, Birthdate=2042-05-03, CleanStatus=Pending, ContactSource=null, CreatedById=005AU00000OrYkDYAV, CreatedDate=2025-09-09T13:59:41.000+0000, Department=null, Description=null, DoNotCall=false, Email=nediheinsius@example.com, EmailBouncedDate=null, EmailBouncedReason=null, External_Id__c=10003177, Fax=null, FirstName=Nedi, GenderIdentity=null, Guest_Type__c=Business and Pleasure Travelers, HasOptedOutOfEmail=false, HasOptedOutOfFax=false, HomePhone=null, Id=003AU00001J7b4GYAR, IndividualId=null, Interest1__c=Fitness & Exercise, Interest2__c=Nightlife & Entertainment, Interest3__c=Nature & Eco Tours, IsDeleted=false, IsEmailBounced=false, Jigsaw=null, JigsawContactId=null, Languages__c=null, LastActivityDate=null, LastCURequestDate=null, LastCUUpdateDate=null, LastModifiedById=005AU00000OrYkDYAV, LastModifiedDate=2025-09-09T13:59:53.000+0000, LastName=Heinsius, LastReferencedDate=2025-09-09T13:59:41.000+0000, LastViewedDate=2025-09-09T13:59:41.000+0000, LeadSource=Partnerships, Level__c=null, Lifetime_Experience_Bookings__c=12.0, Lifetime_Reservations__c=null, Lifetime_Value__c=null, MailingAddress={city=Peoria, country=United States, geocodeAccuracy=null, latitude=null, longitude=null, postalCode=85383, state=Arizona, street=75563 Farwell Drive}, MailingCity=Peoria, MailingCountry=United States, MailingGeocodeAccuracy=null, MailingLatitude=null, MailingLongitude=null, MailingPostalCode=85383, MailingState=Arizona, MailingStreet=75563 Farwell Drive, MasterRecordId=null, Maximum_Room_Cost__c=null, Membership_Number__c=10003177, Minimum_Room_Cost__c=null, MobilePhone=196-794-6794, Name=Nedi Heinsius, Next_Check_in_Date__c=null, OtherAddress=null, OtherCity=null, OtherCountry=null, OtherGeocodeAccuracy=null, OtherLatitude=null, OtherLongitude=null, OtherPhone=null, OtherPostalCode=null, OtherState=null, OtherStreet=null, OwnerId=005AU00000OrYkDYAV, Phone=null, PhotoUrl=/services/images/photo/003AU00001J7b4GYAR, Photo_URL__c=null, Preferred_Name__c=Nedi, Pronouns=null, ReportsToId=null, Salutation=null, SystemModstamp=2025-09-09T13:59:53.000+0000, Title=null}}' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: Here are the contact details for Nedi Heinsius. metricExplainability: The BOT RESPONSE provides detailed information about the contact associated with the provided email, but it includes excessive technical data that is not relevant to the user. It does not clearly state the name of the contact as Nedi Heinsius, which is the expected output format. Thus, it partially achieves the goal but lacks clarity and precision. metricLabel: output_validation name: output_validation result: PASS score: 3 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer does not provide any contact details for the email address, only a list of fields and their values from the database. It does not provide any information that can be used to contact the person associated with the email address. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer is not coherent at all. It is difficult to understand what the answer is trying to say, and it is riddled with grammar errors. The answer seems to be a JSON object with contact details, but it is not formatted in a way that is easy to read or understand. metricLabel: coherence name: coherence result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: FAILURE score: 2 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2728 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:26.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerMembershipNumber":"123456"},"output":{"contactId":null,"contactRecord":null}},"executionLatency":231}]]' outcome: I couldn't find any contact details associated with the membership number 123456. Could you double-check the number or provide additional information? sessionId: 019933e1-6ff4-79cf-a606-a0affb7e8762 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you find the contact details for the membership number 123456? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 6 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: I couldn't find any contact details associated with the membership number 123456. Could you double-check the number or provide additional information? endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Here are the contact details for Frayda Dowsing. metricExplainability: The BOT RESPONSE does not achieve the goal of providing the contact details as outlined in the EXPECTED RESPONSE. Instead, it incorrectly states that no contact details were found and asks for further information, which is unnecessary since the membership number should already be sufficient to retrieve the details from the CRM database. Therefore, it fails to align with the expected outcome. metricLabel: output_validation name: output_validation result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer does not provide any contact details, which is the main request. It only provides a suggestion to double-check the number or provide additional information, which does not fully address the request. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and it does not contain any significant grammar errors. The answer is also relevant to the query and provides a clear response. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2136 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:36.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":472},{"function":{"name":"Generate_Personalized_Schedule_EA_179AU00000038U5","input":{"Input:contactId":"003AU00001J7b4GYAR"},"output":{"promptResponse":"Hello, I am Philippe from the guest success team at Coral Cloud. I appreciate your interest in our r"}},"executionLatency":8462}]]' outcome: 'Here's the personalized schedule for Nedi Heinsius. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I appreciate your interest in our resort activities. Here is a list of activities happening today that align with your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Rainforest Discovery Hike: 09:00 AM, Rainforest Reserve, 2 hours - Coastal Kayak Excursion: 09:00 AM, Coastal Waters, 1 hour - Live Music Beach Party: 09:00 AM, Resort Beach, 2 hours - Sunset Cocktail Cruise: 09:00 AM, Ocean Cruise, 1 hour - Outdoor Movie Night: 09:00 AM, Outdoor Cinema Area, 6 hours Given the overlapping times and the requirement for free time between activities, I suggest the following schedule: 1. Coastal Kayak Excursion: 09:00 AM - 10:00 AM 2. Free Time: 10:00 AM - 11:00 AM 3. Rainforest Discovery Hike: 11:00 AM - 01:00 PM 4. Free Time: 01:00 PM - 02:00 PM 5. Live Music Beach Party: 02:00 PM - 04:00 PM 6. Free Time: 04:00 PM - 05:00 PM 7. Sunset Cocktail Cruise: 05:00 PM - 06:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' sessionId: 019933e1-701f-7837-ad0e-68f7997b92ba topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you create a personalized schedule for the guest with email nediheinsius@example.com? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 7 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Generate_Personalized_Schedule_EA']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: 'Here's the personalized schedule for Nedi Heinsius. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I appreciate your interest in our resort activities. Here is a list of activities happening today that align with your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Rainforest Discovery Hike: 09:00 AM, Rainforest Reserve, 2 hours - Coastal Kayak Excursion: 09:00 AM, Coastal Waters, 1 hour - Live Music Beach Party: 09:00 AM, Resort Beach, 2 hours - Sunset Cocktail Cruise: 09:00 AM, Ocean Cruise, 1 hour - Outdoor Movie Night: 09:00 AM, Outdoor Cinema Area, 6 hours Given the overlapping times and the requirement for free time between activities, I suggest the following schedule: 1. Coastal Kayak Excursion: 09:00 AM - 10:00 AM 2. Free Time: 10:00 AM - 11:00 AM 3. Rainforest Discovery Hike: 11:00 AM - 01:00 PM 4. Free Time: 01:00 PM - 02:00 PM 5. Live Music Beach Party: 02:00 PM - 04:00 PM 6. Free Time: 04:00 PM - 05:00 PM 7. Sunset Cocktail Cruise: 05:00 PM - 06:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 expectedValue: Here is the personalized schedule for Nedi Heinsius. metricExplainability: The BOT RESPONSE provides a personalized schedule as requested in the QUERY, but it contains excessive information beyond the expected response, making it less precise. The initial output should have simply confirmed the creation of the schedule without the detailed list of activities and free time suggestions. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricExplainability: The answer provides a detailed schedule with specific activities and times, but it does not explicitly mention the guest's email address nediheinsius@example.com or provide a personalized schedule for the guest. The answer also does not mention the resort name or the guest's name, which could be considered important information. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains some sections that are unclear, such as the overlapping times and the requirement for free time between activities. The grammar errors are minor and do not significantly impact readability. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 11834 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:41.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerMembershipNumber":"10008155"},"output":{"contactId":"003AU00001J7zDuYAJ","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7zDuYAJ","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1978-11-10","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"sofiarodriguez@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008155","Fax":null,"FirstName":"Sofia","GenderIdentity":null,"Guest_Type__c":"Cultural Connoisseurs","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7zDuYAJ","IndividualId":null,"Interest1__c":"Adventure Activities","Interest2__c":"Beaches & Snorkeling","Interest3__c":"Fitness & Exercise","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Rodriguez","LastReferencedDate":"2025-09-09T15:43:53.000+0000","LastViewedDate":"2025-09-09T15:43:53.000+0000","LeadSource":"Direct Mail","Level__c":null,"Lifetime_Experience_Bookings__c":10.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Minneapolis","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"55428","state":"Minnesota","street":"3 6th Avenue"},"MailingCity":"Minneapolis","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"55428","MailingState":"Minnesota","MailingStreet":"3 6th Avenue","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008155","Minimum_Room_Cost__c":null,"MobilePhone":"612-350-2240","Name":"Sofia Rodriguez","Next_Check_in_Date__c":"2024-12-20","OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7zDuYAJ","Photo_URL__c":"https://s3-us-west-2.amazonaws.com/dev-or-devrl-s3-bucket/sample-apps/coral-clouds/qswvurmhbo9w261ce","Preferred_Name__c":"Sofi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":199},{"function":{"name":"Generate_Personalized_Schedule_EA_179AU00000038U5","input":{"Input:contactId":"003AU00001J7zDuYAJ"},"output":{"promptResponse":"Hello, I am Philippe from the guest success team at Coral Cloud. I am pleased to present the list of"}},"executionLatency":13647}]]' outcome: 'Here's the personalized schedule for Sofia Rodriguez. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I am pleased to present the list of resort activities happening today that match your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Tropical Snorkel Adventure: 09:00 AM, Coral Reef, 4 hours - Canyon Zip Line Excursion: 09:00 AM, Canyons & Forests, 3.5 hours - Off-Road Jungle Safari: 09:00 AM, Jungle Trails, 4 hours - White Water Rafting Rush: 09:00 AM, Rivers, 1 hour - Underground Cave Exploration: 09:00 AM, Subterranean Caves, 5 hours - Full Moon Beach Party: 09:00 AM, Beach, 2 hours - Surf's Up Lesson: 09:00 AM, Surfing Areas, 1 hour Given the overlapping schedules and the requirement for free time, I suggest the following schedule: 1. Sunrise Mountain Yoga: 09:00 AM - 03:00 PM 2. Free Time: 03:00 PM - 04:00 PM 3. Aqua Fitness in Paradise: 04:00 PM - 07:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' sessionId: 019933e1-6fef-7140-a47b-f96f80fe9be1 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: 'Can you create a personalized schedule for customer with Membership Number 10008155?' startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 8 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Generate_Personalized_Schedule_EA']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: 'Here's the personalized schedule for Sofia Rodriguez. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I am pleased to present the list of resort activities happening today that match your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Tropical Snorkel Adventure: 09:00 AM, Coral Reef, 4 hours - Canyon Zip Line Excursion: 09:00 AM, Canyons & Forests, 3.5 hours - Off-Road Jungle Safari: 09:00 AM, Jungle Trails, 4 hours - White Water Rafting Rush: 09:00 AM, Rivers, 1 hour - Underground Cave Exploration: 09:00 AM, Subterranean Caves, 5 hours - Full Moon Beach Party: 09:00 AM, Beach, 2 hours - Surf's Up Lesson: 09:00 AM, Surfing Areas, 1 hour Given the overlapping schedules and the requirement for free time, I suggest the following schedule: 1. Sunrise Mountain Yoga: 09:00 AM - 03:00 PM 2. Free Time: 03:00 PM - 04:00 PM 3. Aqua Fitness in Paradise: 04:00 PM - 07:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 expectedValue: Here is your personalized schedule for today, Sofia Rodriguez. metricExplainability: The BOT RESPONSE provides a personalized schedule but includes unnecessary details and activities that may not be relevant to the user. It also addresses the user as Sofia Rodriguez instead of using their actual name, which could lead to confusion. The response does not fully align with the expected outcome, which is a concise presentation of the schedule without extra information. metricLabel: output_validation name: output_validation result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricExplainability: The answer provides a detailed schedule with specific activities and times, but it does not include any information about the customer's membership number or how it relates to the schedule. The answer also does not provide any information about the customer's interests or preferences, which is a key part of creating a personalized schedule. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains some sections that are unclear, such as the mention of 'free time' and the specific activities listed. The grammar is also correct, but the answer could be improved by providing more context or explanation for the schedule. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: FAILURE score: 2 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 17047 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:29.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":189}]]' outcome: How much resort credit would you like to issue to Nedi Heinsius? sessionId: 019933e2-5a89-7002-a35b-12a7b351a7c2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: I need a resort credit issued to my account. My email is nediheinsius@example.com. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 9 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: How much resort credit would you like to issue to Nedi Heinsius? endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: Please provide the amount for the resort credit. metricExplainability: The BOT RESPONSE correctly prompts the user for the amount of resort credit, which aligns with the EXPECTED RESPONSE. However, it mistakenly includes the placeholder Nedi Heinsius instead of simply asking for the amount directly, which introduces unnecessary ambiguity. Overall, it is clear and aims to collect the required information. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer does not provide any information about the resort credit, such as the amount or the account it will be issued to, which are the main points of the request. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer is a question and does not provide any resort credit, making it difficult to understand what the answer is trying to say. It also lacks any context or information about the resort credit. metricLabel: coherence name: coherence result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 3 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 3777 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:29.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"fraydadowsing@example.com"},"output":{"contactId":"003AU00001J7b4FYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4FYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1994-11-19","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"fraydadowsing@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008756","Fax":null,"FirstName":"Frayda","GenderIdentity":null,"Guest_Type__c":"Romance Retreaters","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4FYAR","IndividualId":null,"Interest1__c":"Dining Experiences","Interest2__c":"Cultural Tours & Workshops","Interest3__c":"Family & Kids' Activities","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Dowsing","LastReferencedDate":"2025-09-09T14:19:58.000+0000","LastViewedDate":"2025-09-09T14:19:58.000+0000","LeadSource":"Online Travel Agent","Level__c":null,"Lifetime_Experience_Bookings__c":17.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Honolulu","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"96815","state":"Hawaii","street":"94046 Grasskamp Junction"},"MailingCity":"Honolulu","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"96815","MailingState":"Hawaii","MailingStreet":"94046 Grasskamp Junction","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008756","Minimum_Room_Cost__c":null,"MobilePhone":"707-490-8673","Name":"Frayda Dowsing","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4FYAR","Photo_URL__c":null,"Preferred_Name__c":"Frayda","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":227},{"function":{"name":"Issue_Resort_Credit_179AU00000038U5","input":{"amount":"100","contactid":"003AU00001J7b4FYAR"},"output":{"creditId":"a01AU00000xd7sUYAQ"}},"executionLatency":243}]]' outcome: 'The $100 resort credit has been successfully issued to Frayda Dowsing. Let me know if there's anything else I can assist with! a01AU00000xd7sUYAQ' sessionId: 019933e2-5a5f-7622-8dba-904115dfc0a4 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Please issue a $100 resort credit to the contact with email fraydadowsing@example.com. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 10 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Issue_Resort_Credit']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: 'The $100 resort credit has been successfully issued to Frayda Dowsing. Let me know if there's anything else I can assist with! a01AU00000xd7sUYAQ' endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: A $100 resort credit has been issued to Frayda Dowsing. metricExplainability: The BOT RESPONSE successfully confirms the issuance of the $100 resort credit to Frayda Dowsing, which fully aligns with the EXPECTED RESPONSE. However, it includes an unnecessary additional phrase asking if further assistance is needed, which is not part of the EXPECTED RESPONSE. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer does not provide the email address of the contact to whom the resort credit was issued, which is a crucial piece of information. The answer also includes an irrelevant code 'a01AU00000xd7sUYAQ' which is not part of the context. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer is difficult to understand, and it contains multiple grammar errors that affect clarity. The phrase 'Let me know if there's anything else I can assist with!' seems out of place and does not contribute to the coherence of the answer. metricLabel: coherence name: coherence result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 3519 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:30.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerMembershipNumber":"10008155"},"output":{"contactId":"003AU00001J7zDuYAJ","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7zDuYAJ","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1978-11-10","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"sofiarodriguez@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008155","Fax":null,"FirstName":"Sofia","GenderIdentity":null,"Guest_Type__c":"Cultural Connoisseurs","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7zDuYAJ","IndividualId":null,"Interest1__c":"Adventure Activities","Interest2__c":"Beaches & Snorkeling","Interest3__c":"Fitness & Exercise","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Rodriguez","LastReferencedDate":"2025-09-09T15:43:53.000+0000","LastViewedDate":"2025-09-09T15:43:53.000+0000","LeadSource":"Direct Mail","Level__c":null,"Lifetime_Experience_Bookings__c":10.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Minneapolis","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"55428","state":"Minnesota","street":"3 6th Avenue"},"MailingCity":"Minneapolis","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"55428","MailingState":"Minnesota","MailingStreet":"3 6th Avenue","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008155","Minimum_Room_Cost__c":null,"MobilePhone":"612-350-2240","Name":"Sofia Rodriguez","Next_Check_in_Date__c":"2024-12-20","OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7zDuYAJ","Photo_URL__c":"https://s3-us-west-2.amazonaws.com/dev-or-devrl-s3-bucket/sample-apps/coral-clouds/qswvurmhbo9w261ce","Preferred_Name__c":"Sofi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":196},{"function":{"name":"Issue_Resort_Credit_179AU00000038U5","input":{"amount":"100","contactid":"003AU00001J7zDuYAJ"},"output":{"creditId":"a01AU00000xbStAYAU"}},"executionLatency":254}]]' outcome: 'The $100 resort credit has been successfully issued to Sofia Rodriguez. Let me know if there's anything else I can assist you with! a01AU00000xbStAYAU' sessionId: 019933e1-7010-7b01-98d2-00689ea0ae63 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: 'I need a $100 resort credit issued to the customer with Membership Number 10008155?' startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 11 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Issue_Resort_Credit']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: 'The $100 resort credit has been successfully issued to Sofia Rodriguez. Let me know if there's anything else I can assist you with! a01AU00000xbStAYAU' endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 expectedValue: A $100 resort credit has been issued to your account, Sofia Rodriguez. metricExplainability: The BOT RESPONSE confirms the issuance of the resort credit but includes an irrelevant identifier (a01AU00000xbStAYAU) that is not part of the EXPECTED RESPONSE. It does not clearly state the membership number or provide the user's name, which is implied in the QUERY. Therefore, it partially aligns with the EXPECTED RESPONSE but includes unnecessary information. metricLabel: output_validation name: output_validation result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricExplainability: The answer does not provide the required resort credit to the customer with Membership Number 10008155, and instead provides a generic message and an unknown code. The answer is very incomplete as it misses the crucial information about the resort credit. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but the second sentence is unclear and contains a grammar error. The phrase 'Let me know if there's anything else I can assist you with!' is not directly related to the main task of issuing a resort credit. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 3803 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' generatedData: actionsSequence: '[]' citations: '[ ]' invokedActions: '[[]]' outcome: Could you provide the list of contacts you'd like to issue the $50 resort credits to? This can include their names, emails, or membership numbers. sessionId: 019933e1-701c-77b2-bcba-b8a3b8e1dbb2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: I need to issue $50 resort credits to multiple contacts. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 12 testResults: - actualValue: '[]' endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: '[]' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Could you provide the list of contacts you'd like to issue the $50 resort credits to? This can include their names, emails, or membership numbers. endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Please provide the emails or contact IDs of the contacts to issue the credits. metricExplainability: The BOT RESPONSE correctly prompts the user for the necessary information to achieve the goal of issuing resort credits. However, it slightly deviates from the EXPECTED RESPONSE by including names and membership numbers as options, which are not mentioned in the EXPECTED RESPONSE. This makes it slightly ambiguous, but it still aligns with the overall goal. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer is very incomplete as it does not provide the resort credits to the contacts, instead it asks for the list of contacts. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and the language is clear. There are no significant grammar errors that affect readability. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2158 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:29.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Bulk_Resort_Credits_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":208},{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"fraydadowsing@example.com"},"output":{"contactId":"003AU00001J7b4FYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4FYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1994-11-19","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"fraydadowsing@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008756","Fax":null,"FirstName":"Frayda","GenderIdentity":null,"Guest_Type__c":"Romance Retreaters","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4FYAR","IndividualId":null,"Interest1__c":"Dining Experiences","Interest2__c":"Cultural Tours & Workshops","Interest3__c":"Family & Kids' Activities","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Dowsing","LastReferencedDate":"2025-09-09T14:19:58.000+0000","LastViewedDate":"2025-09-09T14:19:58.000+0000","LeadSource":"Online Travel Agent","Level__c":null,"Lifetime_Experience_Bookings__c":17.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Honolulu","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"96815","state":"Hawaii","street":"94046 Grasskamp Junction"},"MailingCity":"Honolulu","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"96815","MailingState":"Hawaii","MailingStreet":"94046 Grasskamp Junction","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008756","Minimum_Room_Cost__c":null,"MobilePhone":"707-490-8673","Name":"Frayda Dowsing","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4FYAR","Photo_URL__c":null,"Preferred_Name__c":"Frayda","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":217},{"function":{"name":"Issue_Bulk_Resort_Credits_179AU00000038U5","input":{"amount":"50","contactRecords":"[{\"sObjectInfo\":{\"apiName\":\"Contact\"},\"id\":\"003AU00001J7b4GYAR\",\"data\":{\"Id\":\"003AU00001J7b4GYAR\"}},{\"sObjectInfo\":{\"apiName\":\"Contact\"},\"id\":\"003AU00001J7b4FYAR\",\"data\":{\"Id\":\"003AU00001J7b4FYAR\"}}]"},"output":{"message":"Issued $50 resort credit to 2 customers."}},"executionLatency":321}]]' outcome: 'The $50 resort credits have been successfully issued to both contacts. Let me know if there's anything else you need! Issued $50 resort credit to 2 customers.' sessionId: 019933e2-5a71-7cbe-b8b0-002b6f876902 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: I need to issue $50 resort credits to two contacts. Their emails are nediheinsius@example.com and fraydadowsing@example.com. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 13 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Bulk_Resort_Credits_179AU00000038U5']' endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Get_Customer_From_Email_or_Membership_Number', 'Issue_Bulk_Resort_Credits']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: 'The $50 resort credits have been successfully issued to both contacts. Let me know if there's anything else you need! Issued $50 resort credit to 2 customers.' endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 expectedValue: Bulk resort credits of $50 have been issued to the specified contacts. metricExplainability: BOT RESPONSE accurately confirms the issuance of $50 resort credits to the specified contacts, aligning well with the EXPECTED RESPONSE. It is clear and precise, providing the necessary information without irrelevant details. metricLabel: output_validation name: output_validation result: PASS score: 5 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricExplainability: The answer provides the correct information about the resort credits being issued to two contacts, and it also includes additional information about the process, which is not requested. However, it does not provide any details about the specific emails of the contacts, which is requested in the context. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, free of significant grammar errors, and flows well when read by itself. The answer is concise and clear, making it easy to understand the outcome of the task. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 3 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 4851 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED contentMediaType: application/json example: endTime: '2025-09-10T13:48:31.000Z' startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED subjectName: Employee_agent_tests testCases: - endTime: '2025-09-10T13:46:30.000Z' generatedData: actionsSequence: '[]' invokedActions: '[[]]' outcome: To check the weather forecast at the resort, please provide the date you'd like to check. sessionId: 019933e0-8597-70de-912b-359082a322b2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 1 testResults: - actualValue: '[]' endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: '[]' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: To check the weather forecast at the resort, please provide the date you'd like to check. endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: Please provide a future date to check the weather forecast. metricExplainability: The BOT RESPONSE correctly prompts the user for the necessary information (a future date) to provide the weather forecast, aligning well with the EXPECTED RESPONSE. It is clear and does not include irrelevant information. metricLabel: output_validation name: output_validation result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricExplainability: The answer is incomplete as it does not provide the weather forecast at the resort, instead it asks for the date to check the forecast. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and it does not contain any significant grammar errors. The answer is also relevant to the question asked. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2352 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:40.000Z' generatedData: actionsSequence: '['Check_Weather_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Check_Weather_179AU00000038U5","input":{"dateToCheck":"2025-01-01"},"output":{}},"executionLatency":539}]]' outcome: 'Hmm, it looks like I wasn’t able to retrieve the weather forecast for January 1st, 2025. The system I’d normally use to check this information didn’t respond as expected. You might want to try checking a weather app or website closer to the date for the most accurate forecast. Let me know if there’s anything else I can help with! (Session ID: 019933e0-858f-7170-9bd7-5564c5e4c85a)' sessionId: 019933e0-858f-7170-9bd7-5564c5e4c85a topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast for Jan 1st, 2025 at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 2 testResults: - actualValue: '['Check_Weather_179AU00000038U5']' endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 expectedValue: '['Check_Weather']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: 'Hmm, it looks like I wasn’t able to retrieve the weather forecast for January 1st, 2025. The system I’d normally use to check this information didn’t respond as expected. You might want to try checking a weather app or website closer to the date for the most accurate forecast. Let me know if there’s anything else I can help with! (Session ID: 019933e0-858f-7170-9bd7-5564c5e4c85a)' endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 expectedValue: I can only provide weather forecasts for future dates. Please provide a future date. metricExplainability: The BOT RESPONSE fails to address the user's QUERY for a specific forecast date and incorrectly states that it cannot retrieve the information. It does not align with the EXPECTED RESPONSE, which simply asks for a future date, indicating a misunderstanding of the user's request. metricLabel: output_validation name: output_validation result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricExplainability: The answer is very incomplete as it does not provide any information about the weather forecast for Jan 1st, 2025 at the resort, which is the main request. It only mentions that the system did not respond as expected and suggests checking a weather app or website. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains a few grammar errors and sections that are unclear. The phrase 'The system I’d normally use to check this information didn’t respond as expected' is a bit confusing, and the suggestion to check a weather app or website closer to the date is not directly related to the original question. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 11154 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' generatedData: actionsSequence: '['Check_Weather_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Check_Weather_179AU00000038U5","input":{"dateToCheck":"2025-09-11"},"output":{"weather":{"minTemperatureF":60.4,"minTemperatureC":15.8,"maxTemperatureF":78.3,"maxTemperatureC":25.7,"iconName":"rain","description":"On September 11, temperature will be between 15.8°C (60.4°F) and 25.7°C (78.3°F) at Coral Cloud Reso"}}},"executionLatency":510}]]' outcome: 'Here's the weather forecast for tomorrow at Coral Cloud Resorts. Let me know if you need anything else! {minTemperatureF=60.4, minTemperatureC=15.8, maxTemperatureF=78.3, maxTemperatureC=25.7, iconName=rain, description=On September 11, temperature will be between 15.8°C (60.4°F) and 25.7°C (78.3°F) at Coral Cloud Resorts.}' sessionId: 019933e0-8571-720f-a404-546c9c2af263 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast for tomorrow at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 3 testResults: - actualValue: '['Check_Weather_179AU00000038U5']' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: '['Check_Weather']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: 'Here's the weather forecast for tomorrow at Coral Cloud Resorts. Let me know if you need anything else! {minTemperatureF=60.4, minTemperatureC=15.8, maxTemperatureF=78.3, maxTemperatureC=25.7, iconName=rain, description=On September 11, temperature will be between 15.8°C (60.4°F) and 25.7°C (78.3°F) at Coral Cloud Resorts.}' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: The weather is expected to be sunny with a high of 85°F. metricExplainability: The BOT RESPONSE provides detailed temperature information and conditions, but it does not align with the EXPECTED RESPONSE, which specifies a sunny forecast with a high of 85°F. The response includes unnecessary details and does not match the expected weather conditions. metricLabel: output_validation name: output_validation result: FAILURE score: 2 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer provides the weather forecast for tomorrow at the resort, including the minimum and maximum temperatures in both Celsius and Fahrenheit, as well as the icon name and description. The answer does not miss any important pieces of information, ensuring clarity and accuracy. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains some sections that are unclear, such as the use of 'Coral Cloud Resorts' twice, and the mention of 'On September 11' which is not relevant to the weather forecast for tomorrow. The answer also contains a few grammar errors, such as the use of 'Let me know if you need anything else!' which is not relevant to the weather forecast. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2788 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:32.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nonexistent@example.com"},"output":{"contactId":null,"contactRecord":null}},"executionLatency":237}]]' outcome: I couldn't find any contact details associated with the email address "nonexistent@example.com". Let me know if you'd like me to try searching with a different email or membership number! sessionId: 019933e0-85a6-74d0-bfa4-841e8c8a03d3 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you provide the details for the contact with email nonexistent@example.com? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 4 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: I couldn't find any contact details associated with the email address "nonexistent@example.com". Let me know if you'd like me to try searching with a different email or membership number! endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 expectedValue: I couldn't find any contact with the email nonexistent@example.com. Please check the email and try again. metricExplainability: The BOT RESPONSE is aligned with the EXPECTED RESPONSE in that it indicates the contact details associated with the provided email address were not found. However, it adds an unnecessary prompt for the user to try a different email or membership number, which is not part of the EXPECTED RESPONSE. Therefore, it slightly deviates from the expected outcome. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricExplainability: The answer is very incomplete as it does not provide any contact details for the email address, and instead asks for further input. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and the grammar is correct. The answer clearly states that no contact details were found and offers to try searching with a different email or membership number, which is a coherent response. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2512 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":256}]]' outcome: 'Here are the contact details for the provided email. Let me know if you need further assistance! {sObjectInfo={apiName=Contact, label=Contact}, id=003AU00001J7b4GYAR, data={AccountId=null, AssistantName=null, AssistantPhone=null, Average_Room_Cost__c=null, Birthdate=2042-05-03, CleanStatus=Pending, ContactSource=null, CreatedById=005AU00000OrYkDYAV, CreatedDate=2025-09-09T13:59:41.000+0000, Department=null, Description=null, DoNotCall=false, Email=nediheinsius@example.com, EmailBouncedDate=null, EmailBouncedReason=null, External_Id__c=10003177, Fax=null, FirstName=Nedi, GenderIdentity=null, Guest_Type__c=Business and Pleasure Travelers, HasOptedOutOfEmail=false, HasOptedOutOfFax=false, HomePhone=null, Id=003AU00001J7b4GYAR, IndividualId=null, Interest1__c=Fitness & Exercise, Interest2__c=Nightlife & Entertainment, Interest3__c=Nature & Eco Tours, IsDeleted=false, IsEmailBounced=false, Jigsaw=null, JigsawContactId=null, Languages__c=null, LastActivityDate=null, LastCURequestDate=null, LastCUUpdateDate=null, LastModifiedById=005AU00000OrYkDYAV, LastModifiedDate=2025-09-09T13:59:53.000+0000, LastName=Heinsius, LastReferencedDate=2025-09-09T13:59:41.000+0000, LastViewedDate=2025-09-09T13:59:41.000+0000, LeadSource=Partnerships, Level__c=null, Lifetime_Experience_Bookings__c=12.0, Lifetime_Reservations__c=null, Lifetime_Value__c=null, MailingAddress={city=Peoria, country=United States, geocodeAccuracy=null, latitude=null, longitude=null, postalCode=85383, state=Arizona, street=75563 Farwell Drive}, MailingCity=Peoria, MailingCountry=United States, MailingGeocodeAccuracy=null, MailingLatitude=null, MailingLongitude=null, MailingPostalCode=85383, MailingState=Arizona, MailingStreet=75563 Farwell Drive, MasterRecordId=null, Maximum_Room_Cost__c=null, Membership_Number__c=10003177, Minimum_Room_Cost__c=null, MobilePhone=196-794-6794, Name=Nedi Heinsius, Next_Check_in_Date__c=null, OtherAddress=null, OtherCity=null, OtherCountry=null, OtherGeocodeAccuracy=null, OtherLatitude=null, OtherLongitude=null, OtherPhone=null, OtherPostalCode=null, OtherState=null, OtherStreet=null, OwnerId=005AU00000OrYkDYAV, Phone=null, PhotoUrl=/services/images/photo/003AU00001J7b4GYAR, Photo_URL__c=null, Preferred_Name__c=Nedi, Pronouns=null, ReportsToId=null, Salutation=null, SystemModstamp=2025-09-09T13:59:53.000+0000, Title=null}}' sessionId: 019933e0-8586-7a38-8b9b-36d0271d9c82 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you find the contact details for the email nediheinsius@example.com? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 5 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: 'Here are the contact details for the provided email. Let me know if you need further assistance! {sObjectInfo={apiName=Contact, label=Contact}, id=003AU00001J7b4GYAR, data={AccountId=null, AssistantName=null, AssistantPhone=null, Average_Room_Cost__c=null, Birthdate=2042-05-03, CleanStatus=Pending, ContactSource=null, CreatedById=005AU00000OrYkDYAV, CreatedDate=2025-09-09T13:59:41.000+0000, Department=null, Description=null, DoNotCall=false, Email=nediheinsius@example.com, EmailBouncedDate=null, EmailBouncedReason=null, External_Id__c=10003177, Fax=null, FirstName=Nedi, GenderIdentity=null, Guest_Type__c=Business and Pleasure Travelers, HasOptedOutOfEmail=false, HasOptedOutOfFax=false, HomePhone=null, Id=003AU00001J7b4GYAR, IndividualId=null, Interest1__c=Fitness & Exercise, Interest2__c=Nightlife & Entertainment, Interest3__c=Nature & Eco Tours, IsDeleted=false, IsEmailBounced=false, Jigsaw=null, JigsawContactId=null, Languages__c=null, LastActivityDate=null, LastCURequestDate=null, LastCUUpdateDate=null, LastModifiedById=005AU00000OrYkDYAV, LastModifiedDate=2025-09-09T13:59:53.000+0000, LastName=Heinsius, LastReferencedDate=2025-09-09T13:59:41.000+0000, LastViewedDate=2025-09-09T13:59:41.000+0000, LeadSource=Partnerships, Level__c=null, Lifetime_Experience_Bookings__c=12.0, Lifetime_Reservations__c=null, Lifetime_Value__c=null, MailingAddress={city=Peoria, country=United States, geocodeAccuracy=null, latitude=null, longitude=null, postalCode=85383, state=Arizona, street=75563 Farwell Drive}, MailingCity=Peoria, MailingCountry=United States, MailingGeocodeAccuracy=null, MailingLatitude=null, MailingLongitude=null, MailingPostalCode=85383, MailingState=Arizona, MailingStreet=75563 Farwell Drive, MasterRecordId=null, Maximum_Room_Cost__c=null, Membership_Number__c=10003177, Minimum_Room_Cost__c=null, MobilePhone=196-794-6794, Name=Nedi Heinsius, Next_Check_in_Date__c=null, OtherAddress=null, OtherCity=null, OtherCountry=null, OtherGeocodeAccuracy=null, OtherLatitude=null, OtherLongitude=null, OtherPhone=null, OtherPostalCode=null, OtherState=null, OtherStreet=null, OwnerId=005AU00000OrYkDYAV, Phone=null, PhotoUrl=/services/images/photo/003AU00001J7b4GYAR, Photo_URL__c=null, Preferred_Name__c=Nedi, Pronouns=null, ReportsToId=null, Salutation=null, SystemModstamp=2025-09-09T13:59:53.000+0000, Title=null}}' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: Here are the contact details for Nedi Heinsius. metricExplainability: The BOT RESPONSE provides detailed information about the contact associated with the provided email, but it includes excessive technical data that is not relevant to the user. It does not clearly state the name of the contact as Nedi Heinsius, which is the expected output format. Thus, it partially achieves the goal but lacks clarity and precision. metricLabel: output_validation name: output_validation result: PASS score: 3 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer does not provide any contact details for the email address, only a list of fields and their values from the database. It does not provide any information that can be used to contact the person associated with the email address. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer is not coherent at all. It is difficult to understand what the answer is trying to say, and it is riddled with grammar errors. The answer seems to be a JSON object with contact details, but it is not formatted in a way that is easy to read or understand. metricLabel: coherence name: coherence result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: FAILURE score: 2 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2728 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:26.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerMembershipNumber":"123456"},"output":{"contactId":null,"contactRecord":null}},"executionLatency":231}]]' outcome: I couldn't find any contact details associated with the membership number 123456. Could you double-check the number or provide additional information? sessionId: 019933e1-6ff4-79cf-a606-a0affb7e8762 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you find the contact details for the membership number 123456? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 6 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: I couldn't find any contact details associated with the membership number 123456. Could you double-check the number or provide additional information? endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Here are the contact details for Frayda Dowsing. metricExplainability: The BOT RESPONSE does not achieve the goal of providing the contact details as outlined in the EXPECTED RESPONSE. Instead, it incorrectly states that no contact details were found and asks for further information, which is unnecessary since the membership number should already be sufficient to retrieve the details from the CRM database. Therefore, it fails to align with the expected outcome. metricLabel: output_validation name: output_validation result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer does not provide any contact details, which is the main request. It only provides a suggestion to double-check the number or provide additional information, which does not fully address the request. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and it does not contain any significant grammar errors. The answer is also relevant to the query and provides a clear response. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2136 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:36.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":472},{"function":{"name":"Generate_Personalized_Schedule_EA_179AU00000038U5","input":{"Input:contactId":"003AU00001J7b4GYAR"},"output":{"promptResponse":"Hello, I am Philippe from the guest success team at Coral Cloud. I appreciate your interest in our r"}},"executionLatency":8462}]]' outcome: 'Here's the personalized schedule for Nedi Heinsius. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I appreciate your interest in our resort activities. Here is a list of activities happening today that align with your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Rainforest Discovery Hike: 09:00 AM, Rainforest Reserve, 2 hours - Coastal Kayak Excursion: 09:00 AM, Coastal Waters, 1 hour - Live Music Beach Party: 09:00 AM, Resort Beach, 2 hours - Sunset Cocktail Cruise: 09:00 AM, Ocean Cruise, 1 hour - Outdoor Movie Night: 09:00 AM, Outdoor Cinema Area, 6 hours Given the overlapping times and the requirement for free time between activities, I suggest the following schedule: 1. Coastal Kayak Excursion: 09:00 AM - 10:00 AM 2. Free Time: 10:00 AM - 11:00 AM 3. Rainforest Discovery Hike: 11:00 AM - 01:00 PM 4. Free Time: 01:00 PM - 02:00 PM 5. Live Music Beach Party: 02:00 PM - 04:00 PM 6. Free Time: 04:00 PM - 05:00 PM 7. Sunset Cocktail Cruise: 05:00 PM - 06:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' sessionId: 019933e1-701f-7837-ad0e-68f7997b92ba topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you create a personalized schedule for the guest with email nediheinsius@example.com? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 7 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Generate_Personalized_Schedule_EA']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: 'Here's the personalized schedule for Nedi Heinsius. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I appreciate your interest in our resort activities. Here is a list of activities happening today that align with your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Rainforest Discovery Hike: 09:00 AM, Rainforest Reserve, 2 hours - Coastal Kayak Excursion: 09:00 AM, Coastal Waters, 1 hour - Live Music Beach Party: 09:00 AM, Resort Beach, 2 hours - Sunset Cocktail Cruise: 09:00 AM, Ocean Cruise, 1 hour - Outdoor Movie Night: 09:00 AM, Outdoor Cinema Area, 6 hours Given the overlapping times and the requirement for free time between activities, I suggest the following schedule: 1. Coastal Kayak Excursion: 09:00 AM - 10:00 AM 2. Free Time: 10:00 AM - 11:00 AM 3. Rainforest Discovery Hike: 11:00 AM - 01:00 PM 4. Free Time: 01:00 PM - 02:00 PM 5. Live Music Beach Party: 02:00 PM - 04:00 PM 6. Free Time: 04:00 PM - 05:00 PM 7. Sunset Cocktail Cruise: 05:00 PM - 06:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 expectedValue: Here is the personalized schedule for Nedi Heinsius. metricExplainability: The BOT RESPONSE provides a personalized schedule as requested in the QUERY, but it contains excessive information beyond the expected response, making it less precise. The initial output should have simply confirmed the creation of the schedule without the detailed list of activities and free time suggestions. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricExplainability: The answer provides a detailed schedule with specific activities and times, but it does not explicitly mention the guest's email address nediheinsius@example.com or provide a personalized schedule for the guest. The answer also does not mention the resort name or the guest's name, which could be considered important information. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains some sections that are unclear, such as the overlapping times and the requirement for free time between activities. The grammar errors are minor and do not significantly impact readability. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 11834 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:41.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerMembershipNumber":"10008155"},"output":{"contactId":"003AU00001J7zDuYAJ","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7zDuYAJ","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1978-11-10","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"sofiarodriguez@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008155","Fax":null,"FirstName":"Sofia","GenderIdentity":null,"Guest_Type__c":"Cultural Connoisseurs","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7zDuYAJ","IndividualId":null,"Interest1__c":"Adventure Activities","Interest2__c":"Beaches & Snorkeling","Interest3__c":"Fitness & Exercise","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Rodriguez","LastReferencedDate":"2025-09-09T15:43:53.000+0000","LastViewedDate":"2025-09-09T15:43:53.000+0000","LeadSource":"Direct Mail","Level__c":null,"Lifetime_Experience_Bookings__c":10.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Minneapolis","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"55428","state":"Minnesota","street":"3 6th Avenue"},"MailingCity":"Minneapolis","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"55428","MailingState":"Minnesota","MailingStreet":"3 6th Avenue","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008155","Minimum_Room_Cost__c":null,"MobilePhone":"612-350-2240","Name":"Sofia Rodriguez","Next_Check_in_Date__c":"2024-12-20","OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7zDuYAJ","Photo_URL__c":"https://s3-us-west-2.amazonaws.com/dev-or-devrl-s3-bucket/sample-apps/coral-clouds/qswvurmhbo9w261ce","Preferred_Name__c":"Sofi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":199},{"function":{"name":"Generate_Personalized_Schedule_EA_179AU00000038U5","input":{"Input:contactId":"003AU00001J7zDuYAJ"},"output":{"promptResponse":"Hello, I am Philippe from the guest success team at Coral Cloud. I am pleased to present the list of"}},"executionLatency":13647}]]' outcome: 'Here's the personalized schedule for Sofia Rodriguez. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I am pleased to present the list of resort activities happening today that match your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Tropical Snorkel Adventure: 09:00 AM, Coral Reef, 4 hours - Canyon Zip Line Excursion: 09:00 AM, Canyons & Forests, 3.5 hours - Off-Road Jungle Safari: 09:00 AM, Jungle Trails, 4 hours - White Water Rafting Rush: 09:00 AM, Rivers, 1 hour - Underground Cave Exploration: 09:00 AM, Subterranean Caves, 5 hours - Full Moon Beach Party: 09:00 AM, Beach, 2 hours - Surf's Up Lesson: 09:00 AM, Surfing Areas, 1 hour Given the overlapping schedules and the requirement for free time, I suggest the following schedule: 1. Sunrise Mountain Yoga: 09:00 AM - 03:00 PM 2. Free Time: 03:00 PM - 04:00 PM 3. Aqua Fitness in Paradise: 04:00 PM - 07:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' sessionId: 019933e1-6fef-7140-a47b-f96f80fe9be1 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: 'Can you create a personalized schedule for customer with Membership Number 10008155?' startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 8 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Generate_Personalized_Schedule_EA']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: 'Here's the personalized schedule for Sofia Rodriguez. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I am pleased to present the list of resort activities happening today that match your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Tropical Snorkel Adventure: 09:00 AM, Coral Reef, 4 hours - Canyon Zip Line Excursion: 09:00 AM, Canyons & Forests, 3.5 hours - Off-Road Jungle Safari: 09:00 AM, Jungle Trails, 4 hours - White Water Rafting Rush: 09:00 AM, Rivers, 1 hour - Underground Cave Exploration: 09:00 AM, Subterranean Caves, 5 hours - Full Moon Beach Party: 09:00 AM, Beach, 2 hours - Surf's Up Lesson: 09:00 AM, Surfing Areas, 1 hour Given the overlapping schedules and the requirement for free time, I suggest the following schedule: 1. Sunrise Mountain Yoga: 09:00 AM - 03:00 PM 2. Free Time: 03:00 PM - 04:00 PM 3. Aqua Fitness in Paradise: 04:00 PM - 07:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 expectedValue: Here is your personalized schedule for today, Sofia Rodriguez. metricExplainability: The BOT RESPONSE provides a personalized schedule but includes unnecessary details and activities that may not be relevant to the user. It also addresses the user as Sofia Rodriguez instead of using their actual name, which could lead to confusion. The response does not fully align with the expected outcome, which is a concise presentation of the schedule without extra information. metricLabel: output_validation name: output_validation result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricExplainability: The answer provides a detailed schedule with specific activities and times, but it does not include any information about the customer's membership number or how it relates to the schedule. The answer also does not provide any information about the customer's interests or preferences, which is a key part of creating a personalized schedule. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains some sections that are unclear, such as the mention of 'free time' and the specific activities listed. The grammar is also correct, but the answer could be improved by providing more context or explanation for the schedule. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: FAILURE score: 2 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 17047 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:29.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":189}]]' outcome: How much resort credit would you like to issue to Nedi Heinsius? sessionId: 019933e2-5a89-7002-a35b-12a7b351a7c2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: I need a resort credit issued to my account. My email is nediheinsius@example.com. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 9 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: How much resort credit would you like to issue to Nedi Heinsius? endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: Please provide the amount for the resort credit. metricExplainability: The BOT RESPONSE correctly prompts the user for the amount of resort credit, which aligns with the EXPECTED RESPONSE. However, it mistakenly includes the placeholder Nedi Heinsius instead of simply asking for the amount directly, which introduces unnecessary ambiguity. Overall, it is clear and aims to collect the required information. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer does not provide any information about the resort credit, such as the amount or the account it will be issued to, which are the main points of the request. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer is a question and does not provide any resort credit, making it difficult to understand what the answer is trying to say. It also lacks any context or information about the resort credit. metricLabel: coherence name: coherence result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 3 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 3777 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:29.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"fraydadowsing@example.com"},"output":{"contactId":"003AU00001J7b4FYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4FYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1994-11-19","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"fraydadowsing@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008756","Fax":null,"FirstName":"Frayda","GenderIdentity":null,"Guest_Type__c":"Romance Retreaters","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4FYAR","IndividualId":null,"Interest1__c":"Dining Experiences","Interest2__c":"Cultural Tours & Workshops","Interest3__c":"Family & Kids' Activities","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Dowsing","LastReferencedDate":"2025-09-09T14:19:58.000+0000","LastViewedDate":"2025-09-09T14:19:58.000+0000","LeadSource":"Online Travel Agent","Level__c":null,"Lifetime_Experience_Bookings__c":17.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Honolulu","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"96815","state":"Hawaii","street":"94046 Grasskamp Junction"},"MailingCity":"Honolulu","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"96815","MailingState":"Hawaii","MailingStreet":"94046 Grasskamp Junction","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008756","Minimum_Room_Cost__c":null,"MobilePhone":"707-490-8673","Name":"Frayda Dowsing","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4FYAR","Photo_URL__c":null,"Preferred_Name__c":"Frayda","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":227},{"function":{"name":"Issue_Resort_Credit_179AU00000038U5","input":{"amount":"100","contactid":"003AU00001J7b4FYAR"},"output":{"creditId":"a01AU00000xd7sUYAQ"}},"executionLatency":243}]]' outcome: 'The $100 resort credit has been successfully issued to Frayda Dowsing. Let me know if there's anything else I can assist with! a01AU00000xd7sUYAQ' sessionId: 019933e2-5a5f-7622-8dba-904115dfc0a4 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Please issue a $100 resort credit to the contact with email fraydadowsing@example.com. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 10 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Issue_Resort_Credit']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: 'The $100 resort credit has been successfully issued to Frayda Dowsing. Let me know if there's anything else I can assist with! a01AU00000xd7sUYAQ' endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: A $100 resort credit has been issued to Frayda Dowsing. metricExplainability: The BOT RESPONSE successfully confirms the issuance of the $100 resort credit to Frayda Dowsing, which fully aligns with the EXPECTED RESPONSE. However, it includes an unnecessary additional phrase asking if further assistance is needed, which is not part of the EXPECTED RESPONSE. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer does not provide the email address of the contact to whom the resort credit was issued, which is a crucial piece of information. The answer also includes an irrelevant code 'a01AU00000xd7sUYAQ' which is not part of the context. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer is difficult to understand, and it contains multiple grammar errors that affect clarity. The phrase 'Let me know if there's anything else I can assist with!' seems out of place and does not contribute to the coherence of the answer. metricLabel: coherence name: coherence result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 3519 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:30.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerMembershipNumber":"10008155"},"output":{"contactId":"003AU00001J7zDuYAJ","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7zDuYAJ","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1978-11-10","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"sofiarodriguez@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008155","Fax":null,"FirstName":"Sofia","GenderIdentity":null,"Guest_Type__c":"Cultural Connoisseurs","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7zDuYAJ","IndividualId":null,"Interest1__c":"Adventure Activities","Interest2__c":"Beaches & Snorkeling","Interest3__c":"Fitness & Exercise","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Rodriguez","LastReferencedDate":"2025-09-09T15:43:53.000+0000","LastViewedDate":"2025-09-09T15:43:53.000+0000","LeadSource":"Direct Mail","Level__c":null,"Lifetime_Experience_Bookings__c":10.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Minneapolis","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"55428","state":"Minnesota","street":"3 6th Avenue"},"MailingCity":"Minneapolis","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"55428","MailingState":"Minnesota","MailingStreet":"3 6th Avenue","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008155","Minimum_Room_Cost__c":null,"MobilePhone":"612-350-2240","Name":"Sofia Rodriguez","Next_Check_in_Date__c":"2024-12-20","OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7zDuYAJ","Photo_URL__c":"https://s3-us-west-2.amazonaws.com/dev-or-devrl-s3-bucket/sample-apps/coral-clouds/qswvurmhbo9w261ce","Preferred_Name__c":"Sofi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":196},{"function":{"name":"Issue_Resort_Credit_179AU00000038U5","input":{"amount":"100","contactid":"003AU00001J7zDuYAJ"},"output":{"creditId":"a01AU00000xbStAYAU"}},"executionLatency":254}]]' outcome: 'The $100 resort credit has been successfully issued to Sofia Rodriguez. Let me know if there's anything else I can assist you with! a01AU00000xbStAYAU' sessionId: 019933e1-7010-7b01-98d2-00689ea0ae63 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: 'I need a $100 resort credit issued to the customer with Membership Number 10008155?' startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 11 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Issue_Resort_Credit']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: 'The $100 resort credit has been successfully issued to Sofia Rodriguez. Let me know if there's anything else I can assist you with! a01AU00000xbStAYAU' endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 expectedValue: A $100 resort credit has been issued to your account, Sofia Rodriguez. metricExplainability: The BOT RESPONSE confirms the issuance of the resort credit but includes an irrelevant identifier (a01AU00000xbStAYAU) that is not part of the EXPECTED RESPONSE. It does not clearly state the membership number or provide the user's name, which is implied in the QUERY. Therefore, it partially aligns with the EXPECTED RESPONSE but includes unnecessary information. metricLabel: output_validation name: output_validation result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricExplainability: The answer does not provide the required resort credit to the customer with Membership Number 10008155, and instead provides a generic message and an unknown code. The answer is very incomplete as it misses the crucial information about the resort credit. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but the second sentence is unclear and contains a grammar error. The phrase 'Let me know if there's anything else I can assist you with!' is not directly related to the main task of issuing a resort credit. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 3803 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' generatedData: actionsSequence: '[]' citations: '[ ]' invokedActions: '[[]]' outcome: Could you provide the list of contacts you'd like to issue the $50 resort credits to? This can include their names, emails, or membership numbers. sessionId: 019933e1-701c-77b2-bcba-b8a3b8e1dbb2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: I need to issue $50 resort credits to multiple contacts. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 12 testResults: - actualValue: '[]' endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: '[]' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Could you provide the list of contacts you'd like to issue the $50 resort credits to? This can include their names, emails, or membership numbers. endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Please provide the emails or contact IDs of the contacts to issue the credits. metricExplainability: The BOT RESPONSE correctly prompts the user for the necessary information to achieve the goal of issuing resort credits. However, it slightly deviates from the EXPECTED RESPONSE by including names and membership numbers as options, which are not mentioned in the EXPECTED RESPONSE. This makes it slightly ambiguous, but it still aligns with the overall goal. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer is very incomplete as it does not provide the resort credits to the contacts, instead it asks for the list of contacts. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and the language is clear. There are no significant grammar errors that affect readability. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2158 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:29.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Bulk_Resort_Credits_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":208},{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"fraydadowsing@example.com"},"output":{"contactId":"003AU00001J7b4FYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4FYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1994-11-19","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"fraydadowsing@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008756","Fax":null,"FirstName":"Frayda","GenderIdentity":null,"Guest_Type__c":"Romance Retreaters","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4FYAR","IndividualId":null,"Interest1__c":"Dining Experiences","Interest2__c":"Cultural Tours & Workshops","Interest3__c":"Family & Kids' Activities","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Dowsing","LastReferencedDate":"2025-09-09T14:19:58.000+0000","LastViewedDate":"2025-09-09T14:19:58.000+0000","LeadSource":"Online Travel Agent","Level__c":null,"Lifetime_Experience_Bookings__c":17.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Honolulu","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"96815","state":"Hawaii","street":"94046 Grasskamp Junction"},"MailingCity":"Honolulu","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"96815","MailingState":"Hawaii","MailingStreet":"94046 Grasskamp Junction","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008756","Minimum_Room_Cost__c":null,"MobilePhone":"707-490-8673","Name":"Frayda Dowsing","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4FYAR","Photo_URL__c":null,"Preferred_Name__c":"Frayda","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":217},{"function":{"name":"Issue_Bulk_Resort_Credits_179AU00000038U5","input":{"amount":"50","contactRecords":"[{\"sObjectInfo\":{\"apiName\":\"Contact\"},\"id\":\"003AU00001J7b4GYAR\",\"data\":{\"Id\":\"003AU00001J7b4GYAR\"}},{\"sObjectInfo\":{\"apiName\":\"Contact\"},\"id\":\"003AU00001J7b4FYAR\",\"data\":{\"Id\":\"003AU00001J7b4FYAR\"}}]"},"output":{"message":"Issued $50 resort credit to 2 customers."}},"executionLatency":321}]]' outcome: 'The $50 resort credits have been successfully issued to both contacts. Let me know if there's anything else you need! Issued $50 resort credit to 2 customers.' sessionId: 019933e2-5a71-7cbe-b8b0-002b6f876902 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: I need to issue $50 resort credits to two contacts. Their emails are nediheinsius@example.com and fraydadowsing@example.com. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 13 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Bulk_Resort_Credits_179AU00000038U5']' endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Get_Customer_From_Email_or_Membership_Number', 'Issue_Bulk_Resort_Credits']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: 'The $50 resort credits have been successfully issued to both contacts. Let me know if there's anything else you need! Issued $50 resort credit to 2 customers.' endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 expectedValue: Bulk resort credits of $50 have been issued to the specified contacts. metricExplainability: BOT RESPONSE accurately confirms the issuance of $50 resort credits to the specified contacts, aligning well with the EXPECTED RESPONSE. It is clear and precise, providing the necessary information without irrelevant details. metricLabel: output_validation name: output_validation result: PASS score: 5 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricExplainability: The answer provides the correct information about the resort credits being issued to two contacts, and it also includes additional information about the process, which is not requested. However, it does not provide any details about the specific emails of the contacts, which is requested in the context. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, free of significant grammar errors, and flows well when read by itself. The answer is concise and clear, making it easy to understand the outcome of the task. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 3 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 4851 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED 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/conversation/{conversationIdentifier}/entries: parameters: [] get: tags: - Get summary: Salesforce Get Conversation Entries description: 'Gets in-app messaging conversation entries. https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_conversation_entries.htm' operationId: Getconversationentries parameters: - name: conversationIdentifier in: path description: Conversation identifier UUID required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 10 Jan 2025 11:40:26 GMT Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked Connection: content: text/plain: schema: type: string contentMediaType: text/plain example: keep-alive Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=246/15000 Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff Server: content: text/plain: schema: type: string contentMediaType: text/plain example: sfdcedge X-SFDC-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 5a8f2802ad688ae208710a5df1950663 X-Request-Id: content: text/plain: schema: type: string contentMediaType: text/plain example: 5a8f2802ad688ae208710a5df1950663 X-SFDC-Edge-Cache: content: text/plain: schema: type: string contentMediaType: text/plain example: MISS content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/Getconversationentries' - examples: - conversationEntries: - clientDuration: 0 clientTimestamp: 1736508089610 identifier: 06a1182e-d932-4178-9864-6de5b7b3d3fd messageText: 'The Canyon Zip Line Excursion is an exhilarating adventure where you can soar over deep canyons and lush forest canopies. Here are some details: - Description: Soar over deep canyons and lush forest canopies on our thrilling zip line tour. - Activity Level: High - Type: Adventure Activities Would you like to know the available sessions for this excursion? If so, please provide the date you're interested in.' relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508089657 - clientDuration: 0 clientTimestamp: 1736508081161 identifier: 414e8b7b-af09-4349-beee-79806657495c messageText: sofiarodriguez@example.com and 10008155 relatedRecords: - 0MwKj000007sdiM sender: appType: iamessage role: EndUser subject: v2/iamessage/UNAUTH/NA/uid:cee38146-34f1-41a2-a96c-a5c4c9b8b62b serverReceivedTimestamp: 1736508081203 - clientDuration: 0 clientTimestamp: 1736508041619 identifier: 981246f2-7be4-4fa4-a8ea-2bb134c7f6ff messageText: Could you please provide your email address and membership number so I can look up your details and get the information for you? relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508041627 - clientDuration: 0 clientTimestamp: 1736508034543 identifier: 7db791fe-1f23-46d7-b685-7ad7b3f56f9d messageText: show me more information about the canyon zip line excursion relatedRecords: - 0MwKj000007sdiM sender: appType: iamessage role: EndUser subject: v2/iamessage/UNAUTH/NA/uid:cee38146-34f1-41a2-a96c-a5c4c9b8b62b serverReceivedTimestamp: 1736508034755 - clientDuration: 0 clientTimestamp: 1736508015523 identifier: e9762707-0b3c-4656-8b91-9f10d04aa313 messageText: Hi, I'm an AI service assistant. How can I help you? relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508015579 contentMediaType: application/json;charset=UTF-8 example: conversationEntries: - clientDuration: 0 clientTimestamp: 1736508089610 identifier: 06a1182e-d932-4178-9864-6de5b7b3d3fd messageText: 'The Canyon Zip Line Excursion is an exhilarating adventure where you can soar over deep canyons and lush forest canopies. Here are some details: - Description: Soar over deep canyons and lush forest canopies on our thrilling zip line tour. - Activity Level: High - Type: Adventure Activities Would you like to know the available sessions for this excursion? If so, please provide the date you're interested in.' relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508089657 - clientDuration: 0 clientTimestamp: 1736508081161 identifier: 414e8b7b-af09-4349-beee-79806657495c messageText: sofiarodriguez@example.com and 10008155 relatedRecords: - 0MwKj000007sdiM sender: appType: iamessage role: EndUser subject: v2/iamessage/UNAUTH/NA/uid:cee38146-34f1-41a2-a96c-a5c4c9b8b62b serverReceivedTimestamp: 1736508081203 - clientDuration: 0 clientTimestamp: 1736508041619 identifier: 981246f2-7be4-4fa4-a8ea-2bb134c7f6ff messageText: Could you please provide your email address and membership number so I can look up your details and get the information for you? relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508041627 - clientDuration: 0 clientTimestamp: 1736508034543 identifier: 7db791fe-1f23-46d7-b685-7ad7b3f56f9d messageText: show me more information about the canyon zip line excursion relatedRecords: - 0MwKj000007sdiM sender: appType: iamessage role: EndUser subject: v2/iamessage/UNAUTH/NA/uid:cee38146-34f1-41a2-a96c-a5c4c9b8b62b serverReceivedTimestamp: 1736508034755 - clientDuration: 0 clientTimestamp: 1736508015523 identifier: e9762707-0b3c-4656-8b91-9f10d04aa313 messageText: Hi, I'm an AI service assistant. How can I help you? relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508015579 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/{PLATFORM_EVENT_CHANNEL_ID}: parameters: [] get: tags: - Get summary: Salesforce Get Event Channel operationId: Geteventchannel parameters: - name: PLATFORM_EVENT_CHANNEL_ID in: path description: '' required: true schema: type: string examples: - 0YL4H0000004C93WAE example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 03 Jul 2023 13:15:59 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-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=7/15000 Last-Modified: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 Jan 2021 19:33:54 GMT 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/Geteventchannel' - examples: - attributes: type: PlatformEventChannel url: /services/data/v58.0/tooling/sobjects/PlatformEventChannel/0YL4H0000004C93WAE Id: 0YL4H0000004C93WAE IsDeleted: false DeveloperName: HREvents Language: en_US MasterLabel: Custom Channel for the HR App NamespacePrefix: null ManageableState: unmanaged CreatedDate: 2021-01-11T19:33:54.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2021-01-11T19:33:54.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2021-01-11T19:33:54.000+0000 ChannelType: data FullName: HREvents__chn Metadata: channelType: data label: Custom Channel for the HR App urls: null contentMediaType: application/json;charset=UTF-8 example: attributes: type: PlatformEventChannel url: /services/data/v58.0/tooling/sobjects/PlatformEventChannel/0YL4H0000004C93WAE Id: 0YL4H0000004C93WAE IsDeleted: false DeveloperName: HREvents Language: en_US MasterLabel: Custom Channel for the HR App NamespacePrefix: null ManageableState: unmanaged CreatedDate: 2021-01-11T19:33:54.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2021-01-11T19:33:54.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2021-01-11T19:33:54.000+0000 ChannelType: data FullName: HREvents__chn Metadata: channelType: data label: Custom Channel for the HR App urls: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/tooling/sobjects/PlatformEventChannelMember/{PLATFORM_EVENT_CHANNEL_MEMBER_ID}: parameters: [] get: tags: - Get summary: Salesforce Get Channel Member operationId: Getchannelmember parameters: - name: PLATFORM_EVENT_CHANNEL_MEMBER_ID in: path description: '' required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 03 Jul 2023 13:17:20 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=9/15000 Last-Modified: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 30 Dec 2022 15:10:39 GMT 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/Getchannelmember' - examples: - attributes: type: PlatformEventChannelMember url: /services/data/v58.0/tooling/sobjects/PlatformEventChannelMember/0v84H000000PAvIQAW Id: 0v84H000000PAvIQAW IsDeleted: false DeveloperName: ChangeEvents_ContactChangeEvent Language: en_US MasterLabel: ContactChangeEvent NamespacePrefix: null ManageableState: unmanaged CreatedDate: 2022-12-30T15:10:39.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2022-12-30T15:10:39.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2022-12-30T15:10:39.000+0000 FullName: ChangeEvents_ContactChangeEvent Metadata: enrichedFields: [] eventChannel: ChangeEvents filterExpression: null selectedEntity: ContactChangeEvent urls: null EventChannel: ChangeEvents SelectedEntity: ContactChangeEvent FilterExpression: null contentMediaType: application/json;charset=UTF-8 example: attributes: type: PlatformEventChannelMember url: /services/data/v58.0/tooling/sobjects/PlatformEventChannelMember/0v84H000000PAvIQAW Id: 0v84H000000PAvIQAW IsDeleted: false DeveloperName: ChangeEvents_ContactChangeEvent Language: en_US MasterLabel: ContactChangeEvent NamespacePrefix: null ManageableState: unmanaged CreatedDate: 2022-12-30T15:10:39.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2022-12-30T15:10:39.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2022-12-30T15:10:39.000+0000 FullName: ChangeEvents_ContactChangeEvent Metadata: enrichedFields: [] eventChannel: ChangeEvents filterExpression: null selectedEntity: ContactChangeEvent urls: null EventChannel: ChangeEvents SelectedEntity: ContactChangeEvent FilterExpression: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/tooling/sobjects/EventRelayConfig/{EVENT_RELAY_CONFIG_ID}: parameters: [] get: tags: - Get summary: Salesforce Get Event Relay operationId: Geteventrelay parameters: - name: EVENT_RELAY_CONFIG_ID in: path description: '' required: true schema: type: string examples: - 7k2RM000000008ZYAQ example: '500123' 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/EventRelayFeedback/{EVENT_RELAY_FEEDBACK_ID}: parameters: [] get: tags: - Get summary: Salesforce Get Event Relay Feedback operationId: Geteventrelayfeedback parameters: - name: EVENT_RELAY_FEEDBACK_ID in: path description: '' required: true schema: type: string examples: - 7k4RM000000008AYAQ example: '500123' 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/{managedEventSubscriptionId}: parameters: [] get: tags: - Get summary: Salesforce Get Managed Event Subscription by Id operationId: GetmanagedeventsubscriptionbyID parameters: - name: managedEventSubscriptionId in: path description: '' required: true schema: type: string example: '500123' 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 /apexrest/{NAMESPACE}/v1/integrationprocedure/{TYPE_SUBTYPE}: parameters: [] get: tags: - Get summary: Salesforce Integration Procedure Invocation Using Get operationId: IntegrationProcedureInvocationUsingGET parameters: - name: NAMESPACE in: path description: 'The namespace: `omnistudio`, `vlocity_ins`, `vlocity_cmt`, or `vlocity_ps`' required: true schema: type: string example: example_value - name: TYPE_SUBTYPE in: path description: Type and SubType of the Integration Procedure separated by an underscore. required: true schema: type: string example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/themes/active: parameters: [] get: tags: - Get summary: Salesforce Get Active Theme description: Get a Salesforce org’s active theme. A theme uses colors, images, and banners to change the overall appearance of Salesforce. Administrators can define themes and switch themes to provide a different look. The User Interface API response matches the Admin’s selection. operationId: GetActiveTheme parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:24:07 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-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/GetActiveTheme' - examples: - brandColor: '#0176D3' brandImage: largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_3x.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_2x.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_1x.png defaultGroupBanner: fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_group.png defaultGroupImage: largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_200.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_160.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_96.png defaultPageBanner: fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_background.png defaultUserBanner: fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile.png defaultUserImage: largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_200.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_160.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_96.png density: ViewOne headerColor: '#FFFFFF' linkColor: '#0176D3' pageColor: '#B0C4DF' contentMediaType: application/json;charset=UTF-8 example: brandColor: '#0176D3' brandImage: largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_3x.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_2x.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_1x.png defaultGroupBanner: fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_group.png defaultGroupImage: largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_200.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_160.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_96.png defaultPageBanner: fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_background.png defaultUserBanner: fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile.png defaultUserImage: largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_200.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_160.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_96.png density: ViewOne headerColor: '#FFFFFF' linkColor: '#0176D3' pageColor: '#B0C4DF' 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/actions/global: parameters: [] get: tags: - Get summary: Salesforce Get Global Actions description: Get the actions on record detail pages. operationId: GetGlobalActions parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:14:55 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"96082978ff1803b51fcee9ce34121cfa--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/GetGlobalActions' - examples: - actions: Global: actions: - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000279052WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000279053WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000279054WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000279055WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000279056WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000279057WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000279058WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000279059WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000279060WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000279061WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000279062WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000279063WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000279064WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/global eTag: 96082978ff1803b51fcee9ce34121cfa url: /services/data/v58.0/ui-api/actions/global contentMediaType: application/json;charset=UTF-8 example: actions: Global: actions: - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000279052WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000279053WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000279054WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000279055WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000279056WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000279057WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000279058WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000279059WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000279060WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000279061WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000279062WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000279063WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000279064WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/global eTag: 96082978ff1803b51fcee9ce34121cfa url: /services/data/v58.0/ui-api/actions/global 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/actions/record/{RECORD_IDS}: parameters: [] get: tags: - Get summary: Salesforce Get Record Detail Page Actions description: Get the actions on record detail pages. operationId: GetRecordDetailPageActions parameters: - name: RECORD_IDS in: path description: A single record ID, or a comma-delimited list of record IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:16:27 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"070a59ceff1430940937c233f1b952dd--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/GetRecordDetailPageActions' - examples: - actions: 0014H00002LbR7QQAV: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV 00158000006QBOhAAO: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO eTag: 070a59ceff1430940937c233f1b952dd url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV,00158000006QBOhAAO contentMediaType: application/json;charset=UTF-8 example: actions: 0014H00002LbR7QQAV: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV 00158000006QBOhAAO: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO eTag: 070a59ceff1430940937c233f1b952dd url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV,00158000006QBOhAAO 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/actions/record/{RECORD_ID}/record-edit: parameters: [] get: tags: - Get summary: Salesforce Get Record Edit Page Actions description: Get the actions on record detail pages. operationId: GetRecordEditPageActions parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:17:45 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"550367168889732c414e90f1a22d15af--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/GetRecordEditPageActions' - examples: - actions: 0014H00002LbR7QQAV: actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit eTag: 550367168889732c414e90f1a22d15af url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit contentMediaType: application/json;charset=UTF-8 example: actions: 0014H00002LbR7QQAV: actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit eTag: 550367168889732c414e90f1a22d15af url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit 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/actions/record/{RECORD_ID}/related-list/{RELATED_LIST_IDS}: parameters: [] get: tags: - Get summary: Salesforce Get Related List Actions description: Get the actions on record detail pages. operationId: GetRelatedListActions parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' - name: RELATED_LIST_IDS in: path description: Optional. A related list name, or a comma-delimited list of related list names. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:27: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-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: '"a20a5831cc59f674f527261d7469d62d--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/GetRelatedListActions' - examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts eTag: a20a5831cc59f674f527261d7469d62d url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts contentMediaType: application/json;charset=UTF-8 example: actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts eTag: a20a5831cc59f674f527261d7469d62d url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts 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/actions/record/{RECORD_ID}/related-list-record/{RELATED_LIST_RECORD_IDS}: parameters: [] get: tags: - Get summary: Salesforce Get Related List Record Actions description: Get the actions on records in related lists. operationId: GetRelatedListRecordActions parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' - name: RELATED_LIST_RECORD_IDS in: path description: A related list record ID, or a comma-delimited list of related list record IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:37:18 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-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: '"f29ba79a7eda15543fca804e0e88bea6--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/GetRelatedListRecordActions' - examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA eTag: f29ba79a7eda15543fca804e0e88bea6 url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA contentMediaType: application/json;charset=UTF-8 example: actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA eTag: f29ba79a7eda15543fca804e0e88bea6 url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA 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/actions/list-view/{LIST_VIEW_IDS}: parameters: [] get: tags: - Get summary: Salesforce Get List View Header Actions description: Get the actions on records in related lists. operationId: GetListViewHeaderActions parameters: - name: LIST_VIEW_IDS in: path description: A single list view ID, or a comma-delimited list of list view IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:39:25 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"6f6e964d38807defe01bd28d144c9c0e--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/GetListViewHeaderActions' - examples: - actions: 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA eTag: 6f6e964d38807defe01bd28d144c9c0e url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA contentMediaType: application/json;charset=UTF-8 example: actions: 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA eTag: 6f6e964d38807defe01bd28d144c9c0e url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA 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/actions/list-view-record/{RECORD_IDS}: parameters: [] get: tags: - Get summary: Salesforce Get List View Record Actions description: Get the record actions on list views. operationId: GetListViewRecordActions parameters: - name: RECORD_IDS in: path description: A single record ID, or a comma-delimited list of record IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:40:07 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-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: '"1baaebae684ef749af218f59bf4b1d4d--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/GetListViewRecordActions' - examples: - actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA contentMediaType: application/json;charset=UTF-8 example: actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA 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/actions/list-view-chart/{SOBJECT_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get List View Chart Actions description: Get the record actions on list views. operationId: GetListViewChartActions parameters: - name: SOBJECT_API_NAME in: path description: Currently, only `ListViewChartInstance` is valid. required: true schema: type: string examples: - ListViewChartInstance example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:41:26 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"60c273c4ba34efcc645bd0ce249c8cd4--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/GetListViewChartActions' - examples: - actions: ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance eTag: 60c273c4ba34efcc645bd0ce249c8cd4 url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance contentMediaType: application/json;charset=UTF-8 example: actions: ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance eTag: 60c273c4ba34efcc645bd0ce249c8cd4 url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance 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/actions/flexipage/{FLEXIPAGE_NAMES}: parameters: [] get: tags: - Get summary: Salesforce Get Lightning Page Actions description: Get the actions on Lightning pages (FlexiPages). operationId: GetLightningPageActions parameters: - name: FLEXIPAGE_NAMES in: path description: A Lightning page name, or a comma-delimited list of Lightning page names. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:45:49 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"ff4486597111fb5e059e5dab793c8231--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/GetLightningPageActions' - examples: - actions: Sample_Lightning_page: actions: - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000295294WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/NewAccount/describe actionTargetType: Describe apiName: Global.NewAccount externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2s iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000295295WAA isMassAction: 'false' label: New Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page eTag: ff4486597111fb5e059e5dab793c8231 url: /services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page contentMediaType: application/json;charset=UTF-8 example: actions: Sample_Lightning_page: actions: - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000295294WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/NewAccount/describe actionTargetType: Describe apiName: Global.NewAccount externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2s iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000295295WAA isMassAction: 'false' label: New Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page eTag: ff4486597111fb5e059e5dab793c8231 url: /services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page 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/actions/lookup/{SOBJECT_API_NAMES}: parameters: [] get: tags: - Get summary: Salesforce Get Lookup Field Actions description: Get the actions on Lightning pages (FlexiPages). operationId: GetLookupFieldActions parameters: - name: SOBJECT_API_NAMES in: path description: A lookup field name, or a comma-delimited list of lookup field names. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:47:33 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"1b573078964111c994670eea1c038003--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/GetLookupFieldActions' - examples: - actions: Account: actions: - actionListContext: Lookup actionTarget: null actionTargetType: Invoke apiName: CreateFromLookup externalId: 00D58000000arpq:Account::Lookup:Desktop:StandardButton:CreateFromLookup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000327596WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/lookup/Account eTag: 1b573078964111c994670eea1c038003 url: /services/data/v58.0/ui-api/actions/lookup/Account contentMediaType: application/json;charset=UTF-8 example: actions: Account: actions: - actionListContext: Lookup actionTarget: null actionTargetType: Invoke apiName: CreateFromLookup externalId: 00D58000000arpq:Account::Lookup:Desktop:StandardButton:CreateFromLookup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000327596WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/lookup/Account eTag: 1b573078964111c994670eea1c038003 url: /services/data/v58.0/ui-api/actions/lookup/Account 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/actions/mru-list/{SOBJECT_API_NAMES}: parameters: [] get: tags: - Get summary: Salesforce Get Mru List View Actions description: Get the header actions on the most recently used (MRU) list view for objects. operationId: GetMRUListViewActions parameters: - name: SOBJECT_API_NAMES in: path description: An object name, or a comma-delimited list of object names. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:48:01 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"e40070982f76ef03ffdc6f70e91b9321--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/GetMRUListViewActions' - examples: - actions: Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account eTag: e40070982f76ef03ffdc6f70e91b9321 url: /services/data/v58.0/ui-api/actions/mru-list/Account contentMediaType: application/json;charset=UTF-8 example: actions: Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account eTag: e40070982f76ef03ffdc6f70e91b9321 url: /services/data/v58.0/ui-api/actions/mru-list/Account 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/actions/photo/{RECORD_IDS}: parameters: [] get: tags: - Get summary: Salesforce Get Photo Actions description: Get the photo actions for pages. Currently, only group and user pages support photo actions. operationId: GetPhotoActions parameters: - name: RECORD_IDS in: path description: '' required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:50: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-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: '"802f98780c61a3109be0a574d2915772--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/GetPhotoActions' - examples: - actions: 0F94H000000UF2xSAG: actions: - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: ViewPhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:ViewPhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301820WAA isMassAction: 'false' label: View Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: UpdatePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:UpdatePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301821WAA isMassAction: 'false' label: Update Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: DeletePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:DeletePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301822WAA isMassAction: 'false' label: Delete Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/photo/0F94H000000UF2xSAG eTag: 802f98780c61a3109be0a574d2915772 url: /services/data/v58.0/ui-api/actions/photo/0F94H000000UF2xSAG contentMediaType: application/json;charset=UTF-8 example: actions: 0F94H000000UF2xSAG: actions: - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: ViewPhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:ViewPhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301820WAA isMassAction: 'false' label: View Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: UpdatePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:UpdatePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301821WAA isMassAction: 'false' label: Update Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: DeletePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:DeletePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301822WAA isMassAction: 'false' label: Delete Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/photo/0F94H000000UF2xSAG eTag: 802f98780c61a3109be0a574d2915772 url: /services/data/v58.0/ui-api/actions/photo/0F94H000000UF2xSAG 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}/deleted: parameters: [] get: tags: - Get summary: Salesforce Sobject Get Deleted description: 'Retrieves the list of individual records that have been deleted within the given timespan for the specified object. SObject Get Deleted is available in API version 29.0 and later. This resource is commonly used in data replication applications. Note the following considerations: Deleted records are written to a delete log which this resource accesses. A background process that runs every two hours purges records that have been in an organization''s delete log for more than two hours if the number of records is above a certain limit. Starting with the oldest records, the process purges delete log entries until the delete log is back below the limit. This is done to protect Salesforce from performance issues related to massive delete logs Information on deleted records are returned only if the current session user has access to them. Results are returned for no more than 15 days previous to the day the call is executed (or earlier if an administrator has purged the Recycle Bin).' operationId: SObjectGetDeleted parameters: - name: start in: query description: '' required: true style: form explode: true schema: type: string example: example_value - name: end in: query description: '' required: true style: form explode: true schema: type: string example: example_value - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/updated: parameters: [] get: tags: - Get summary: Salesforce Sobject Get Updated description: 'Retrieves the list of individual records that have been updated (added or changed) within the given timespan for the specified object. SObject Get Updated is available in API version 29.0 and later. This resource is commonly used in data replication applications. Note the following considerations: Results are returned for no more than 30 days previous to the day the call is executed. Your client application can replicate any objects to which it has sufficient permissions. For example, to replicate all data for your organization, your client application must be logged in with “View All Data” access rights to the specified object. Similarly, the objects must be within your sharing rules. There is a limit of 600,000 IDs returned from this resource. If more than 600,000 IDs would be returned, EXCEEDED_ID_LIMIT is returned. You can correct the error by choosing start and end dates that are closer together.' operationId: SObjectGetUpdated parameters: - name: start in: query description: '' required: true style: form explode: true schema: type: string example: example_value - name: end in: query description: '' required: true style: form explode: true schema: type: string example: example_value - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-info/{SOBJECT_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get List Views for an Object description: Get list views associated with an object. operationId: GetListViewsforanObject parameters: - name: SOBJECT_API_NAME in: path description: API name of a UI API supported object. required: true schema: type: string examples: - Account example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:49:33 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"7a9cf6dc597cbc985bab8a26df2f1752--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/GetListViewsforanObject' - examples: - count: 6 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-info/Account?pageSize=20&pageToken=0 lists: - apiName: AllAccounts id: 00B58000002ssinEAA label: All Accounts url: /services/data/v62.0/ui-api/list-info/Account/AllAccounts - apiName: MyAccounts id: 00B58000002ssivEAA label: My Accounts url: /services/data/v62.0/ui-api/list-info/Account/MyAccounts - apiName: NewLastWeek id: 00B58000002ssiHEAQ label: New Last Week url: /services/data/v62.0/ui-api/list-info/Account/NewLastWeek - apiName: NewThisWeek id: 00B58000002ssi6EAA label: New This Week url: /services/data/v62.0/ui-api/list-info/Account/NewThisWeek - apiName: PlatinumandGoldSLACustomers id: 00B58000002ssiXEAQ label: Platinum and Gold SLA Customers url: /services/data/v62.0/ui-api/list-info/Account/PlatinumandGoldSLACustomers - apiName: RecentlyViewedAccounts id: 00B58000002ssimEAA label: Recently Viewed Accounts url: /services/data/v62.0/ui-api/list-info/Account/RecentlyViewedAccounts nextPageToken: null nextPageUrl: null objectApiName: Account pageSize: 20 previousPageToken: null previousPageUrl: null queryString: null recentListsOnly: false contentMediaType: application/json;charset=UTF-8 example: count: 6 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-info/Account?pageSize=20&pageToken=0 lists: - apiName: AllAccounts id: 00B58000002ssinEAA label: All Accounts url: /services/data/v62.0/ui-api/list-info/Account/AllAccounts - apiName: MyAccounts id: 00B58000002ssivEAA label: My Accounts url: /services/data/v62.0/ui-api/list-info/Account/MyAccounts - apiName: NewLastWeek id: 00B58000002ssiHEAQ label: New Last Week url: /services/data/v62.0/ui-api/list-info/Account/NewLastWeek - apiName: NewThisWeek id: 00B58000002ssi6EAA label: New This Week url: /services/data/v62.0/ui-api/list-info/Account/NewThisWeek - apiName: PlatinumandGoldSLACustomers id: 00B58000002ssiXEAQ label: Platinum and Gold SLA Customers url: /services/data/v62.0/ui-api/list-info/Account/PlatinumandGoldSLACustomers - apiName: RecentlyViewedAccounts id: 00B58000002ssimEAA label: Recently Viewed Accounts url: /services/data/v62.0/ui-api/list-info/Account/RecentlyViewedAccounts nextPageToken: null nextPageUrl: null objectApiName: Account pageSize: 20 previousPageToken: null previousPageUrl: null queryString: null recentListsOnly: false 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/list-records/{LIST_VIEW_ID}: parameters: [] get: tags: - Get summary: Salesforce Get List View Records by Id description: Get record data for a list view by list view ID using URL parameters. operationId: GetListViewRecordsbyID parameters: - name: LIST_VIEW_ID in: path description: The ID of a list view. required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:52: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-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/GetListViewRecordsbyID' - examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null contentMediaType: application/json;charset=UTF-8 example: count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-records/{SOBJECT_API_NAME}/{LIST_VIEW_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get List View Records by Api Name description: Get record data for a list view by list view API name using URL parameters. operationId: GetListViewRecordsbyAPIName parameters: - name: SOBJECT_API_NAME in: path description: API name of a UI API supported object. required: true schema: type: string example: example_value - name: LIST_VIEW_API_NAME in: path description: API name of a list view, such as AllAccounts, __Recent, or __SearchResult. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:54:16 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/GetListViewRecordsperAPIName' - examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null contentMediaType: application/json;charset=UTF-8 example: count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK post: tags: - Get summary: Salesforce Get List View Records description: Get record data for a list view using a request body. operationId: GetListViewRecords parameters: - name: SOBJECT_API_NAME in: path description: API name of the UI API supported object. required: true schema: type: string example: example_value - name: LIST_VIEW_API_NAME in: path description: API name of a list view. required: true schema: type: string example: example_value requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordsRequest' - examples: - fields: - Name - Type - AnnualRevenue - CreatedDate pageSize: 10 sortBy: - CreatedDate searchTerm: United where: '{AnnualRevenue: { gt: 1000000}}' contentMediaType: application/json example: fields: - Name - Type - AnnualRevenue - CreatedDate pageSize: 10 sortBy: - CreatedDate searchTerm: United where: '{AnnualRevenue: { gt: 1000000}}' required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:58:55 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"140a7beb741fbb3ff17e2ebcd4495182--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/GetListViewRecords' - examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null contentMediaType: application/json;charset=UTF-8 example: count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/list-info/{LIST_VIEW_ID}: parameters: [] get: tags: - Get summary: Salesforce Get List View Metadata by Id description: Get list view metadata by list view ID using URL parameters. operationId: GetListViewMetadatabyID parameters: - name: LIST_VIEW_ID in: path description: The ID of a list view. required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:56:15 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"55ebdd0de6c2f1e17f63bf4581d64f76--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/GetListViewMetadatabyID' - examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} searchable: true updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true contentMediaType: application/json;charset=UTF-8 example: cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} searchable: true updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true 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/list-info/{SOBJECT_API_NAME}/{LIST_VIEW_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get List View Metadata by Api Name description: Get list view metadata by list view API name using URL parameters. operationId: GetListViewMetadatabyAPIName parameters: - name: SOBJECT_API_NAME in: path description: API name of the UI API supported object. required: true schema: type: string example: example_value - name: LIST_VIEW_API_NAME in: path description: API name of a list view, such as AllAccounts, __Recent, or __SearchResult. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:56: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-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: '"55ebdd0de6c2f1e17f63bf4581d64f76--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/GetListViewMetadatabyAPIName' - examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true contentMediaType: application/json;charset=UTF-8 example: cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true 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/EventLogFile/{id}/LogFile: parameters: [] get: tags: - Get summary: Salesforce Get Event Log File operationId: Geteventlogfile parameters: - name: id in: path description: Log event Id required: true schema: type: string examples: - 'null' example: abc123 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/scheduling/getAppointmentSlots: parameters: [] post: tags: - Get summary: Salesforce Get Appointment Slots description: 'Returns a list of available appointment time slots for a resource based on given work type group and territories. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/requests_ls_getappointmentslots.htm' operationId: GetAppointmentSlots parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/GetAppointmentSlotsRequest' - examples: - startTime: string endTime: string workTypeGroupId: string workType: Work Type accountId: string territoryIds: string[] requiredResourceIds: string[] schedulingPolicyId: string allowConcurrentScheduling: boolean contentMediaType: application/json example: startTime: string endTime: string workTypeGroupId: string workType: Work Type accountId: string territoryIds: string[] requiredResourceIds: string[] schedulingPolicyId: string allowConcurrentScheduling: boolean 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/scheduling/getAppointmentCandidates: parameters: [] post: tags: - Get summary: Salesforce Get Appointment Candidates description: 'Returns a list of available service resources (appointment candidates) based on work type group and service territories. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/requests_ls_getappointmentcandidates.htm' operationId: GetAppointmentCandidates parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/GetAppointmentCandidatesRequest' - examples: - startTime: string endTime: string workTypeGroupId: string workType: Work Type accountId: string territoryIds: string[] requiredResourceIds: string[] schedulingPolicyId: string allowConcurrentScheduling: boolean contentMediaType: application/json example: startTime: string endTime: string workTypeGroupId: string workType: Work Type accountId: string territoryIds: string[] requiredResourceIds: string[] schedulingPolicyId: string allowConcurrentScheduling: boolean 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/SandboxInfo/{SANDBOX_INFO_ID}: parameters: [] get: tags: - Get summary: Salesforce Get Sandbox description: Retrieves a sandbox record. operationId: GetSandbox parameters: - name: SANDBOX_INFO_ID in: path description: '' required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 Dec 2023 10:45:48 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=316/15000 Last-Modified: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 Dec 2023 10:44:58 GMT 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/GetSandbox' - examples: - attributes: type: SandboxInfo url: /services/data/v59.0/tooling/sobjects/SandboxInfo/0GQ4H000000CxSzWAK Id: 0GQ4H000000CxSzWAK IsDeleted: false CreatedDate: 2023-12-11T10:44:58.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2023-12-11T10:44:58.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2023-12-11T10:44:58.000+0000 SandboxName: devSandbox LicenseType: DEVELOPER TemplateId: null HistoryDays: 0 CopyChatter: false AutoActivate: false ApexClassId: null Description: My new fresh sandbox SourceId: null contentMediaType: application/json;charset=UTF-8 example: attributes: type: SandboxInfo url: /services/data/v59.0/tooling/sobjects/SandboxInfo/0GQ4H000000CxSzWAK Id: 0GQ4H000000CxSzWAK IsDeleted: false CreatedDate: 2023-12-11T10:44:58.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2023-12-11T10:44:58.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2023-12-11T10:44:58.000+0000 SandboxName: devSandbox LicenseType: DEVELOPER TemplateId: null HistoryDays: 0 CopyChatter: false AutoActivate: false ApexClassId: null Description: My new fresh sandbox SourceId: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/tooling/sobjects: parameters: [] get: tags: - Get summary: Salesforce Get Tooling Describe description: Lists the available Tooling API objects and their metadata. operationId: GetToolingDescribe parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 Dec 2023 10:35:19 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=298/15000 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"b0436952--gzip"' Last-Modified: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 Dec 2023 09:28:13 GMT 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/GetToolingDescribe' - examples: - encoding: UTF-8 maxBatchSize: 200 sobjects: - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0Pp label: AI Application labelPlural: AI Applications layoutable: false mergeable: false mruEnabled: false name: AIApplication queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIApplication/{ID} describe: /services/data/v59.0/tooling/sobjects/AIApplication/describe sobject: /services/data/v59.0/tooling/sobjects/AIApplication - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 6S9 label: AI Application config labelPlural: AI Application configs layoutable: false mergeable: false mruEnabled: false name: AIApplicationConfig queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIApplicationConfig/{ID} describe: /services/data/v59.0/tooling/sobjects/AIApplicationConfig/describe sobject: /services/data/v59.0/tooling/sobjects/AIApplicationConfig - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: AIReplyRecommendationsSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings/describe sobject: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings - activateable: false associateEntityType: null associateParentEntity: null createable: false custom: false customSetting: false deepCloneable: false deletable: false deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0Dx label: Access Control Policy labelPlural: Access Control Policies layoutable: false mergeable: false mruEnabled: false name: AccessControlPolicy queryable: true replicateable: false retrieveable: true searchable: false triggerable: true undeletable: false updateable: false urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AccessControlPolicy/{ID} describe: /services/data/v59.0/tooling/sobjects/AccessControlPolicy/describe sobject: /services/data/v59.0/tooling/sobjects/AccessControlPolicy - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: AccountIntelligenceSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings/describe sobject: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: AccountSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AccountSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/AccountSettings/describe sobject: /services/data/v59.0/tooling/sobjects/AccountSettings - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 11i label: ActionLauncherItemDef labelPlural: ActionLauncherItemDefs layoutable: false mergeable: false mruEnabled: false name: ActionLauncherItemDef queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef/{ID} describe: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef/describe sobject: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: ActionsSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/ActionsSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/ActionsSettings/describe sobject: /services/data/v59.0/tooling/sobjects/ActionsSettings - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: ActivitiesSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/ActivitiesSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/ActivitiesSettings/describe sobject: /services/data/v59.0/tooling/sobjects/ActivitiesSettings contentMediaType: application/json;charset=UTF-8 example: encoding: UTF-8 maxBatchSize: 200 sobjects: - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0Pp label: AI Application labelPlural: AI Applications layoutable: false mergeable: false mruEnabled: false name: AIApplication queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIApplication/{ID} describe: /services/data/v59.0/tooling/sobjects/AIApplication/describe sobject: /services/data/v59.0/tooling/sobjects/AIApplication - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 6S9 label: AI Application config labelPlural: AI Application configs layoutable: false mergeable: false mruEnabled: false name: AIApplicationConfig queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIApplicationConfig/{ID} describe: /services/data/v59.0/tooling/sobjects/AIApplicationConfig/describe sobject: /services/data/v59.0/tooling/sobjects/AIApplicationConfig - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: AIReplyRecommendationsSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings/describe sobject: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings - activateable: false associateEntityType: null associateParentEntity: null createable: false custom: false customSetting: false deepCloneable: false deletable: false deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0Dx label: Access Control Policy labelPlural: Access Control Policies layoutable: false mergeable: false mruEnabled: false name: AccessControlPolicy queryable: true replicateable: false retrieveable: true searchable: false triggerable: true undeletable: false updateable: false urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AccessControlPolicy/{ID} describe: /services/data/v59.0/tooling/sobjects/AccessControlPolicy/describe sobject: /services/data/v59.0/tooling/sobjects/AccessControlPolicy - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: AccountIntelligenceSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings/describe sobject: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: AccountSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AccountSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/AccountSettings/describe sobject: /services/data/v59.0/tooling/sobjects/AccountSettings - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 11i label: ActionLauncherItemDef labelPlural: ActionLauncherItemDefs layoutable: false mergeable: false mruEnabled: false name: ActionLauncherItemDef queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef/{ID} describe: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef/describe sobject: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: ActionsSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/ActionsSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/ActionsSettings/describe sobject: /services/data/v59.0/tooling/sobjects/ActionsSettings - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: ActivitiesSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/ActivitiesSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/ActivitiesSettings/describe sobject: /services/data/v59.0/tooling/sobjects/ActivitiesSettings 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/{SOBJECT_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get Tooling Metadata Sobject operationId: GetToolingMetadataSObject parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 Dec 2023 10:36:20 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=298/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/GetToolingMetadataSObject' - examples: - objectDescribe: activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 01p label: Apex Class labelPlural: Apex Classes layoutable: true mergeable: false mruEnabled: true name: ApexClass queryable: true replicateable: true retrieveable: true searchable: true triggerable: false undeletable: false updateable: true urls: compactLayouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/compactLayouts rowTemplate: /services/data/v59.0/tooling/sobjects/ApexClass/{ID} describe: /services/data/v59.0/tooling/sobjects/ApexClass/describe layouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/layouts sobject: /services/data/v59.0/tooling/sobjects/ApexClass recentItems: [] contentMediaType: application/json;charset=UTF-8 example: objectDescribe: activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 01p label: Apex Class labelPlural: Apex Classes layoutable: true mergeable: false mruEnabled: true name: ApexClass queryable: true replicateable: true retrieveable: true searchable: true triggerable: false undeletable: false updateable: true urls: compactLayouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/compactLayouts rowTemplate: /services/data/v59.0/tooling/sobjects/ApexClass/{ID} describe: /services/data/v59.0/tooling/sobjects/ApexClass/describe layouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/layouts sobject: /services/data/v59.0/tooling/sobjects/ApexClass recentItems: [] 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/{SOBJECT_API_NAME}/describe: parameters: [] get: tags: - Get summary: Salesforce Get Tooling Describe Sobject operationId: GetToolingDescribeSObject parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 Dec 2023 10:36:38 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=300/15000 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"df3a089a--gzip"' Last-Modified: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 11 Dec 2023 09:11:58 GMT 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/GetToolingDescribeSObject' examples: Gettoolingdescribesobject200Example: summary: Default GetToolingDescribeSObject 200 response x-microcks-default: true value: actionOverrides: - example_value activateable: true associateEntityType: example_value associateParentEntity: example_value childRelationships: - cascadeDelete: true childSObject: example_value deprecatedAndHidden: true field: example_value junctionIdListNames: {} junctionReferenceTo: {} relationshipName: example_value restrictedDelete: true compactLayoutable: true createable: true custom: true customSetting: true deepCloneable: true defaultImplementation: example_value deletable: true deprecatedAndHidden: true extendedBy: example_value extendsInterfaces: example_value feedEnabled: true fields: - aggregatable: true aiPredictionField: true autoNumber: true byteLength: 10 calculated: true calculatedFormula: example_value cascadeDelete: true caseSensitive: true compoundFieldName: example_value controllerName: example_value createable: true custom: true defaultValue: example_value defaultValueFormula: example_value defaultedOnCreate: true dependentPicklist: true deprecatedAndHidden: true digits: 10 displayLocationInDecimal: true encrypted: true externalId: '500123' extraTypeInfo: example_value filterable: true filteredLookupInfo: example_value formulaTreatNullNumberAsZero: true groupable: true highScaleNumber: true htmlFormatted: true idLookup: true inlineHelpText: example_value label: Example Title length: 10 mask: example_value maskType: example_value name: Example Title nameField: true namePointing: true nillable: true permissionable: true picklistValues: {} polymorphicForeignKey: true precision: 10 queryByDistance: true referenceTargetField: example_value referenceTo: {} relationshipName: example_value relationshipOrder: example_value restrictedDelete: true restrictedPicklist: true scale: 10 searchPrefilterable: true soapType: example_value sortable: true type: example_value unique: true updateable: true writeRequiresMasterRead: true hasSubtypes: true implementedBy: example_value implementsInterfaces: example_value isInterface: true isSubtype: true keyPrefix: example_value label: Example Title labelPlural: example_value layoutable: true listviewable: example_value lookupLayoutable: example_value mergeable: true mruEnabled: true name: Example Title namedLayoutInfos: - example_value networkScopeFieldName: example_value queryable: true recordTypeInfos: - example_value replicateable: true retrieveable: true searchLayoutable: true searchable: true sobjectDescribeOption: example_value supportedScopes: - label: Example Title name: Example Title triggerable: true undeletable: true updateable: true urls: compactLayouts: example_value rowTemplate: example_value uiDetailTemplate: example_value uiEditTemplate: example_value describe: example_value uiNewRecord: example_value layouts: example_value sobject: example_value deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/record-ui/{RECORD_IDS}: parameters: [] get: tags: - Get summary: Salesforce Get Record Data and Object Metadata description: 'Get layout information, metadata, and data to build UI for a single record or for a collection of records. The response contains layout information for whichever layout types are specified in the layoutTypes parameter. It contains data for the records specified in the recordIds parameter. The response contains object metadata for the object types of the records specified in the recordIds parameter, and for any nested objects. For example, a request to /ui-api/record-ui/001RM000003RsOHYA0, which is an Account, returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object.' operationId: GetRecordDataandObjectMetadata parameters: - name: RECORD_IDS in: path description: Comma-separated list of record IDs required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:52:18 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"3af1644c612336c764937c1097eb2994--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: $ref: '#/components/schemas/GetRecordDataandObjectMetadata' examples: Getrecorddataandobjectmetadata200Example: summary: Default GetRecordDataandObjectMetadata 200 response x-microcks-default: true value: eTag: example_value layoutUserStates: {} layouts: {} objectInfos: {} records: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/layout/{SOBJECT_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get Record Layout Metadata description: Get metadata about page layouts for the specified object type. operationId: GetRecordLayoutMetadata parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:54:02 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: '"07ce091fdbe7461d6b2a8813c63d3124--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: $ref: '#/components/schemas/GetRecordLayoutMetadata' examples: Getrecordlayoutmetadata200Example: summary: Default GetRecordLayoutMetadata 200 response x-microcks-default: true value: eTag: example_value id: abc123 layoutType: example_value mode: example_value objectApiName: example_value recordTypeId: '500123' saveOptions: - example_value sections: - collapsible: true columns: 10 heading: example_value id: abc123 layoutRows: {} rows: 10 useHeading: true 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/object-info: parameters: [] get: tags: - Get summary: Salesforce Get a Directory of Supported Objects description: Get a Salesforce org’s active theme. A theme uses colors, images, and banners to change the overall appearance of Salesforce. Administrators can define themes and switch themes to provide a different look. The User Interface API response matches the Admin’s selection. operationId: GetaDirectoryofSupportedObjects parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:54:23 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/GetaDirectoryofSupportedObjects' - examples: - objects: Account: apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account AccountBrand: apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand AccountHistory: apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory AccountPartner: apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner ActiveScratchOrg: apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg ActiveScratchOrgHistory: apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory ApiAnomalyEventStore: apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore AppAnalyticsQueryRequest: apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest AppMenuItem: apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem Asset: apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset AssetHistory: apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory AssetRelationship: apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship AssetRelationshipHistory: apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory AuthorizationForm: apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm AuthorizationFormConsent: apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent AuthorizationFormConsentHistory: apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory AuthorizationFormDataUse: apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse AuthorizationFormDataUseHistory: apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory AuthorizationFormHistory: apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory AuthorizationFormText: apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText AuthorizationFormTextHistory: apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory BackgroundOperation: apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation BusinessBrand: apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand BusinessHours: apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours Campaign: apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign CampaignHistory: apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory CampaignMember: apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember CampaignMemberStatus: apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus Case: apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case CaseComment: apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment CaseContactRole: apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole CaseHistory: apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory ChannelProgram: apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram ChannelProgramHistory: apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory ChannelProgramLevel: apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel ChannelProgramLevelHistory: apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory ChannelProgramMember: apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember ChannelProgramMemberHistory: apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory CommSubscription: apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription CommSubscriptionChannelType: apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType CommSubscriptionChannelTypeHistory: apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory CommSubscriptionHistory: apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory ConsumptionRate: apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate ConsumptionRateHistory: apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory ConsumptionSchedule: apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule ConsumptionScheduleHistory: apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory Contact: apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact ContactHistory: apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory ContactPointTypeConsent: apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent ContactPointTypeConsentHistory: apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory ContactRequest: apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest ContentDocument: apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument ContentDocumentHistory: apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory ContentDocumentLink: apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink ContentVersion: apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion ContentVersionHistory: apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory ContentWorkspace: apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Contract: apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContractContactRole: apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole ContractHistory: apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory CredentialStuffingEventStore: apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore CspTrustedSite: apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite Customer: apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer DandBCompany: apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany DataUseLegalBasis: apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis DataUseLegalBasisHistory: apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory DataUsePurpose: apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose DataUsePurposeHistory: apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory Dataweave_Key_Mapping__mdt: apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt Dataweave_Mapping__mdt: apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt DelegatedAccount: apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount DelegatedAccountHistory: apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory DeleteEvent: apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent DuplicateRecordItem: apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem DuplicateRecordSet: apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet EmailMessageRelation: apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation EngagementChannelType: apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType EngagementChannelTypeHistory: apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory FlowInterview: apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview FlowOrchestrationInstance: apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance FlowOrchestrationStageInstance: apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance FlowOrchestrationStepInstance: apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance FlowOrchestrationWorkItem: apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem Group: apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group Holiday: apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday IPAddressRange: apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange Image: apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image ImageHistory: apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory Individual: apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual IndividualHistory: apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory Lead: apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead LeadHistory: apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory ListEmail: apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail Macro: apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro MacroHistory: apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ManagedContent: apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent ManagedContentVariant: apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant Merchandise__c: apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c Merchandising_Mix__c: apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c Mix_Item__c: apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c NamespaceRegistry: apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry NamespaceRegistryHistory: apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory Note: apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note Opportunity: apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity OpportunityContactRole: apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole OpportunityFieldHistory: apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory OpportunityHistory: apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory OpportunityLineItem: apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem OpportunityPartner: apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Order: apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order OrderHistory: apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory OrderItem: apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem OrderItemHistory: apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory OrgMetric: apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric OrgMetricScanResult: apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult OrgMetricScanSummary: apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary Organization: apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization Partner: apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner PartnerFundAllocation: apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation PartnerFundAllocationHistory: apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory PartnerFundClaim: apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim PartnerFundClaimHistory: apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory PartnerFundRequest: apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest PartnerFundRequestHistory: apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory PartnerMarketingBudget: apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget PartnerMarketingBudgetHistory: apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory PartyConsent: apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent PartyConsentHistory: apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Period: apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period Pricebook2: apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 Pricebook2History: apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History PricebookEntry: apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry PricebookEntryHistory: apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory ProcessDefinition: apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition ProcessInstance: apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance Product2: apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 Product2History: apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History ProductConsumptionSchedule: apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule ProfileSkill: apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill ProfileSkillEndorsement: apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement ProfileSkillEndorsementHistory: apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory ProfileSkillHistory: apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory ProfileSkillUser: apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser ProfileSkillUserHistory: apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory QuickText: apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText QuickTextHistory: apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory Recommendation: apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation RecordAction: apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction RecordType: apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType Report: apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report ReportAnomalyEventStore: apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore Scorecard: apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard ScorecardAssociation: apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation ScorecardMetric: apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric ScratchOrgInfo: apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo ScratchOrgInfoHistory: apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory SearchPromotionRule: apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule Seller: apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller SellerHistory: apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory SessionHijackingEventStore: apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore SetupAssistantStep: apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep SiteHistory: apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory SolutionHistory: apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory StaticResource: apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource StreamingChannel: apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel ThreatDetectionFeedback: apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback Topic: apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic TopicAssignment: apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment Translation: apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation User: apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User UserRole: apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole WorkBadgeDefinitionHistory: apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory contentMediaType: application/json;charset=UTF-8 example: objects: Account: apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account AccountBrand: apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand AccountHistory: apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory AccountPartner: apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner ActiveScratchOrg: apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg ActiveScratchOrgHistory: apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory ApiAnomalyEventStore: apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore AppAnalyticsQueryRequest: apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest AppMenuItem: apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem Asset: apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset AssetHistory: apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory AssetRelationship: apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship AssetRelationshipHistory: apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory AuthorizationForm: apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm AuthorizationFormConsent: apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent AuthorizationFormConsentHistory: apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory AuthorizationFormDataUse: apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse AuthorizationFormDataUseHistory: apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory AuthorizationFormHistory: apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory AuthorizationFormText: apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText AuthorizationFormTextHistory: apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory BackgroundOperation: apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation BusinessBrand: apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand BusinessHours: apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours Campaign: apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign CampaignHistory: apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory CampaignMember: apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember CampaignMemberStatus: apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus Case: apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case CaseComment: apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment CaseContactRole: apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole CaseHistory: apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory ChannelProgram: apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram ChannelProgramHistory: apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory ChannelProgramLevel: apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel ChannelProgramLevelHistory: apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory ChannelProgramMember: apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember ChannelProgramMemberHistory: apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory CommSubscription: apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription CommSubscriptionChannelType: apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType CommSubscriptionChannelTypeHistory: apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory CommSubscriptionHistory: apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory ConsumptionRate: apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate ConsumptionRateHistory: apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory ConsumptionSchedule: apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule ConsumptionScheduleHistory: apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory Contact: apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact ContactHistory: apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory ContactPointTypeConsent: apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent ContactPointTypeConsentHistory: apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory ContactRequest: apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest ContentDocument: apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument ContentDocumentHistory: apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory ContentDocumentLink: apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink ContentVersion: apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion ContentVersionHistory: apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory ContentWorkspace: apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Contract: apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContractContactRole: apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole ContractHistory: apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory CredentialStuffingEventStore: apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore CspTrustedSite: apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite Customer: apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer DandBCompany: apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany DataUseLegalBasis: apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis DataUseLegalBasisHistory: apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory DataUsePurpose: apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose DataUsePurposeHistory: apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory Dataweave_Key_Mapping__mdt: apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt Dataweave_Mapping__mdt: apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt DelegatedAccount: apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount DelegatedAccountHistory: apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory DeleteEvent: apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent DuplicateRecordItem: apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem DuplicateRecordSet: apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet EmailMessageRelation: apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation EngagementChannelType: apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType EngagementChannelTypeHistory: apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory FlowInterview: apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview FlowOrchestrationInstance: apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance FlowOrchestrationStageInstance: apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance FlowOrchestrationStepInstance: apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance FlowOrchestrationWorkItem: apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem Group: apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group Holiday: apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday IPAddressRange: apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange Image: apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image ImageHistory: apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory Individual: apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual IndividualHistory: apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory Lead: apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead LeadHistory: apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory ListEmail: apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail Macro: apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro MacroHistory: apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ManagedContent: apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent ManagedContentVariant: apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant Merchandise__c: apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c Merchandising_Mix__c: apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c Mix_Item__c: apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c NamespaceRegistry: apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry NamespaceRegistryHistory: apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory Note: apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note Opportunity: apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity OpportunityContactRole: apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole OpportunityFieldHistory: apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory OpportunityHistory: apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory OpportunityLineItem: apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem OpportunityPartner: apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Order: apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order OrderHistory: apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory OrderItem: apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem OrderItemHistory: apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory OrgMetric: apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric OrgMetricScanResult: apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult OrgMetricScanSummary: apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary Organization: apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization Partner: apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner PartnerFundAllocation: apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation PartnerFundAllocationHistory: apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory PartnerFundClaim: apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim PartnerFundClaimHistory: apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory PartnerFundRequest: apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest PartnerFundRequestHistory: apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory PartnerMarketingBudget: apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget PartnerMarketingBudgetHistory: apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory PartyConsent: apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent PartyConsentHistory: apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Period: apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period Pricebook2: apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 Pricebook2History: apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History PricebookEntry: apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry PricebookEntryHistory: apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory ProcessDefinition: apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition ProcessInstance: apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance Product2: apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 Product2History: apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History ProductConsumptionSchedule: apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule ProfileSkill: apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill ProfileSkillEndorsement: apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement ProfileSkillEndorsementHistory: apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory ProfileSkillHistory: apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory ProfileSkillUser: apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser ProfileSkillUserHistory: apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory QuickText: apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText QuickTextHistory: apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory Recommendation: apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation RecordAction: apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction RecordType: apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType Report: apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report ReportAnomalyEventStore: apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore Scorecard: apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard ScorecardAssociation: apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation ScorecardMetric: apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric ScratchOrgInfo: apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo ScratchOrgInfoHistory: apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory SearchPromotionRule: apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule Seller: apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller SellerHistory: apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory SessionHijackingEventStore: apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore SetupAssistantStep: apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep SiteHistory: apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory SolutionHistory: apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory StaticResource: apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource StreamingChannel: apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel ThreatDetectionFeedback: apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback Topic: apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic TopicAssignment: apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment Translation: apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation User: apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User UserRole: apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole WorkBadgeDefinitionHistory: apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory 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/object-info/{SOBJECT_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get Object Metadata description: Get metadata about a specific object. The response includes metadata describing fields, child relationships, record type, and theme. operationId: GetObjectMetadata parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:54:37 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: '"7b786e93cc2b9142accd7a29facc2474--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/GetObjectMetadata' - 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 contentMediaType: application/json;charset=UTF-8 example: 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 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/object-info/{SOBJECT_API_NAME}/picklist-values/{RECORD_TYPE_ID}/{FIELD_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get Values for a Picklist Field description: Get metadata about a specific object. The response includes metadata describing fields, child relationships, record type, and theme. operationId: GetValuesforaPicklistField parameters: - name: SOBJECT_API_NAME in: path description: Object API Name required: true schema: type: string examples: - Account example: example_value - name: RECORD_TYPE_ID in: path description: Record type Id. Use `012000000000000AAA` as default when there are no custom record types. required: true schema: type: string examples: - 012000000000000AAA example: '500123' - name: FIELD_API_NAME in: path description: Field API Name (optional) required: true schema: type: string examples: - Industry example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Tue, 04 May 2021 09:32:34 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=31536002; 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"bee3e6401e143e18332a17639061c5ff--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/GetValuesforaPicklistField' - examples: - controllerValues: {} defaultValue: null eTag: bee3e6401e143e18332a17639061c5ff url: /services/data/v51.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/Industry values: - attributes: null label: Agriculture validFor: [] value: Agriculture - attributes: null label: Apparel validFor: [] value: Apparel - attributes: null label: Banking validFor: [] value: Banking - attributes: null label: Biotechnology validFor: [] value: Biotechnology - attributes: null label: Chemicals validFor: [] value: Chemicals - attributes: null label: Communications validFor: [] value: Communications - attributes: null label: Construction validFor: [] value: Construction - attributes: null label: Consulting validFor: [] value: Consulting - attributes: null label: Education validFor: [] value: Education - attributes: null label: Electronics validFor: [] value: Electronics - attributes: null label: Energy validFor: [] value: Energy - attributes: null label: Engineering validFor: [] value: Engineering - attributes: null label: Entertainment validFor: [] value: Entertainment - attributes: null label: Environmental validFor: [] value: Environmental - attributes: null label: Finance validFor: [] value: Finance - attributes: null label: Food & Beverage validFor: [] value: Food & Beverage - attributes: null label: Government validFor: [] value: Government - attributes: null label: Healthcare validFor: [] value: Healthcare - attributes: null label: Hospitality validFor: [] value: Hospitality - attributes: null label: Insurance validFor: [] value: Insurance - attributes: null label: Machinery validFor: [] value: Machinery - attributes: null label: Manufacturing validFor: [] value: Manufacturing - attributes: null label: Media validFor: [] value: Media - attributes: null label: Not For Profit validFor: [] value: Not For Profit - attributes: null label: Recreation validFor: [] value: Recreation - attributes: null label: Retail validFor: [] value: Retail - attributes: null label: Shipping validFor: [] value: Shipping - attributes: null label: Technology validFor: [] value: Technology - attributes: null label: Telecommunications validFor: [] value: Telecommunications - attributes: null label: Transportation validFor: [] value: Transportation - attributes: null label: Utilities validFor: [] value: Utilities - attributes: null label: Other validFor: [] value: Other contentMediaType: application/json;charset=UTF-8 example: controllerValues: {} defaultValue: null eTag: bee3e6401e143e18332a17639061c5ff url: /services/data/v51.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/Industry values: - attributes: null label: Agriculture validFor: [] value: Agriculture - attributes: null label: Apparel validFor: [] value: Apparel - attributes: null label: Banking validFor: [] value: Banking - attributes: null label: Biotechnology validFor: [] value: Biotechnology - attributes: null label: Chemicals validFor: [] value: Chemicals - attributes: null label: Communications validFor: [] value: Communications - attributes: null label: Construction validFor: [] value: Construction - attributes: null label: Consulting validFor: [] value: Consulting - attributes: null label: Education validFor: [] value: Education - attributes: null label: Electronics validFor: [] value: Electronics - attributes: null label: Energy validFor: [] value: Energy - attributes: null label: Engineering validFor: [] value: Engineering - attributes: null label: Entertainment validFor: [] value: Entertainment - attributes: null label: Environmental validFor: [] value: Environmental - attributes: null label: Finance validFor: [] value: Finance - attributes: null label: Food & Beverage validFor: [] value: Food & Beverage - attributes: null label: Government validFor: [] value: Government - attributes: null label: Healthcare validFor: [] value: Healthcare - attributes: null label: Hospitality validFor: [] value: Hospitality - attributes: null label: Insurance validFor: [] value: Insurance - attributes: null label: Machinery validFor: [] value: Machinery - attributes: null label: Manufacturing validFor: [] value: Manufacturing - attributes: null label: Media validFor: [] value: Media - attributes: null label: Not For Profit validFor: [] value: Not For Profit - attributes: null label: Recreation validFor: [] value: Recreation - attributes: null label: Retail validFor: [] value: Retail - attributes: null label: Shipping validFor: [] value: Shipping - attributes: null label: Technology validFor: [] value: Technology - attributes: null label: Telecommunications validFor: [] value: Telecommunications - attributes: null label: Transportation validFor: [] value: Transportation - attributes: null label: Utilities validFor: [] value: Utilities - attributes: null label: Other validFor: [] value: Other 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/object-info/{SOBJECT_API_NAME}/picklist-values/{RECORD_TYPE_ID}: parameters: [] get: tags: - Get summary: Salesforce Get Values for All Picklist Fields of a Record Type description: Get metadata about a specific object. The response includes metadata describing fields, child relationships, record type, and theme. operationId: GetValuesforAllPicklistFieldsofaRecordType parameters: - name: SOBJECT_API_NAME in: path description: Object API Name required: true schema: type: string example: example_value - name: RECORD_TYPE_ID in: path description: Record type Id. Use `012000000000000AAA` as default when there are no custom record types. required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:55:22 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: '"ef21257ca08f8952ff154f57dc775336--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/GetValuesforAllPicklistFieldsofaRecordType' - examples: - eTag: ef21257ca08f8952ff154f57dc775336 picklistFieldValues: CleanStatus: controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped LeadSource: controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other Level__c: controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary MailingGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown OtherGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown Salutation: controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. contentMediaType: application/json;charset=UTF-8 example: eTag: ef21257ca08f8952ff154f57dc775336 picklistFieldValues: CleanStatus: controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped LeadSource: controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other Level__c: controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary MailingGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown OtherGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown Salutation: controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. 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/{RECORD_ID}/child-relationships/{RELATIONSHIP_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get Child Records description: Get child records for a specified record and child relationship name. Relationships are connections between records. On a record detail page, each record in a related list has a child relationship to the parent record. operationId: GetChildRecords parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' - name: RELATIONSHIP_NAME in: path description: API name of the relationship required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:57:35 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/GetChildRecords' - examples: - count: 1 currentPageToken: 1;5;001B000000UnQ2wIAF;Contacts;Contact.Id,Contact.Name; currentPageUrl: /services/data/v58.0/ui-api/records/001B000000UnQ2wIAF/child-relationships/Contacts?fields=Contact.Id%2CContact.Name&page=1&pageSize=5 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Contact childRelationships: {} eTag: c3d33add9008aed557a1efa68173aa9b fields: AccountId: displayValue: null value: 001B000000UnQ2wIAF Id: displayValue: null value: 003B00000097MToIAM Name: displayValue: null value: Jack Rogers id: 003B00000097MToIAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 contentMediaType: application/json;charset=UTF-8 example: count: 1 currentPageToken: 1;5;001B000000UnQ2wIAF;Contacts;Contact.Id,Contact.Name; currentPageUrl: /services/data/v58.0/ui-api/records/001B000000UnQ2wIAF/child-relationships/Contacts?fields=Contact.Id%2CContact.Name&page=1&pageSize=5 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Contact childRelationships: {} eTag: c3d33add9008aed557a1efa68173aa9b fields: AccountId: displayValue: null value: 001B000000UnQ2wIAF Id: displayValue: null value: 003B00000097MToIAM Name: displayValue: null value: Jack Rogers id: 003B00000097MToIAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 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/{RECORD_ID}: parameters: [] get: tags: - Get summary: Salesforce Get a Record description: Get a record’s data. operationId: GetaRecord parameters: - name: RECORD_ID in: path description: '' required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:58:57 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: '"8897eb60da3dea171b0d755821bf2c36--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/GetaRecord' - examples: - apiName: Account childRelationships: {} eTag: 8897eb60da3dea171b0d755821bf2c36 fields: Name: displayValue: null value: Burlington Textiles Corp of America Rating: displayValue: Warm value: Warm id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 contentMediaType: application/json;charset=UTF-8 example: apiName: Account childRelationships: {} eTag: 8897eb60da3dea171b0d755821bf2c36 fields: Name: displayValue: null value: Burlington Textiles Corp of America Rating: displayValue: Warm value: Warm id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 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/batch/{RECORD_IDS}: parameters: [] get: tags: - Get summary: Salesforce Get a Batch of Records description: Get data for a batch of records. operationId: GetaBatchofRecords parameters: - name: RECORD_IDS in: path description: Comma-separated list of record IDs required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 16:00:23 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/GetaBatchofRecords' - examples: - hasErrors: false results: - result: apiName: Account childRelationships: {} eTag: 8aae3f4fbe3055e68df1d4c8a989a671 fields: AnnualRevenue: displayValue: $350,000,000 value: 350000000 BillingCity: displayValue: null value: Burlington BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '27215' BillingState: displayValue: null value: NC BillingStreet: displayValue: null value: 525 S. Lexington Ave Industry: displayValue: Apparel value: Apparel Name: displayValue: null value: Burlington Textiles Corp of America 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 Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (336) 222-7000 PhotoUrl: displayValue: null value: /services/images/photo/001B000000UnQ2wIAF Site: displayValue: null value: null Type: displayValue: Customer - Direct value: Customer - Direct Website: displayValue: null value: www.burlington.com id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 statusCode: 200 - result: apiName: Account childRelationships: {} eTag: a825a67a87fa16446d82b4948e5643c7 fields: AnnualRevenue: displayValue: $50,000,000 value: 50000000 BillingCity: displayValue: null value: Lawrence BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '66045' BillingState: displayValue: null value: KS BillingStreet: displayValue: null value: 1301 Hoch Drive Industry: displayValue: Consulting value: Consulting Name: displayValue: null value: Dickenson plc 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 Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (785) 241-6200 PhotoUrl: displayValue: null value: /services/images/photo/001B000000UnQ2yIAF Site: displayValue: null value: null Type: displayValue: Customer - Channel value: Customer - Channel Website: displayValue: null value: dickenson-consulting.com id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 statusCode: 200 contentMediaType: application/json;charset=UTF-8 example: hasErrors: false results: - result: apiName: Account childRelationships: {} eTag: 8aae3f4fbe3055e68df1d4c8a989a671 fields: AnnualRevenue: displayValue: $350,000,000 value: 350000000 BillingCity: displayValue: null value: Burlington BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '27215' BillingState: displayValue: null value: NC BillingStreet: displayValue: null value: 525 S. Lexington Ave Industry: displayValue: Apparel value: Apparel Name: displayValue: null value: Burlington Textiles Corp of America 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 Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (336) 222-7000 PhotoUrl: displayValue: null value: /services/images/photo/001B000000UnQ2wIAF Site: displayValue: null value: null Type: displayValue: Customer - Direct value: Customer - Direct Website: displayValue: null value: www.burlington.com id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 statusCode: 200 - result: apiName: Account childRelationships: {} eTag: a825a67a87fa16446d82b4948e5643c7 fields: AnnualRevenue: displayValue: $50,000,000 value: 50000000 BillingCity: displayValue: null value: Lawrence BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '66045' BillingState: displayValue: null value: KS BillingStreet: displayValue: null value: 1301 Hoch Drive Industry: displayValue: Consulting value: Consulting Name: displayValue: null value: Dickenson plc 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 Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (785) 241-6200 PhotoUrl: displayValue: null value: /services/images/photo/001B000000UnQ2yIAF Site: displayValue: null value: null Type: displayValue: Customer - Channel value: Customer - Channel Website: displayValue: null value: dickenson-consulting.com id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 statusCode: 200 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/clone/{RECORD_ID}: parameters: [] get: tags: - Get summary: Salesforce Get Default Values to Clone a Record description: 'Get the default layout information, object information, and data for cloning a record. 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 a record cloned from the record specified in , optionally of the specified recordTypeId. It also contains the corresponding layout information for edit 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 edit mode, use the RecordLayoutItem.required property. The response contains object metadata for the object type of the record specified in and for any nested objects. For example, /ui-api/record-defaults/clone/001d000000AtfRIAAZ is a request to clone an Account record. It returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object.' operationId: GetDefaultValuestoCloneaRecord parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 16:01:45 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/GetDefaultValuestoCloneaRecord' examples: Getdefaultvaluestoclonearecord200Example: summary: Default GetDefaultValuestoCloneaRecord 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/record-defaults/create/{SOBJECT_API_NAME}: parameters: [] get: tags: - Get 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/lookups/{SOBJECT_API_NAME}/{FIELD_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get Lookup Field Suggestions description: When a user edits a lookup field, use this resource to search for and display suggestions. You can search for most recently used matches, for matching names, or for any match in a searchable field. You can also specify lookup filter bindings for dependent lookups. operationId: GetLookupFieldSuggestions parameters: - name: SOBJECT_API_NAME in: path description: sObject API name required: true schema: type: string example: example_value - name: FIELD_API_NAME in: path description: Field 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:07: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 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/GetLookupFieldSuggestions' - examples: - lookupResults: Account: count: 2 currentPageToken: null currentPageUrl: /services/data/v58.0/ui-api/lookups/Contact/AccountId/Account?searchType=Recent&page=1&pageSize=25 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: 610a250509b966f2eb376b3205824a8b fields: Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 - apiName: Account childRelationships: {} eTag: d0b7cec61a65e01f88b2596dea75cbd8 fields: Id: displayValue: null value: 001B000000UnQ2wIAF Name: displayValue: null value: Burlington Textiles Corp of America Site: displayValue: null value: null id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 metadata: Account: fieldApiName: null objectApiName: null secondaryField: Site targetInfo: {} contentMediaType: application/json;charset=UTF-8 example: lookupResults: Account: count: 2 currentPageToken: null currentPageUrl: /services/data/v58.0/ui-api/lookups/Contact/AccountId/Account?searchType=Recent&page=1&pageSize=25 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: 610a250509b966f2eb376b3205824a8b fields: Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 - apiName: Account childRelationships: {} eTag: d0b7cec61a65e01f88b2596dea75cbd8 fields: Id: displayValue: null value: 001B000000UnQ2wIAF Name: displayValue: null value: Burlington Textiles Corp of America Site: displayValue: null value: null id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 metadata: Account: fieldApiName: null objectApiName: null secondaryField: Site targetInfo: {} 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/lookups/{SOBJECT_API_NAME}/{FIELD_API_NAME}/{TARGET_API_NAME}: parameters: [] get: tags: - Get summary: Salesforce Get Lookup Field Suggestions for a Specified Object description: When a user edits a lookup field, use this resource to search for and display suggestions for a specified object. You can search for most recently used matches, for matching names, or for any match in a searchable field. You can also specify lookup filter bindings for dependent lookups. operationId: GetLookupFieldSuggestionsforaSpecifiedObject parameters: - name: SOBJECT_API_NAME in: path description: The API name of a source object. required: true schema: type: string example: example_value - name: FIELD_API_NAME in: path description: The API name of a lookup field on the source object. required: true schema: type: string example: example_value - name: TARGET_API_NAME in: path description: The API name of the target (lookup) object. 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:10:07 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private 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/GetLookupFieldSuggestionsforaSpecifiedObject' - examples: - count: 2 currentPageToken: null currentPageUrl: /services/data/v58.0/ui-api/lookups/Contact/AccountId/Account?searchType=Recent&page=1&pageSize=25 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: 2316c5f4a27ac31b407d91aab610b281 fields: DisambiguationField: displayValue: null value: null Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 - apiName: Account childRelationships: {} eTag: cb5afb4494d9c9f6f81ab0e5f214585c fields: DisambiguationField: displayValue: null value: null Id: displayValue: null value: 001B000000UnQ2wIAF Name: displayValue: null value: Burlington Textiles Corp of America Site: displayValue: null value: null id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 contentMediaType: application/json;charset=UTF-8 example: count: 2 currentPageToken: null currentPageUrl: /services/data/v58.0/ui-api/lookups/Contact/AccountId/Account?searchType=Recent&page=1&pageSize=25 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: 2316c5f4a27ac31b407d91aab610b281 fields: DisambiguationField: displayValue: null value: null Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 - apiName: Account childRelationships: {} eTag: cb5afb4494d9c9f6f81ab0e5f214585c fields: DisambiguationField: displayValue: null value: null Id: displayValue: null value: 001B000000UnQ2wIAF Name: displayValue: null value: Burlington Textiles Corp of America Site: displayValue: null value: null id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 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: [] get: tags: - Get summary: Salesforce Get Favorites description: Get all of a user’s favorites. operationId: GetFavorites parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:03:55 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/GetFavorites' - examples: - favorites: - 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: favorites: - 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 /data/v64.0/ui-api/favorites/{FAVORITE_ID}: parameters: [] get: tags: - Get summary: Salesforce Get a Favorite description: Get a favorite. operationId: GetaFavorite parameters: - name: FAVORITE_ID in: path description: The ID of a favorite required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:04:41 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/GetaFavorite' - 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 /data/v64.0/ui-api/apps: parameters: [] get: tags: - Get summary: Salesforce Get Apps description: Get metadata for all the apps a user has access to. Metadata for the selected app includes tabs on the app’s navigation bar. Metadata for other apps doesn’t include tabs on the navigation bar. operationId: GetApps parameters: - name: formFactor in: query description: The form factor for each app that the user has access to (`Large`, `Medium` or `Small`) required: true style: form explode: true schema: type: string examples: - Large example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:27: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-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: '"619eb2f896db72ff9a0823ed6a551e66--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/GetApps' - examples: - apps: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] - appId: 06m58000000dRxBAAU description: Manage customer service with accounts, contacts, cases, and more developerName: Service eTag: b8b5942342984b0853126b7a7558e130 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/ServiceCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Service logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/ServiceCloud/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRxB type: Classic userNavItems: [] - appId: 06m58000000dRxCAAU description: Best-in-class on-demand marketing automation developerName: Marketing eTag: ffedb4e8ce9ada4905724cd13c74955e formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/MarketingCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Marketing logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/MarketingCloud/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRxC type: Classic userNavItems: [] - appId: 06m58000000dRx2AAE description: Salesforce CRM Communities developerName: Community eTag: 12283186521e9dff9e4440f9f83b7a4d formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Community/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Community logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Community/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx2 type: Classic userNavItems: [] - appId: 06m58000000dRx3AAE description: Build pixel-perfect, data-rich websites using the drag-and-drop Site.com application, and manage content and published sites. developerName: Sites eTag: 0f40c4dd79d400146f97c64b1cf7d865 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Sites/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Site.com logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/app/00D58000000arpq/02u58000000dRx3AAE mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx3 type: Classic userNavItems: [] - appId: 06m58000000dRx4AAE description: The Salesforce Chatter social network, including profiles and feeds developerName: Chatter eTag: 95c37da7ec4eee2c9a96d53d7ce9b89b formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Chatter/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Salesforce Chatter logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Standard/feed/logo.svg mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx4 type: Classic userNavItems: [] - appId: 06m58000000dRx9AAE description: Salesforce CRM Content developerName: Content eTag: edeb0edc6c931a4b3ebb4c08bc7c4c21 formFactors: - Large headerColor: '#0070D2' iconUrl: null isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Content logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Standard/file/logo.svg mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx9 type: Classic userNavItems: [] - appId: 06m58000000dRx1AAE description: App Launcher tabs developerName: AppLauncher eTag: 932216e29355c05453a6ed51a3d24902 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/AppLauncher/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: App Launcher logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/AppLauncher/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/app/mgmt/applauncher/appLauncher.apexp?tsid=02u58000000dRx1 type: Classic userNavItems: [] - appId: 06m58000000MpvkAAC description: View Adoption and Usage Metrics for Lightning Experience developerName: LightningInstrumentation eTag: 69788cb0de5d4b5b483fced75461fa88 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/LightningInstrumentation/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Lightning Usage App logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/LightningInstrumentation/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000Mpvk type: Lightning userNavItems: [] - appId: 06m4H000000QTsDQAW description: Manage your store's products, catalogs, and pricebooks. developerName: Commerce eTag: ba22fc3752be6c8c3f96bf7bd50a4e55 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Commerce/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Commerce logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Commerce/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u4H000000QTsD type: Lightning userNavItems: [] eTag: 619eb2f896db72ff9a0823ed6a551e66 contentMediaType: application/json;charset=UTF-8 example: apps: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] - appId: 06m58000000dRxBAAU description: Manage customer service with accounts, contacts, cases, and more developerName: Service eTag: b8b5942342984b0853126b7a7558e130 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/ServiceCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Service logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/ServiceCloud/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRxB type: Classic userNavItems: [] - appId: 06m58000000dRxCAAU description: Best-in-class on-demand marketing automation developerName: Marketing eTag: ffedb4e8ce9ada4905724cd13c74955e formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/MarketingCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Marketing logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/MarketingCloud/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRxC type: Classic userNavItems: [] - appId: 06m58000000dRx2AAE description: Salesforce CRM Communities developerName: Community eTag: 12283186521e9dff9e4440f9f83b7a4d formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Community/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Community logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Community/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx2 type: Classic userNavItems: [] - appId: 06m58000000dRx3AAE description: Build pixel-perfect, data-rich websites using the drag-and-drop Site.com application, and manage content and published sites. developerName: Sites eTag: 0f40c4dd79d400146f97c64b1cf7d865 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Sites/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Site.com logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/app/00D58000000arpq/02u58000000dRx3AAE mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx3 type: Classic userNavItems: [] - appId: 06m58000000dRx4AAE description: The Salesforce Chatter social network, including profiles and feeds developerName: Chatter eTag: 95c37da7ec4eee2c9a96d53d7ce9b89b formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Chatter/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Salesforce Chatter logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Standard/feed/logo.svg mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx4 type: Classic userNavItems: [] - appId: 06m58000000dRx9AAE description: Salesforce CRM Content developerName: Content eTag: edeb0edc6c931a4b3ebb4c08bc7c4c21 formFactors: - Large headerColor: '#0070D2' iconUrl: null isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Content logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Standard/file/logo.svg mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx9 type: Classic userNavItems: [] - appId: 06m58000000dRx1AAE description: App Launcher tabs developerName: AppLauncher eTag: 932216e29355c05453a6ed51a3d24902 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/AppLauncher/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: App Launcher logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/AppLauncher/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/app/mgmt/applauncher/appLauncher.apexp?tsid=02u58000000dRx1 type: Classic userNavItems: [] - appId: 06m58000000MpvkAAC description: View Adoption and Usage Metrics for Lightning Experience developerName: LightningInstrumentation eTag: 69788cb0de5d4b5b483fced75461fa88 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/LightningInstrumentation/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Lightning Usage App logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/LightningInstrumentation/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000Mpvk type: Lightning userNavItems: [] - appId: 06m4H000000QTsDQAW description: Manage your store's products, catalogs, and pricebooks. developerName: Commerce eTag: ba22fc3752be6c8c3f96bf7bd50a4e55 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Commerce/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Commerce logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Commerce/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u4H000000QTsD type: Lightning userNavItems: [] eTag: 619eb2f896db72ff9a0823ed6a551e66 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/apps/{APP_ID}: parameters: [] get: tags: - Get summary: Salesforce Get an App description: Get metadata about an app. operationId: GetanApp parameters: - name: formFactor in: query description: The form factor for each app that the user has access to (`Large`, `Medium` or `Small`) required: true style: form explode: true schema: type: string examples: - Small example: example_value - name: APP_ID in: path description: Application ID required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:35: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-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: '"21d4bafc5c5730c4f9421875288c4a00--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/GetanApp' - examples: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: 21d4bafc5c5730c4f9421875288c4a00 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: null custom: false developerName: Events iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Events objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: null custom: false developerName: ForecastingLightning iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: null objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: ForecastingLightning selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] contentMediaType: application/json;charset=UTF-8 example: appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: 21d4bafc5c5730c4f9421875288c4a00 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: null custom: false developerName: Events iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Events objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: null custom: false developerName: ForecastingLightning iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: null objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: ForecastingLightning selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] 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/apps/selected: parameters: [] get: tags: - Get summary: Salesforce Get Last Selected App description: Retrieves the app the current user last selected or the app the user sees by default. operationId: GetLastSelectedApp parameters: - name: formFactor in: query description: The form factor for each app that the user has access to (`Large`, `Medium` or `Small`) required: true style: form explode: true schema: type: string examples: - Large example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:37:32 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"e288a1d753c535d52fd11b047cd74482--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/GetLastSelectedApp' - examples: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] contentMediaType: application/json;charset=UTF-8 example: appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] 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/apps/{APP_ID}/user-nav-items: parameters: [] get: tags: - Get summary: Salesforce Get Personalized Navigation Items description: Get a user’s personalized navigation items (tabs). operationId: GetPersonalizedNavigationItems parameters: - name: APP_ID in: path description: Application ID required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:42:05 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 ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"0d35dc3820e3022bcf9145fc3ec5be69--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/Resultwithpersonalizednav' - examples: - currentPageUrl: /services/data/v58.0/ui-api/apps/06m58000000fBK2AAM/user-nav-items?formFactor=large eTag: 0d35dc3820e3022bcf9145fc3ec5be69 navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: 0Qk4H0000009kokSAA itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: 0Qk4H0000009kolSAA itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: 0Qk4H0000009komSAA itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: 0Qk4H0000009konSAA itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: 0Qk4H0000009kooSAA itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0Qk4H0000009kopSAA itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: 0Qk4H0000009koqSAA itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: 0Qk4H0000009korSAA itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: 0Qk4H0000009kosSAA itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: 0Qk4H0000009kotSAA itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: 0Qk4H0000009kouSAA itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: 0Qk4H0000009kovSAA itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: 0Qk4H0000009kowSAA itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: 0Qk4H0000009koxSAA itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: 0Qk4H0000009koySAA itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 nextPageUrl: null contentMediaType: application/json;charset=UTF-8 example: currentPageUrl: /services/data/v58.0/ui-api/apps/06m58000000fBK2AAM/user-nav-items?formFactor=large eTag: 0d35dc3820e3022bcf9145fc3ec5be69 navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: 0Qk4H0000009kokSAA itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: 0Qk4H0000009kolSAA itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: 0Qk4H0000009komSAA itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: 0Qk4H0000009konSAA itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: 0Qk4H0000009kooSAA itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0Qk4H0000009kopSAA itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: 0Qk4H0000009koqSAA itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: 0Qk4H0000009korSAA itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: 0Qk4H0000009kosSAA itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: 0Qk4H0000009kotSAA itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: 0Qk4H0000009kouSAA itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: 0Qk4H0000009kovSAA itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: 0Qk4H0000009kowSAA itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: 0Qk4H0000009koxSAA itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: 0Qk4H0000009koySAA itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 nextPageUrl: null deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/nav-items: parameters: [] get: tags: - Get summary: Salesforce Get All Navigation Items description: Gets all navigation items (tabs) that the user has access to. operationId: GetAllNavigationItems parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 09:45:07 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-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: '"425dfe9232c5bd0e9c6e4b94771c91b8--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/GetAllNavigationItems' - examples: - currentPageUrl: /services/data/v58.0/ui-api/nav-items?formFactor=Small&page=1&pageSize=5 eTag: 425dfe9232c5bd0e9c6e4b94771c91b8 navItems: - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/4nK/o custom: false developerName: standard-AssetStatePeriod iconUrl: null id: null itemType: Entity label: Asset State Periods objectApiName: AssetStatePeriod objectLabel: Asset State Period objectLabelPlural: Asset State Periods pageReference: attributes: objectApiName: AssetStatePeriod actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/02i/o custom: false developerName: standard-Asset iconUrl: null id: null itemType: Entity label: Assets objectApiName: Asset objectLabel: Asset objectLabelPlural: Assets pageReference: attributes: objectApiName: Asset actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/0cI/o custom: false developerName: standard-AuthorizationForm iconUrl: null id: null itemType: Entity label: Authorization Form objectApiName: AuthorizationForm objectLabel: Authorization Form objectLabelPlural: Authorization Forms pageReference: attributes: objectApiName: AuthorizationForm actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/0cK/o custom: false developerName: standard-AuthorizationFormConsent iconUrl: null id: null itemType: Entity label: Authorization Form Consent objectApiName: AuthorizationFormConsent objectLabel: Authorization Form Consent objectLabelPlural: Authorization Form Consents pageReference: attributes: objectApiName: AuthorizationFormConsent actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/0cM/o custom: false developerName: standard-AuthorizationFormDataUse iconUrl: null id: null itemType: Entity label: Authorization Form Data Use objectApiName: AuthorizationFormDataUse objectLabel: Authorization Form Data Use objectLabelPlural: Authorization Form Data Uses pageReference: attributes: objectApiName: AuthorizationFormDataUse actionName: home state: {} type: standard__objectPage standardType: null nextPageUrl: /services/data/v58.0/ui-api/nav-items?formFactor=Small&page=2&pageSize=5 contentMediaType: application/json;charset=UTF-8 example: currentPageUrl: /services/data/v58.0/ui-api/nav-items?formFactor=Small&page=1&pageSize=5 eTag: 425dfe9232c5bd0e9c6e4b94771c91b8 navItems: - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/4nK/o custom: false developerName: standard-AssetStatePeriod iconUrl: null id: null itemType: Entity label: Asset State Periods objectApiName: AssetStatePeriod objectLabel: Asset State Period objectLabelPlural: Asset State Periods pageReference: attributes: objectApiName: AssetStatePeriod actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/02i/o custom: false developerName: standard-Asset iconUrl: null id: null itemType: Entity label: Assets objectApiName: Asset objectLabel: Asset objectLabelPlural: Assets pageReference: attributes: objectApiName: Asset actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/0cI/o custom: false developerName: standard-AuthorizationForm iconUrl: null id: null itemType: Entity label: Authorization Form objectApiName: AuthorizationForm objectLabel: Authorization Form objectLabelPlural: Authorization Forms pageReference: attributes: objectApiName: AuthorizationForm actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/0cK/o custom: false developerName: standard-AuthorizationFormConsent iconUrl: null id: null itemType: Entity label: Authorization Form Consent objectApiName: AuthorizationFormConsent objectLabel: Authorization Form Consent objectLabelPlural: Authorization Form Consents pageReference: attributes: objectApiName: AuthorizationFormConsent actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/0cM/o custom: false developerName: standard-AuthorizationFormDataUse iconUrl: null id: null itemType: Entity label: Authorization Form Data Use objectApiName: AuthorizationFormDataUse objectLabel: Authorization Form Data Use objectLabelPlural: Authorization Form Data Uses pageReference: attributes: objectApiName: AuthorizationFormDataUse actionName: home state: {} type: standard__objectPage standardType: null nextPageUrl: /services/data/v58.0/ui-api/nav-items?formFactor=Small&page=2&pageSize=5 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 Fields2: title: Fields2 required: - aggregatable - aiPredictionField - autoNumber - byteLength - calculated - calculatedFormula - cascadeDelete - caseSensitive - compoundFieldName - controllerName - createable - custom - defaultValue - defaultValueFormula - defaultedOnCreate - dependentPicklist - deprecatedAndHidden - digits - displayLocationInDecimal - encrypted - externalId - extraTypeInfo - filterable - filteredLookupInfo - formulaTreatNullNumberAsZero - groupable - highScaleNumber - htmlFormatted - idLookup - inlineHelpText - label - length - mask - maskType - name - nameField - namePointing - nillable - permissionable - picklistValues - polymorphicForeignKey - precision - queryByDistance - referenceTargetField - referenceTo - relationshipName - relationshipOrder - restrictedDelete - restrictedPicklist - scale - searchPrefilterable - soapType - sortable - type - unique - updateable - writeRequiresMasterRead type: object properties: aggregatable: type: boolean example: true aiPredictionField: type: boolean example: true autoNumber: type: boolean example: true byteLength: type: integer contentEncoding: int32 example: 10 calculated: type: boolean example: true calculatedFormula: type: - string - 'null' example: example_value cascadeDelete: type: boolean example: true caseSensitive: type: boolean example: true compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value createable: type: boolean example: true custom: type: boolean example: true defaultValue: oneOf: - type: - string - 'null' - type: boolean - {} example: example_value defaultValueFormula: type: - string - 'null' example: example_value defaultedOnCreate: type: boolean example: true dependentPicklist: type: boolean example: true deprecatedAndHidden: type: boolean example: true digits: type: integer contentEncoding: int32 example: 10 displayLocationInDecimal: type: boolean example: true encrypted: type: boolean example: true externalId: type: boolean example: '500123' extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value formulaTreatNullNumberAsZero: type: boolean example: true groupable: type: boolean example: true highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true idLookup: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 mask: type: - string - 'null' example: example_value maskType: type: - string - 'null' example: example_value name: type: string example: Example Title nameField: type: boolean example: true namePointing: type: boolean example: true nillable: type: boolean example: true permissionable: type: boolean example: true picklistValues: type: array items: oneOf: - $ref: '#/components/schemas/PicklistValue' - allOf: - $ref: '#/components/schemas/PicklistValue31' - examples: - active: true defaultValue: false label: Inactive validFor: null value: Inactive description: '' example: [] polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 queryByDistance: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceTo: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value relationshipOrder: type: - string - 'null' example: example_value restrictedDelete: type: boolean example: true restrictedPicklist: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true soapType: type: string example: example_value sortable: type: boolean example: true type: type: string example: example_value unique: type: boolean example: true updateable: type: boolean example: true writeRequiresMasterRead: type: boolean example: true 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 Sic4: title: Sic4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '6752' SystemModstamp10: title: SystemModstamp10 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2023-10-06T08:34:22.000Z' 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 00158000006QBOhAAO1: title: 00158000006QBOhAAO1 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions8' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts LayoutRow1: title: LayoutRow1 required: - layoutItems type: object properties: layoutItems: type: array items: $ref: '#/components/schemas/LayoutItem1' description: '' example: [] examples: - layoutItems: - editableForNew: false editableForUpdate: false label: Account Owner layoutComponents: - apiName: OwnerId componentType: Field label: Owner ID lookupIdApiName: OwnerId required: false sortable: false - editableForNew: true editableForUpdate: true label: Rating layoutComponents: - apiName: Rating componentType: Field label: Account Rating lookupIdApiName: null required: false sortable: false Actions21: title: Actions21 required: - Account type: object properties: Account: $ref: '#/components/schemas/Account18' examples: - Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account AccountHistory: title: AccountHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory Customer: title: Customer required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer 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 ChannelProgramMember: title: ChannelProgramMember required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember GetListViewMetadatabyAPIName: title: GetListViewMetadatabyAPIName required: - cloneable - createable - deletable - displayColumns - filterLogicString - filteredByInfo - hasMassActions - inlineEditDetails - label - listReference - listShares - objectApiNames - orderedByInfo - scope - updateable - userPreferences - visibility - visibilityEditable type: object properties: cloneable: type: boolean example: true createable: type: boolean example: true deletable: type: boolean example: true displayColumns: type: array items: $ref: '#/components/schemas/DisplayColumn' description: '' example: [] filterLogicString: type: - string - 'null' example: example_value filteredByInfo: type: array items: type: string description: '' example: [] hasMassActions: type: boolean example: true inlineEditDetails: type: object example: example_value label: type: string example: Example Title listReference: $ref: '#/components/schemas/ListReference' listShares: type: object example: example_value objectApiNames: type: array items: type: string description: '' example: [] orderedByInfo: type: array items: $ref: '#/components/schemas/OrderedByInfo' description: '' example: [] scope: type: object example: example_value updateable: type: boolean example: true userPreferences: $ref: '#/components/schemas/UserPreferences' visibility: type: string example: example_value visibilityEditable: type: boolean example: true examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: 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 Actions11: title: Actions11 required: - 00B58000002ssinEAA type: object properties: 00B58000002ssinEAA: $ref: '#/components/schemas/00B58000002ssinEAA' examples: - 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA UserPreferencesShowWorkPhoneToExternalUsers: title: UserPreferencesShowWorkPhoneToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Street2: title: Street2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 321 Westcott Building Status9: title: Status9 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Working - Contacted value: Working - Contacted ActiveC4: title: ActiveC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 'Yes' value: 'Yes' CleanStatus4: title: CleanStatus4 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped ConsumptionRate: title: ConsumptionRate required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate 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 Account15: title: Account15 required: - count - currentPageToken - currentPageUrl - nextPageToken - nextPageUrl - previousPageToken - previousPageUrl - records type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: - string - 'null' example: CAUQAA currentPageUrl: type: string example: https://www.example.com nextPageToken: type: - string - 'null' example: CAUQAA nextPageUrl: type: - string - 'null' example: https://www.example.com previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records2' description: '' example: [] examples: - count: 2 currentPageToken: null currentPageUrl: /services/data/v58.0/ui-api/lookups/Contact/AccountId/Account?searchType=Recent&page=1&pageSize=25 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: 610a250509b966f2eb376b3205824a8b fields: Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 - apiName: Account childRelationships: {} eTag: d0b7cec61a65e01f88b2596dea75cbd8 fields: Id: displayValue: null value: 001B000000UnQ2wIAF Name: displayValue: null value: Burlington Textiles Corp of America Site: displayValue: null value: null id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 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 SuccessfulGetCredential: title: SuccessfulGetCredential required: - authenticationProtocol - authenticationProtocolVariant - authenticationStatus - credentials - externalCredential - principalName - principalType type: object properties: authenticationProtocol: type: string example: example_value authenticationProtocolVariant: 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 authenticationProtocolVariant: NoAuthentication authenticationStatus: Configured credentials: {} externalCredential: Test principalName: Test principalType: NamedPrincipal Gettestresults: title: Gettestresults required: - endTime - startTime - status - subjectName - testCases type: object properties: endTime: type: string example: '2026-01-15T10:30:00Z' startTime: type: string example: '2026-01-15T10:30:00Z' status: type: string example: example_value subjectName: type: string example: example_value testCases: type: array items: $ref: '#/components/schemas/TestCase' description: '' example: [] examples: - endTime: '2025-09-10T13:48:31.000Z' startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED subjectName: Employee_agent_tests testCases: - endTime: '2025-09-10T13:46:30.000Z' generatedData: actionsSequence: '[]' invokedActions: '[[]]' outcome: To check the weather forecast at the resort, please provide the date you'd like to check. sessionId: 019933e0-8597-70de-912b-359082a322b2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 1 testResults: - actualValue: '[]' endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: '[]' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: To check the weather forecast at the resort, please provide the date you'd like to check. endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: Please provide a future date to check the weather forecast. metricExplainability: The BOT RESPONSE correctly prompts the user for the necessary information (a future date) to provide the weather forecast, aligning well with the EXPECTED RESPONSE. It is clear and does not include irrelevant information. metricLabel: output_validation name: output_validation result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricExplainability: The answer is incomplete as it does not provide the weather forecast at the resort, instead it asks for the date to check the forecast. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and it does not contain any significant grammar errors. The answer is also relevant to the question asked. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2352 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:40.000Z' generatedData: actionsSequence: '['Check_Weather_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Check_Weather_179AU00000038U5","input":{"dateToCheck":"2025-01-01"},"output":{}},"executionLatency":539}]]' outcome: 'Hmm, it looks like I wasn’t able to retrieve the weather forecast for January 1st, 2025. The system I’d normally use to check this information didn’t respond as expected. You might want to try checking a weather app or website closer to the date for the most accurate forecast. Let me know if there’s anything else I can help with! (Session ID: 019933e0-858f-7170-9bd7-5564c5e4c85a)' sessionId: 019933e0-858f-7170-9bd7-5564c5e4c85a topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast for Jan 1st, 2025 at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 2 testResults: - actualValue: '['Check_Weather_179AU00000038U5']' endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 expectedValue: '['Check_Weather']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: 'Hmm, it looks like I wasn’t able to retrieve the weather forecast for January 1st, 2025. The system I’d normally use to check this information didn’t respond as expected. You might want to try checking a weather app or website closer to the date for the most accurate forecast. Let me know if there’s anything else I can help with! (Session ID: 019933e0-858f-7170-9bd7-5564c5e4c85a)' endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 expectedValue: I can only provide weather forecasts for future dates. Please provide a future date. metricExplainability: The BOT RESPONSE fails to address the user's QUERY for a specific forecast date and incorrectly states that it cannot retrieve the information. It does not align with the EXPECTED RESPONSE, which simply asks for a future date, indicating a misunderstanding of the user's request. metricLabel: output_validation name: output_validation result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricExplainability: The answer is very incomplete as it does not provide any information about the weather forecast for Jan 1st, 2025 at the resort, which is the main request. It only mentions that the system did not respond as expected and suggests checking a weather app or website. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains a few grammar errors and sections that are unclear. The phrase 'The system I’d normally use to check this information didn’t respond as expected' is a bit confusing, and the suggestion to check a weather app or website closer to the date is not directly related to the original question. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:42.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 11154 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' generatedData: actionsSequence: '['Check_Weather_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Check_Weather_179AU00000038U5","input":{"dateToCheck":"2025-09-11"},"output":{"weather":{"minTemperatureF":60.4,"minTemperatureC":15.8,"maxTemperatureF":78.3,"maxTemperatureC":25.7,"iconName":"rain","description":"On September 11, temperature will be between 15.8°C (60.4°F) and 25.7°C (78.3°F) at Coral Cloud Reso"}}},"executionLatency":510}]]' outcome: 'Here's the weather forecast for tomorrow at Coral Cloud Resorts. Let me know if you need anything else! {minTemperatureF=60.4, minTemperatureC=15.8, maxTemperatureF=78.3, maxTemperatureC=25.7, iconName=rain, description=On September 11, temperature will be between 15.8°C (60.4°F) and 25.7°C (78.3°F) at Coral Cloud Resorts.}' sessionId: 019933e0-8571-720f-a404-546c9c2af263 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast for tomorrow at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 3 testResults: - actualValue: '['Check_Weather_179AU00000038U5']' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: '['Check_Weather']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: 'Here's the weather forecast for tomorrow at Coral Cloud Resorts. Let me know if you need anything else! {minTemperatureF=60.4, minTemperatureC=15.8, maxTemperatureF=78.3, maxTemperatureC=25.7, iconName=rain, description=On September 11, temperature will be between 15.8°C (60.4°F) and 25.7°C (78.3°F) at Coral Cloud Resorts.}' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: The weather is expected to be sunny with a high of 85°F. metricExplainability: The BOT RESPONSE provides detailed temperature information and conditions, but it does not align with the EXPECTED RESPONSE, which specifies a sunny forecast with a high of 85°F. The response includes unnecessary details and does not match the expected weather conditions. metricLabel: output_validation name: output_validation result: FAILURE score: 2 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer provides the weather forecast for tomorrow at the resort, including the minimum and maximum temperatures in both Celsius and Fahrenheit, as well as the icon name and description. The answer does not miss any important pieces of information, ensuring clarity and accuracy. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains some sections that are unclear, such as the use of 'Coral Cloud Resorts' twice, and the mention of 'On September 11' which is not relevant to the weather forecast for tomorrow. The answer also contains a few grammar errors, such as the use of 'Let me know if you need anything else!' which is not relevant to the weather forecast. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2788 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:32.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nonexistent@example.com"},"output":{"contactId":null,"contactRecord":null}},"executionLatency":237}]]' outcome: I couldn't find any contact details associated with the email address "nonexistent@example.com". Let me know if you'd like me to try searching with a different email or membership number! sessionId: 019933e0-85a6-74d0-bfa4-841e8c8a03d3 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you provide the details for the contact with email nonexistent@example.com? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 4 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: I couldn't find any contact details associated with the email address "nonexistent@example.com". Let me know if you'd like me to try searching with a different email or membership number! endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 expectedValue: I couldn't find any contact with the email nonexistent@example.com. Please check the email and try again. metricExplainability: The BOT RESPONSE is aligned with the EXPECTED RESPONSE in that it indicates the contact details associated with the provided email address were not found. However, it adds an unnecessary prompt for the user to try a different email or membership number, which is not part of the EXPECTED RESPONSE. Therefore, it slightly deviates from the expected outcome. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricExplainability: The answer is very incomplete as it does not provide any contact details for the email address, and instead asks for further input. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and the grammar is correct. The answer clearly states that no contact details were found and offers to try searching with a different email or membership number, which is a coherent response. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2512 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:33.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":256}]]' outcome: 'Here are the contact details for the provided email. Let me know if you need further assistance! {sObjectInfo={apiName=Contact, label=Contact}, id=003AU00001J7b4GYAR, data={AccountId=null, AssistantName=null, AssistantPhone=null, Average_Room_Cost__c=null, Birthdate=2042-05-03, CleanStatus=Pending, ContactSource=null, CreatedById=005AU00000OrYkDYAV, CreatedDate=2025-09-09T13:59:41.000+0000, Department=null, Description=null, DoNotCall=false, Email=nediheinsius@example.com, EmailBouncedDate=null, EmailBouncedReason=null, External_Id__c=10003177, Fax=null, FirstName=Nedi, GenderIdentity=null, Guest_Type__c=Business and Pleasure Travelers, HasOptedOutOfEmail=false, HasOptedOutOfFax=false, HomePhone=null, Id=003AU00001J7b4GYAR, IndividualId=null, Interest1__c=Fitness & Exercise, Interest2__c=Nightlife & Entertainment, Interest3__c=Nature & Eco Tours, IsDeleted=false, IsEmailBounced=false, Jigsaw=null, JigsawContactId=null, Languages__c=null, LastActivityDate=null, LastCURequestDate=null, LastCUUpdateDate=null, LastModifiedById=005AU00000OrYkDYAV, LastModifiedDate=2025-09-09T13:59:53.000+0000, LastName=Heinsius, LastReferencedDate=2025-09-09T13:59:41.000+0000, LastViewedDate=2025-09-09T13:59:41.000+0000, LeadSource=Partnerships, Level__c=null, Lifetime_Experience_Bookings__c=12.0, Lifetime_Reservations__c=null, Lifetime_Value__c=null, MailingAddress={city=Peoria, country=United States, geocodeAccuracy=null, latitude=null, longitude=null, postalCode=85383, state=Arizona, street=75563 Farwell Drive}, MailingCity=Peoria, MailingCountry=United States, MailingGeocodeAccuracy=null, MailingLatitude=null, MailingLongitude=null, MailingPostalCode=85383, MailingState=Arizona, MailingStreet=75563 Farwell Drive, MasterRecordId=null, Maximum_Room_Cost__c=null, Membership_Number__c=10003177, Minimum_Room_Cost__c=null, MobilePhone=196-794-6794, Name=Nedi Heinsius, Next_Check_in_Date__c=null, OtherAddress=null, OtherCity=null, OtherCountry=null, OtherGeocodeAccuracy=null, OtherLatitude=null, OtherLongitude=null, OtherPhone=null, OtherPostalCode=null, OtherState=null, OtherStreet=null, OwnerId=005AU00000OrYkDYAV, Phone=null, PhotoUrl=/services/images/photo/003AU00001J7b4GYAR, Photo_URL__c=null, Preferred_Name__c=Nedi, Pronouns=null, ReportsToId=null, Salutation=null, SystemModstamp=2025-09-09T13:59:53.000+0000, Title=null}}' sessionId: 019933e0-8586-7a38-8b9b-36d0271d9c82 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you find the contact details for the email nediheinsius@example.com? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 5 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: 'Here are the contact details for the provided email. Let me know if you need further assistance! {sObjectInfo={apiName=Contact, label=Contact}, id=003AU00001J7b4GYAR, data={AccountId=null, AssistantName=null, AssistantPhone=null, Average_Room_Cost__c=null, Birthdate=2042-05-03, CleanStatus=Pending, ContactSource=null, CreatedById=005AU00000OrYkDYAV, CreatedDate=2025-09-09T13:59:41.000+0000, Department=null, Description=null, DoNotCall=false, Email=nediheinsius@example.com, EmailBouncedDate=null, EmailBouncedReason=null, External_Id__c=10003177, Fax=null, FirstName=Nedi, GenderIdentity=null, Guest_Type__c=Business and Pleasure Travelers, HasOptedOutOfEmail=false, HasOptedOutOfFax=false, HomePhone=null, Id=003AU00001J7b4GYAR, IndividualId=null, Interest1__c=Fitness & Exercise, Interest2__c=Nightlife & Entertainment, Interest3__c=Nature & Eco Tours, IsDeleted=false, IsEmailBounced=false, Jigsaw=null, JigsawContactId=null, Languages__c=null, LastActivityDate=null, LastCURequestDate=null, LastCUUpdateDate=null, LastModifiedById=005AU00000OrYkDYAV, LastModifiedDate=2025-09-09T13:59:53.000+0000, LastName=Heinsius, LastReferencedDate=2025-09-09T13:59:41.000+0000, LastViewedDate=2025-09-09T13:59:41.000+0000, LeadSource=Partnerships, Level__c=null, Lifetime_Experience_Bookings__c=12.0, Lifetime_Reservations__c=null, Lifetime_Value__c=null, MailingAddress={city=Peoria, country=United States, geocodeAccuracy=null, latitude=null, longitude=null, postalCode=85383, state=Arizona, street=75563 Farwell Drive}, MailingCity=Peoria, MailingCountry=United States, MailingGeocodeAccuracy=null, MailingLatitude=null, MailingLongitude=null, MailingPostalCode=85383, MailingState=Arizona, MailingStreet=75563 Farwell Drive, MasterRecordId=null, Maximum_Room_Cost__c=null, Membership_Number__c=10003177, Minimum_Room_Cost__c=null, MobilePhone=196-794-6794, Name=Nedi Heinsius, Next_Check_in_Date__c=null, OtherAddress=null, OtherCity=null, OtherCountry=null, OtherGeocodeAccuracy=null, OtherLatitude=null, OtherLongitude=null, OtherPhone=null, OtherPostalCode=null, OtherState=null, OtherStreet=null, OwnerId=005AU00000OrYkDYAV, Phone=null, PhotoUrl=/services/images/photo/003AU00001J7b4GYAR, Photo_URL__c=null, Preferred_Name__c=Nedi, Pronouns=null, ReportsToId=null, Salutation=null, SystemModstamp=2025-09-09T13:59:53.000+0000, Title=null}}' endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: Here are the contact details for Nedi Heinsius. metricExplainability: The BOT RESPONSE provides detailed information about the contact associated with the provided email, but it includes excessive technical data that is not relevant to the user. It does not clearly state the name of the contact as Nedi Heinsius, which is the expected output format. Thus, it partially achieves the goal but lacks clarity and precision. metricLabel: output_validation name: output_validation result: PASS score: 3 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer does not provide any contact details for the email address, only a list of fields and their values from the database. It does not provide any information that can be used to contact the person associated with the email address. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricExplainability: The answer is not coherent at all. It is difficult to understand what the answer is trying to say, and it is riddled with grammar errors. The answer seems to be a JSON object with contact details, but it is not formatted in a way that is easy to read or understand. metricLabel: coherence name: coherence result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: FAILURE score: 2 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:34.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2728 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:26.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerMembershipNumber":"123456"},"output":{"contactId":null,"contactRecord":null}},"executionLatency":231}]]' outcome: I couldn't find any contact details associated with the membership number 123456. Could you double-check the number or provide additional information? sessionId: 019933e1-6ff4-79cf-a606-a0affb7e8762 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you find the contact details for the membership number 123456? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 6 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: I couldn't find any contact details associated with the membership number 123456. Could you double-check the number or provide additional information? endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Here are the contact details for Frayda Dowsing. metricExplainability: The BOT RESPONSE does not achieve the goal of providing the contact details as outlined in the EXPECTED RESPONSE. Instead, it incorrectly states that no contact details were found and asks for further information, which is unnecessary since the membership number should already be sufficient to retrieve the details from the CRM database. Therefore, it fails to align with the expected outcome. metricLabel: output_validation name: output_validation result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer does not provide any contact details, which is the main request. It only provides a suggestion to double-check the number or provide additional information, which does not fully address the request. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and it does not contain any significant grammar errors. The answer is also relevant to the query and provides a clear response. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2136 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:36.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":472},{"function":{"name":"Generate_Personalized_Schedule_EA_179AU00000038U5","input":{"Input:contactId":"003AU00001J7b4GYAR"},"output":{"promptResponse":"Hello, I am Philippe from the guest success team at Coral Cloud. I appreciate your interest in our r"}},"executionLatency":8462}]]' outcome: 'Here's the personalized schedule for Nedi Heinsius. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I appreciate your interest in our resort activities. Here is a list of activities happening today that align with your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Rainforest Discovery Hike: 09:00 AM, Rainforest Reserve, 2 hours - Coastal Kayak Excursion: 09:00 AM, Coastal Waters, 1 hour - Live Music Beach Party: 09:00 AM, Resort Beach, 2 hours - Sunset Cocktail Cruise: 09:00 AM, Ocean Cruise, 1 hour - Outdoor Movie Night: 09:00 AM, Outdoor Cinema Area, 6 hours Given the overlapping times and the requirement for free time between activities, I suggest the following schedule: 1. Coastal Kayak Excursion: 09:00 AM - 10:00 AM 2. Free Time: 10:00 AM - 11:00 AM 3. Rainforest Discovery Hike: 11:00 AM - 01:00 PM 4. Free Time: 01:00 PM - 02:00 PM 5. Live Music Beach Party: 02:00 PM - 04:00 PM 6. Free Time: 04:00 PM - 05:00 PM 7. Sunset Cocktail Cruise: 05:00 PM - 06:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' sessionId: 019933e1-701f-7837-ad0e-68f7997b92ba topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Can you create a personalized schedule for the guest with email nediheinsius@example.com? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 7 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Generate_Personalized_Schedule_EA']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: 'Here's the personalized schedule for Nedi Heinsius. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I appreciate your interest in our resort activities. Here is a list of activities happening today that align with your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Rainforest Discovery Hike: 09:00 AM, Rainforest Reserve, 2 hours - Coastal Kayak Excursion: 09:00 AM, Coastal Waters, 1 hour - Live Music Beach Party: 09:00 AM, Resort Beach, 2 hours - Sunset Cocktail Cruise: 09:00 AM, Ocean Cruise, 1 hour - Outdoor Movie Night: 09:00 AM, Outdoor Cinema Area, 6 hours Given the overlapping times and the requirement for free time between activities, I suggest the following schedule: 1. Coastal Kayak Excursion: 09:00 AM - 10:00 AM 2. Free Time: 10:00 AM - 11:00 AM 3. Rainforest Discovery Hike: 11:00 AM - 01:00 PM 4. Free Time: 01:00 PM - 02:00 PM 5. Live Music Beach Party: 02:00 PM - 04:00 PM 6. Free Time: 04:00 PM - 05:00 PM 7. Sunset Cocktail Cruise: 05:00 PM - 06:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 expectedValue: Here is the personalized schedule for Nedi Heinsius. metricExplainability: The BOT RESPONSE provides a personalized schedule as requested in the QUERY, but it contains excessive information beyond the expected response, making it less precise. The initial output should have simply confirmed the creation of the schedule without the detailed list of activities and free time suggestions. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricExplainability: The answer provides a detailed schedule with specific activities and times, but it does not explicitly mention the guest's email address nediheinsius@example.com or provide a personalized schedule for the guest. The answer also does not mention the resort name or the guest's name, which could be considered important information. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains some sections that are unclear, such as the overlapping times and the requirement for free time between activities. The grammar errors are minor and do not significantly impact readability. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:37.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 11834 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:41.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerMembershipNumber":"10008155"},"output":{"contactId":"003AU00001J7zDuYAJ","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7zDuYAJ","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1978-11-10","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"sofiarodriguez@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008155","Fax":null,"FirstName":"Sofia","GenderIdentity":null,"Guest_Type__c":"Cultural Connoisseurs","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7zDuYAJ","IndividualId":null,"Interest1__c":"Adventure Activities","Interest2__c":"Beaches & Snorkeling","Interest3__c":"Fitness & Exercise","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Rodriguez","LastReferencedDate":"2025-09-09T15:43:53.000+0000","LastViewedDate":"2025-09-09T15:43:53.000+0000","LeadSource":"Direct Mail","Level__c":null,"Lifetime_Experience_Bookings__c":10.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Minneapolis","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"55428","state":"Minnesota","street":"3 6th Avenue"},"MailingCity":"Minneapolis","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"55428","MailingState":"Minnesota","MailingStreet":"3 6th Avenue","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008155","Minimum_Room_Cost__c":null,"MobilePhone":"612-350-2240","Name":"Sofia Rodriguez","Next_Check_in_Date__c":"2024-12-20","OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7zDuYAJ","Photo_URL__c":"https://s3-us-west-2.amazonaws.com/dev-or-devrl-s3-bucket/sample-apps/coral-clouds/qswvurmhbo9w261ce","Preferred_Name__c":"Sofi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":199},{"function":{"name":"Generate_Personalized_Schedule_EA_179AU00000038U5","input":{"Input:contactId":"003AU00001J7zDuYAJ"},"output":{"promptResponse":"Hello, I am Philippe from the guest success team at Coral Cloud. I am pleased to present the list of"}},"executionLatency":13647}]]' outcome: 'Here's the personalized schedule for Sofia Rodriguez. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I am pleased to present the list of resort activities happening today that match your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Tropical Snorkel Adventure: 09:00 AM, Coral Reef, 4 hours - Canyon Zip Line Excursion: 09:00 AM, Canyons & Forests, 3.5 hours - Off-Road Jungle Safari: 09:00 AM, Jungle Trails, 4 hours - White Water Rafting Rush: 09:00 AM, Rivers, 1 hour - Underground Cave Exploration: 09:00 AM, Subterranean Caves, 5 hours - Full Moon Beach Party: 09:00 AM, Beach, 2 hours - Surf's Up Lesson: 09:00 AM, Surfing Areas, 1 hour Given the overlapping schedules and the requirement for free time, I suggest the following schedule: 1. Sunrise Mountain Yoga: 09:00 AM - 03:00 PM 2. Free Time: 03:00 PM - 04:00 PM 3. Aqua Fitness in Paradise: 04:00 PM - 07:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' sessionId: 019933e1-6fef-7140-a47b-f96f80fe9be1 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: 'Can you create a personalized schedule for customer with Membership Number 10008155?' startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 8 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Generate_Personalized_Schedule_EA_179AU00000038U5']' endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Generate_Personalized_Schedule_EA']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: 'Here's the personalized schedule for Sofia Rodriguez. Let me know if you'd like to book any of these activities! Hello, I am Philippe from the guest success team at Coral Cloud. I am pleased to present the list of resort activities happening today that match your interests: - Sunrise Mountain Yoga: 09:00 AM, Mountain Overlook, 6 hours - Aqua Fitness in Paradise: 09:00 AM, Resort Pool, 3 hours - Ocean Kayak Fitness Expedition: 09:00 AM, Coastal Waters, 6 hours - Tropical Snorkel Adventure: 09:00 AM, Coral Reef, 4 hours - Canyon Zip Line Excursion: 09:00 AM, Canyons & Forests, 3.5 hours - Off-Road Jungle Safari: 09:00 AM, Jungle Trails, 4 hours - White Water Rafting Rush: 09:00 AM, Rivers, 1 hour - Underground Cave Exploration: 09:00 AM, Subterranean Caves, 5 hours - Full Moon Beach Party: 09:00 AM, Beach, 2 hours - Surf's Up Lesson: 09:00 AM, Surfing Areas, 1 hour Given the overlapping schedules and the requirement for free time, I suggest the following schedule: 1. Sunrise Mountain Yoga: 09:00 AM - 03:00 PM 2. Free Time: 03:00 PM - 04:00 PM 3. Aqua Fitness in Paradise: 04:00 PM - 07:00 PM Please reach out if you would like to book any of these activities. Thank you for your time.' endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 expectedValue: Here is your personalized schedule for today, Sofia Rodriguez. metricExplainability: The BOT RESPONSE provides a personalized schedule but includes unnecessary details and activities that may not be relevant to the user. It also addresses the user as Sofia Rodriguez instead of using their actual name, which could lead to confusion. The response does not fully align with the expected outcome, which is a concise presentation of the schedule without extra information. metricLabel: output_validation name: output_validation result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricExplainability: The answer provides a detailed schedule with specific activities and times, but it does not include any information about the customer's membership number or how it relates to the schedule. The answer also does not provide any information about the customer's interests or preferences, which is a key part of creating a personalized schedule. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but it contains some sections that are unclear, such as the mention of 'free time' and the specific activities listed. The grammar is also correct, but the answer could be improved by providing more context or explanation for the schedule. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: FAILURE score: 2 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:42.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 17047 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:29.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":189}]]' outcome: How much resort credit would you like to issue to Nedi Heinsius? sessionId: 019933e2-5a89-7002-a35b-12a7b351a7c2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: I need a resort credit issued to my account. My email is nediheinsius@example.com. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 9 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5']' endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: How much resort credit would you like to issue to Nedi Heinsius? endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: Please provide the amount for the resort credit. metricExplainability: The BOT RESPONSE correctly prompts the user for the amount of resort credit, which aligns with the EXPECTED RESPONSE. However, it mistakenly includes the placeholder Nedi Heinsius instead of simply asking for the amount directly, which introduces unnecessary ambiguity. Overall, it is clear and aims to collect the required information. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer does not provide any information about the resort credit, such as the amount or the account it will be issued to, which are the main points of the request. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer is a question and does not provide any resort credit, making it difficult to understand what the answer is trying to say. It also lacks any context or information about the resort credit. metricLabel: coherence name: coherence result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 3 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 3777 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:29.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"fraydadowsing@example.com"},"output":{"contactId":"003AU00001J7b4FYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4FYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1994-11-19","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"fraydadowsing@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008756","Fax":null,"FirstName":"Frayda","GenderIdentity":null,"Guest_Type__c":"Romance Retreaters","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4FYAR","IndividualId":null,"Interest1__c":"Dining Experiences","Interest2__c":"Cultural Tours & Workshops","Interest3__c":"Family & Kids' Activities","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Dowsing","LastReferencedDate":"2025-09-09T14:19:58.000+0000","LastViewedDate":"2025-09-09T14:19:58.000+0000","LeadSource":"Online Travel Agent","Level__c":null,"Lifetime_Experience_Bookings__c":17.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Honolulu","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"96815","state":"Hawaii","street":"94046 Grasskamp Junction"},"MailingCity":"Honolulu","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"96815","MailingState":"Hawaii","MailingStreet":"94046 Grasskamp Junction","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008756","Minimum_Room_Cost__c":null,"MobilePhone":"707-490-8673","Name":"Frayda Dowsing","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4FYAR","Photo_URL__c":null,"Preferred_Name__c":"Frayda","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":227},{"function":{"name":"Issue_Resort_Credit_179AU00000038U5","input":{"amount":"100","contactid":"003AU00001J7b4FYAR"},"output":{"creditId":"a01AU00000xd7sUYAQ"}},"executionLatency":243}]]' outcome: 'The $100 resort credit has been successfully issued to Frayda Dowsing. Let me know if there's anything else I can assist with! a01AU00000xd7sUYAQ' sessionId: 019933e2-5a5f-7622-8dba-904115dfc0a4 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: Please issue a $100 resort credit to the contact with email fraydadowsing@example.com. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 10 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Issue_Resort_Credit']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: 'The $100 resort credit has been successfully issued to Frayda Dowsing. Let me know if there's anything else I can assist with! a01AU00000xd7sUYAQ' endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: A $100 resort credit has been issued to Frayda Dowsing. metricExplainability: The BOT RESPONSE successfully confirms the issuance of the $100 resort credit to Frayda Dowsing, which fully aligns with the EXPECTED RESPONSE. However, it includes an unnecessary additional phrase asking if further assistance is needed, which is not part of the EXPECTED RESPONSE. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer does not provide the email address of the contact to whom the resort credit was issued, which is a crucial piece of information. The answer also includes an irrelevant code 'a01AU00000xd7sUYAQ' which is not part of the context. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricExplainability: The answer is difficult to understand, and it contains multiple grammar errors that affect clarity. The phrase 'Let me know if there's anything else I can assist with!' seems out of place and does not contribute to the coherence of the answer. metricLabel: coherence name: coherence result: FAILURE score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:30.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 3519 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:30.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerMembershipNumber":"10008155"},"output":{"contactId":"003AU00001J7zDuYAJ","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7zDuYAJ","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1978-11-10","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"sofiarodriguez@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008155","Fax":null,"FirstName":"Sofia","GenderIdentity":null,"Guest_Type__c":"Cultural Connoisseurs","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7zDuYAJ","IndividualId":null,"Interest1__c":"Adventure Activities","Interest2__c":"Beaches & Snorkeling","Interest3__c":"Fitness & Exercise","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Rodriguez","LastReferencedDate":"2025-09-09T15:43:53.000+0000","LastViewedDate":"2025-09-09T15:43:53.000+0000","LeadSource":"Direct Mail","Level__c":null,"Lifetime_Experience_Bookings__c":10.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Minneapolis","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"55428","state":"Minnesota","street":"3 6th Avenue"},"MailingCity":"Minneapolis","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"55428","MailingState":"Minnesota","MailingStreet":"3 6th Avenue","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008155","Minimum_Room_Cost__c":null,"MobilePhone":"612-350-2240","Name":"Sofia Rodriguez","Next_Check_in_Date__c":"2024-12-20","OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7zDuYAJ","Photo_URL__c":"https://s3-us-west-2.amazonaws.com/dev-or-devrl-s3-bucket/sample-apps/coral-clouds/qswvurmhbo9w261ce","Preferred_Name__c":"Sofi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":196},{"function":{"name":"Issue_Resort_Credit_179AU00000038U5","input":{"amount":"100","contactid":"003AU00001J7zDuYAJ"},"output":{"creditId":"a01AU00000xbStAYAU"}},"executionLatency":254}]]' outcome: 'The $100 resort credit has been successfully issued to Sofia Rodriguez. Let me know if there's anything else I can assist you with! a01AU00000xbStAYAU' sessionId: 019933e1-7010-7b01-98d2-00689ea0ae63 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: 'I need a $100 resort credit issued to the customer with Membership Number 10008155?' startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 11 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Resort_Credit_179AU00000038U5']' endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Issue_Resort_Credit']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: 'The $100 resort credit has been successfully issued to Sofia Rodriguez. Let me know if there's anything else I can assist you with! a01AU00000xbStAYAU' endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 expectedValue: A $100 resort credit has been issued to your account, Sofia Rodriguez. metricExplainability: The BOT RESPONSE confirms the issuance of the resort credit but includes an irrelevant identifier (a01AU00000xbStAYAU) that is not part of the EXPECTED RESPONSE. It does not clearly state the membership number or provide the user's name, which is implied in the QUERY. Therefore, it partially aligns with the EXPECTED RESPONSE but includes unnecessary information. metricLabel: output_validation name: output_validation result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricExplainability: The answer does not provide the required resort credit to the customer with Membership Number 10008155, and instead provides a generic message and an unknown code. The answer is very incomplete as it misses the crucial information about the resort credit. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricExplainability: The answer is generally understandable, but the second sentence is unclear and contains a grammar error. The phrase 'Let me know if there's anything else I can assist you with!' is not directly related to the main task of issuing a resort credit. metricLabel: coherence name: coherence result: PASS score: 3 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 3803 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' generatedData: actionsSequence: '[]' citations: '[ ]' invokedActions: '[[]]' outcome: Could you provide the list of contacts you'd like to issue the $50 resort credits to? This can include their names, emails, or membership numbers. sessionId: 019933e1-701c-77b2-bcba-b8a3b8e1dbb2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: I need to issue $50 resort credits to multiple contacts. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 12 testResults: - actualValue: '[]' endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: '[]' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Could you provide the list of contacts you'd like to issue the $50 resort credits to? This can include their names, emails, or membership numbers. endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Please provide the emails or contact IDs of the contacts to issue the credits. metricExplainability: The BOT RESPONSE correctly prompts the user for the necessary information to achieve the goal of issuing resort credits. However, it slightly deviates from the EXPECTED RESPONSE by including names and membership numbers as options, which are not mentioned in the EXPECTED RESPONSE. This makes it slightly ambiguous, but it still aligns with the overall goal. metricLabel: output_validation name: output_validation result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer is very incomplete as it does not provide the resort credits to the contacts, instead it asks for the list of contacts. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and the language is clear. There are no significant grammar errors that affect readability. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:47:27.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2158 startTime: '2025-09-10T13:47:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:29.000Z' generatedData: actionsSequence: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Bulk_Resort_Credits_179AU00000038U5']' citations: '[ ]' invokedActions: '[[{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"nediheinsius@example.com"},"output":{"contactId":"003AU00001J7b4GYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4GYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"2042-05-03","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"nediheinsius@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10003177","Fax":null,"FirstName":"Nedi","GenderIdentity":null,"Guest_Type__c":"Business and Pleasure Travelers","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4GYAR","IndividualId":null,"Interest1__c":"Fitness & Exercise","Interest2__c":"Nightlife & Entertainment","Interest3__c":"Nature & Eco Tours","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Heinsius","LastReferencedDate":"2025-09-09T13:59:41.000+0000","LastViewedDate":"2025-09-09T13:59:41.000+0000","LeadSource":"Partnerships","Level__c":null,"Lifetime_Experience_Bookings__c":12.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Peoria","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"85383","state":"Arizona","street":"75563 Farwell Drive"},"MailingCity":"Peoria","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"85383","MailingState":"Arizona","MailingStreet":"75563 Farwell Drive","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10003177","Minimum_Room_Cost__c":null,"MobilePhone":"196-794-6794","Name":"Nedi Heinsius","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4GYAR","Photo_URL__c":null,"Preferred_Name__c":"Nedi","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":208},{"function":{"name":"Get_Customer_From_Email_or_Membership_Number_179AU00000038U5","input":{"customerEmail":"fraydadowsing@example.com"},"output":{"contactId":"003AU00001J7b4FYAR","contactRecord":{"sObjectInfo":{"apiName":"Contact","label":"Contact"},"id":"003AU00001J7b4FYAR","data":{"AccountId":null,"AssistantName":null,"AssistantPhone":null,"Average_Room_Cost__c":null,"Birthdate":"1994-11-19","CleanStatus":"Pending","ContactSource":null,"CreatedById":"005AU00000OrYkDYAV","CreatedDate":"2025-09-09T13:59:41.000+0000","Department":null,"Description":null,"DoNotCall":false,"Email":"fraydadowsing@example.com","EmailBouncedDate":null,"EmailBouncedReason":null,"External_Id__c":"10008756","Fax":null,"FirstName":"Frayda","GenderIdentity":null,"Guest_Type__c":"Romance Retreaters","HasOptedOutOfEmail":false,"HasOptedOutOfFax":false,"HomePhone":null,"Id":"003AU00001J7b4FYAR","IndividualId":null,"Interest1__c":"Dining Experiences","Interest2__c":"Cultural Tours & Workshops","Interest3__c":"Family & Kids' Activities","IsDeleted":false,"IsEmailBounced":false,"Jigsaw":null,"JigsawContactId":null,"Languages__c":null,"LastActivityDate":null,"LastCURequestDate":null,"LastCUUpdateDate":null,"LastModifiedById":"005AU00000OrYkDYAV","LastModifiedDate":"2025-09-09T13:59:53.000+0000","LastName":"Dowsing","LastReferencedDate":"2025-09-09T14:19:58.000+0000","LastViewedDate":"2025-09-09T14:19:58.000+0000","LeadSource":"Online Travel Agent","Level__c":null,"Lifetime_Experience_Bookings__c":17.0,"Lifetime_Reservations__c":null,"Lifetime_Value__c":null,"MailingAddress":{"city":"Honolulu","country":"United States","geocodeAccuracy":null,"latitude":null,"longitude":null,"postalCode":"96815","state":"Hawaii","street":"94046 Grasskamp Junction"},"MailingCity":"Honolulu","MailingCountry":"United States","MailingGeocodeAccuracy":null,"MailingLatitude":null,"MailingLongitude":null,"MailingPostalCode":"96815","MailingState":"Hawaii","MailingStreet":"94046 Grasskamp Junction","MasterRecordId":null,"Maximum_Room_Cost__c":null,"Membership_Number__c":"10008756","Minimum_Room_Cost__c":null,"MobilePhone":"707-490-8673","Name":"Frayda Dowsing","Next_Check_in_Date__c":null,"OtherAddress":null,"OtherCity":null,"OtherCountry":null,"OtherGeocodeAccuracy":null,"OtherLatitude":null,"OtherLongitude":null,"OtherPhone":null,"OtherPostalCode":null,"OtherState":null,"OtherStreet":null,"OwnerId":"005AU00000OrYkDYAV","Phone":null,"PhotoUrl":"/services/images/photo/003AU00001J7b4FYAR","Photo_URL__c":null,"Preferred_Name__c":"Frayda","Pronouns":null,"ReportsToId":null,"Salutation":null,"SystemModstamp":"2025-09-09T13:59:53.000+0000","Title":null}}}},"executionLatency":217},{"function":{"name":"Issue_Bulk_Resort_Credits_179AU00000038U5","input":{"amount":"50","contactRecords":"[{\"sObjectInfo\":{\"apiName\":\"Contact\"},\"id\":\"003AU00001J7b4GYAR\",\"data\":{\"Id\":\"003AU00001J7b4GYAR\"}},{\"sObjectInfo\":{\"apiName\":\"Contact\"},\"id\":\"003AU00001J7b4FYAR\",\"data\":{\"Id\":\"003AU00001J7b4FYAR\"}}]"},"output":{"message":"Issued $50 resort credit to 2 customers."}},"executionLatency":321}]]' outcome: 'The $50 resort credits have been successfully issued to both contacts. Let me know if there's anything else you need! Issued $50 resort credit to 2 customers.' sessionId: 019933e2-5a71-7cbe-b8b0-002b6f876902 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: I need to issue $50 resort credits to two contacts. Their emails are nediheinsius@example.com and fraydadowsing@example.com. startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 13 testResults: - actualValue: '['Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Get_Customer_From_Email_or_Membership_Number_179AU00000038U5', 'Issue_Bulk_Resort_Credits_179AU00000038U5']' endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 expectedValue: '['Get_Customer_From_Email_or_Membership_Number', 'Get_Customer_From_Email_or_Membership_Number', 'Issue_Bulk_Resort_Credits']' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: 'The $50 resort credits have been successfully issued to both contacts. Let me know if there's anything else you need! Issued $50 resort credit to 2 customers.' endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 expectedValue: Bulk resort credits of $50 have been issued to the specified contacts. metricExplainability: BOT RESPONSE accurately confirms the issuance of $50 resort credits to the specified contacts, aligning well with the EXPECTED RESPONSE. It is clear and precise, providing the necessary information without irrelevant details. metricLabel: output_validation name: output_validation result: PASS score: 5 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricExplainability: The answer provides the correct information about the resort credits being issued to two contacts, and it also includes additional information about the process, which is not requested. However, it does not provide any details about the specific emails of the contacts, which is requested in the context. metricLabel: completeness name: completeness result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, free of significant grammar errors, and flows well when read by itself. The answer is concise and clear, making it easy to understand the outcome of the task. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 3 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:48:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 4851 startTime: '2025-09-10T13:48:16.000Z' status: COMPLETED 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 SuccessfulGetNamedCredentialbyDeveloperName: title: SuccessfulGetNamedCredentialbyDeveloperName 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: type: string 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: false generateAuthorizationHeader: true calloutUrl: https://my.example.com customHeaders: [] developerName: Test externalCredentials: - developerName: Test id: 0pt... masterLabel: Test url: /services/data/v58.0/named-credentials/external-credentials/Test id: 0XA... masterLabel: Test parameters: [] type: SecuredEndpoint url: /services/data/v58.0/named-credentials/named-credential-setup/Test GetRecordEditPageActions: title: GetRecordEditPageActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions5' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 0014H00002LbR7QQAV: actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit eTag: 550367168889732c414e90f1a22d15af url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit 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 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 Ownership4: title: Ownership4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Private value: Private Urls8: title: Urls8 required: - compactLayouts - rowTemplate - uiDetailTemplate - uiEditTemplate - describe - uiNewRecord - layouts - sobject type: object properties: compactLayouts: type: string example: example_value rowTemplate: type: string example: example_value uiDetailTemplate: type: string example: example_value uiEditTemplate: type: string example: example_value describe: type: string example: example_value uiNewRecord: type: string example: example_value layouts: type: string example: example_value sobject: type: string example: example_value examples: - compactLayouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/compactLayouts rowTemplate: /services/data/v59.0/tooling/sobjects/ApexClass/{ID} uiDetailTemplate: https://pozil-dev-ed.my.salesforce.com/{ID} uiEditTemplate: https://pozil-dev-ed.my.salesforce.com/{ID}/e describe: /services/data/v59.0/tooling/sobjects/ApexClass/describe uiNewRecord: https://pozil-dev-ed.my.salesforce.com/01p/e layouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/layouts sobject: /services/data/v59.0/tooling/sobjects/ApexClass 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 SuccessfullGetAllJobs: title: SuccessfullGetAllJobs required: - done - nextRecordsUrl - records type: object properties: done: type: boolean example: true nextRecordsUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Record' description: '' example: [] examples: - done: true nextRecordsUrl: null records: - id: 750... operation: insert object: Account createdById: 005... createdDate: systemModstamp: state: Open concurrencyMode: Parallel contentType: CSV apiVersion: 58 jobType: Classic 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 FirstName4: title: FirstName4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Bertha 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 Actions12: title: Actions12 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: - string - 'null' example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: - string - 'null' example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton LevelC: title: LevelC required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary ShippingPostalCode4: title: ShippingPostalCode4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '66045' Asset: title: Asset required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset 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 Product2: title: Product2 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 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 ColumnWrap: title: ColumnWrap required: - Site - Type - BillingCountry - Owner.Alias - Phone - Name type: object properties: Site: type: boolean example: true Type: type: boolean example: true BillingCountry: type: boolean example: 42 Owner.Alias: type: boolean example: true Phone: type: boolean example: true Name: type: boolean example: Example Title examples: - Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false 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 Fields16: title: Fields16 required: - AccountId - Id - Name type: object properties: AccountId: $ref: '#/components/schemas/AccountId2' Id: $ref: '#/components/schemas/Id8' Name: $ref: '#/components/schemas/Name21' examples: - AccountId: displayValue: null value: 001B000000UnQ2wIAF Id: displayValue: null value: 003B00000097MToIAM Name: displayValue: null value: Jack Rogers 012000000000000AAA: title: 012000000000000AAA required: - Full type: object properties: Full: $ref: '#/components/schemas/Full' DefaultGroupBanner: title: DefaultGroupBanner required: - fullSizeUrl type: object properties: fullSizeUrl: type: string example: https://www.example.com examples: - fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_group.png 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 Recommendation: title: Recommendation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation 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 DataUsePurpose: title: DataUsePurpose required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose AssetRelationshipHistory: title: AssetRelationshipHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory 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 GetaRecord: title: GetaRecord 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/Fields17' 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: 8897eb60da3dea171b0d755821bf2c36 fields: Name: displayValue: null value: Burlington Textiles Corp of America Rating: displayValue: Warm value: Warm id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 Section1: title: Section1 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/LayoutRow1' description: '' example: [] rows: type: integer contentEncoding: int32 example: 10 useHeading: type: boolean example: true examples: - collapsible: false columns: 2 heading: Account Information id: 01BB0000002rP1oMAE layoutRows: - layoutItems: - editableForNew: false editableForUpdate: false label: Account Owner layoutComponents: - apiName: OwnerId componentType: Field label: Owner ID lookupIdApiName: OwnerId required: false sortable: false - editableForNew: true editableForUpdate: true label: Rating layoutComponents: - apiName: Rating componentType: Field label: Account Rating lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Account Name layoutComponents: - apiName: Name componentType: Field label: Account Name lookupIdApiName: Id required: true sortable: false - editableForNew: true editableForUpdate: true label: Phone layoutComponents: - apiName: Phone componentType: Field label: Account Phone lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Parent Account layoutComponents: - apiName: ParentId componentType: Field label: Parent Account ID lookupIdApiName: ParentId required: false sortable: false - editableForNew: true editableForUpdate: true label: Fax layoutComponents: - apiName: Fax componentType: Field label: Account Fax lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Account Number layoutComponents: - apiName: AccountNumber componentType: Field label: Account Number lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: Website layoutComponents: - apiName: Website componentType: Field label: Website lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Account Site layoutComponents: - apiName: Site componentType: Field label: Account Site lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: Ticker Symbol layoutComponents: - apiName: TickerSymbol componentType: Field label: Ticker Symbol lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Type layoutComponents: - apiName: Type componentType: Field label: Account Type lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: Ownership layoutComponents: - apiName: Ownership componentType: Field label: Ownership lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Industry layoutComponents: - apiName: Industry componentType: Field label: Industry lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: Employees layoutComponents: - apiName: NumberOfEmployees componentType: Field label: Employees lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Annual Revenue layoutComponents: - apiName: AnnualRevenue componentType: Field label: Annual Revenue lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: SIC Code layoutComponents: - apiName: Sic componentType: Field label: SIC Code lookupIdApiName: null required: false sortable: false rows: 8 useHeading: false ManagedContent: title: ManagedContent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent Industry3: title: Industry3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Country2: title: Country2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: USA Records1: title: Records1 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/Fields16' 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: Contact childRelationships: {} eTag: c3d33add9008aed557a1efa68173aa9b fields: AccountId: displayValue: null value: 001B000000UnQ2wIAF Id: displayValue: null value: 003B00000097MToIAM Name: displayValue: null value: Jack Rogers id: 003B00000097MToIAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 GetRelatedListActions: title: GetRelatedListActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions7' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts eTag: a20a5831cc59f674f527261d7469d62d url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts 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 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 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 GetListViewRecordsRequest: title: GetListViewRecordsRequest required: - fields - pageSize - sortBy - searchTerm - where type: object properties: fields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 sortBy: type: array items: type: string description: '' example: [] searchTerm: type: string example: example_value where: type: string example: example_value examples: - fields: - Name - Type - AnnualRevenue - CreatedDate pageSize: 10 sortBy: - CreatedDate searchTerm: United where: '{AnnualRevenue: { gt: 1000000}}' GetActiveTheme: title: GetActiveTheme required: - brandColor - brandImage - defaultGroupBanner - defaultGroupImage - defaultPageBanner - defaultUserBanner - defaultUserImage - density - headerColor - linkColor - pageColor type: object properties: brandColor: type: string example: example_value brandImage: $ref: '#/components/schemas/BrandImage' defaultGroupBanner: $ref: '#/components/schemas/DefaultGroupBanner' defaultGroupImage: $ref: '#/components/schemas/DefaultGroupImage' defaultPageBanner: $ref: '#/components/schemas/DefaultPageBanner' defaultUserBanner: $ref: '#/components/schemas/DefaultUserBanner' defaultUserImage: $ref: '#/components/schemas/DefaultUserImage' density: type: string example: example_value headerColor: type: string example: example_value linkColor: type: string example: example_value pageColor: type: string example: example_value examples: - brandColor: '#0176D3' brandImage: largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_3x.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_2x.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_1x.png defaultGroupBanner: fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_group.png defaultGroupImage: largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_200.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_160.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_96.png defaultPageBanner: fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_background.png defaultUserBanner: fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile.png defaultUserImage: largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_200.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_160.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_96.png density: ViewOne headerColor: '#FFFFFF' linkColor: '#0176D3' pageColor: '#B0C4DF' Street3: title: Street3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Department1: title: Department1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AnnualRevenue2: title: AnnualRevenue2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: integer contentEncoding: int32 example: 10 examples: - displayValue: $900,750,000 value: 900750000 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 00QB0000003pOQsMAM: title: 00QB0000003pOQsMAM required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields7' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Lead childRelationships: {} eTag: e79d644a0e26dd84435737c9b78a01f5 fields: AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null id: 00QB0000003pOQsMAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:47:56.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:47:56.000Z' weakEtag: 1695829676000 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 GetRelatedListRecordActions: title: GetRelatedListRecordActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions9' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA eTag: f29ba79a7eda15543fca804e0e88bea6 url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA NavItem: title: NavItem type: object properties: availableInClassic: type: boolean example: true availableInLightning: type: boolean example: true color: type: string example: example_value content: type: - string - 'null' example: example_value custom: type: boolean example: true developerName: type: string example: example_value iconUrl: type: string example: https://www.example.com id: type: - string - 'null' example: abc123 itemType: type: string example: example_value label: type: string example: Example Title objectApiName: type: string example: example_value objectLabel: type: - string - 'null' example: example_value objectLabelPlural: type: - string - 'null' example: example_value pageReference: $ref: '#/components/schemas/PageReference' standardType: type: - string - 'null' example: example_value examples: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home 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 GetaBatchofRecords: title: GetaBatchofRecords required: - hasErrors - results type: object properties: hasErrors: type: boolean example: true results: type: array items: $ref: '#/components/schemas/Results4' description: '' example: [] examples: - hasErrors: false results: - result: apiName: Account childRelationships: {} eTag: 8aae3f4fbe3055e68df1d4c8a989a671 fields: AnnualRevenue: displayValue: $350,000,000 value: 350000000 BillingCity: displayValue: null value: Burlington BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '27215' BillingState: displayValue: null value: NC BillingStreet: displayValue: null value: 525 S. Lexington Ave Industry: displayValue: Apparel value: Apparel Name: displayValue: null value: Burlington Textiles Corp of America 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 Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (336) 222-7000 PhotoUrl: displayValue: null value: /services/images/photo/001B000000UnQ2wIAF Site: displayValue: null value: null Type: displayValue: Customer - Direct value: Customer - Direct Website: displayValue: null value: www.burlington.com id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 statusCode: 200 - result: apiName: Account childRelationships: {} eTag: a825a67a87fa16446d82b4948e5643c7 fields: AnnualRevenue: displayValue: $50,000,000 value: 50000000 BillingCity: displayValue: null value: Lawrence BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '66045' BillingState: displayValue: null value: KS BillingStreet: displayValue: null value: 1301 Hoch Drive Industry: displayValue: Consulting value: Consulting Name: displayValue: null value: Dickenson plc 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 Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (785) 241-6200 PhotoUrl: displayValue: null value: /services/images/photo/001B000000UnQ2yIAF Site: displayValue: null value: null Type: displayValue: Customer - Channel value: Customer - Channel Website: displayValue: null value: dickenson-consulting.com id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 statusCode: 200 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 ConversationEntry: title: ConversationEntry required: - clientDuration - clientTimestamp - identifier - messageText - relatedRecords - sender - serverReceivedTimestamp type: object properties: clientDuration: type: integer contentEncoding: int32 example: 10 clientTimestamp: type: integer contentEncoding: int64 example: 10 identifier: type: string example: example_value messageText: type: string example: example_value relatedRecords: type: array items: type: string description: '' example: [] sender: $ref: '#/components/schemas/Sender1' serverReceivedTimestamp: type: integer contentEncoding: int64 example: 10 examples: - clientDuration: 0 clientTimestamp: 1736508089610 identifier: 06a1182e-d932-4178-9864-6de5b7b3d3fd messageText: 'The Canyon Zip Line Excursion is an exhilarating adventure where you can soar over deep canyons and lush forest canopies. Here are some details: - Description: Soar over deep canyons and lush forest canopies on our thrilling zip line tour. - Activity Level: High - Type: Adventure Activities Would you like to know the available sessions for this excursion? If so, please provide the date you're interested in.' relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508089657 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 01BB0000002rP3MMAU: title: 01BB0000002rP3MMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3MMAU EmailBouncedDate1: title: EmailBouncedDate1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 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' 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 DelegatedAccountHistory: title: DelegatedAccountHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory 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 QuickText: title: QuickText required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText ConsumptionRateHistory: title: ConsumptionRateHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory Getteststatus: title: Getteststatus required: - startTime - status type: object properties: startTime: type: string example: '2026-01-15T10:30:00Z' status: type: string example: example_value examples: - startTime: '2025-09-10T13:46:14.000Z' status: IN_PROGRESS 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 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 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 01BB0000002rP3JMAU: title: 01BB0000002rP3JMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3JMAU GetLookupFieldActions: title: GetLookupFieldActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions19' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: Account: actions: - actionListContext: Lookup actionTarget: null actionTargetType: Invoke apiName: CreateFromLookup externalId: 00D58000000arpq:Account::Lookup:Desktop:StandardButton:CreateFromLookup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000327596WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/lookup/Account eTag: 1b573078964111c994670eea1c038003 url: /services/data/v58.0/ui-api/actions/lookup/Account 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 CspTrustedSite: title: CspTrustedSite required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite 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 Actions8: title: Actions8 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: string example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton Value6: title: Value6 required: - attributes - label - validFor - value type: object properties: attributes: type: - string - 'null' example: example_value label: type: string example: Example Title validFor: type: array items: type: string description: '' example: [] value: type: string example: example_value examples: - attributes: null label: Agriculture validFor: [] value: Agriculture Actions6: title: Actions6 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: - string - 'null' example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: string example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton DisambiguationField: title: DisambiguationField 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 Status8: title: Status8 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 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 BusinessHours: title: BusinessHours required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours ConvertedOpportunityId: title: ConvertedOpportunityId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false OwnerId2: title: OwnerId2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OpportunityFieldHistory: title: OpportunityFieldHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory ChannelProgramHistory: title: ChannelProgramHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory 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 Records2: title: Records2 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/Fields38' 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: 610a250509b966f2eb376b3205824a8b fields: Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 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 Metadata18: title: Metadata18 required: - Account type: object properties: Account: $ref: '#/components/schemas/Account16' examples: - Account: fieldApiName: null objectApiName: null secondaryField: Site targetInfo: {} ShippingStreet4: title: ShippingStreet4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 1301 Hoch Drive 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 GetToolingDescribe: title: GetToolingDescribe required: - encoding - maxBatchSize - sobjects type: object properties: encoding: type: string example: example_value maxBatchSize: type: integer contentEncoding: int32 example: 10 sobjects: type: array items: $ref: '#/components/schemas/Sobjects2' description: '' example: [] examples: - encoding: UTF-8 maxBatchSize: 200 sobjects: - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0Pp label: AI Application labelPlural: AI Applications layoutable: false mergeable: false mruEnabled: false name: AIApplication queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIApplication/{ID} describe: /services/data/v59.0/tooling/sobjects/AIApplication/describe sobject: /services/data/v59.0/tooling/sobjects/AIApplication - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 6S9 label: AI Application config labelPlural: AI Application configs layoutable: false mergeable: false mruEnabled: false name: AIApplicationConfig queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIApplicationConfig/{ID} describe: /services/data/v59.0/tooling/sobjects/AIApplicationConfig/describe sobject: /services/data/v59.0/tooling/sobjects/AIApplicationConfig - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: AIReplyRecommendationsSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings/describe sobject: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings - activateable: false associateEntityType: null associateParentEntity: null createable: false custom: false customSetting: false deepCloneable: false deletable: false deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0Dx label: Access Control Policy labelPlural: Access Control Policies layoutable: false mergeable: false mruEnabled: false name: AccessControlPolicy queryable: true replicateable: false retrieveable: true searchable: false triggerable: true undeletable: false updateable: false urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AccessControlPolicy/{ID} describe: /services/data/v59.0/tooling/sobjects/AccessControlPolicy/describe sobject: /services/data/v59.0/tooling/sobjects/AccessControlPolicy - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: AccountIntelligenceSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings/describe sobject: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: AccountSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AccountSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/AccountSettings/describe sobject: /services/data/v59.0/tooling/sobjects/AccountSettings - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 11i label: ActionLauncherItemDef labelPlural: ActionLauncherItemDefs layoutable: false mergeable: false mruEnabled: false name: ActionLauncherItemDef queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef/{ID} describe: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef/describe sobject: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: ActionsSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/ActionsSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/ActionsSettings/describe sobject: /services/data/v59.0/tooling/sobjects/ActionsSettings - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0HE label: Entity labelPlural: Entity layoutable: false mergeable: false mruEnabled: false name: ActivitiesSettings queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/ActivitiesSettings/{ID} describe: /services/data/v59.0/tooling/sobjects/ActivitiesSettings/describe sobject: /services/data/v59.0/tooling/sobjects/ActivitiesSettings SellerHistory: title: SellerHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory DataweaveKeyMappingMdt: title: DataweaveKeyMappingMdt required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt ContentDocumentLink: title: ContentDocumentLink required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink Actions: title: Actions required: - Global type: object properties: Global: $ref: '#/components/schemas/Global' examples: - Global: actions: - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000279052WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000279053WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000279054WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000279055WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000279056WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000279057WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000279058WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000279059WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000279060WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000279061WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000279062WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000279063WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000279064WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/global NavItem2: title: NavItem2 required: - availableInClassic - availableInLightning - color - content - custom - developerName - iconUrl - id - itemType - label - objectApiName - objectLabel - objectLabelPlural - pageReference - standardType type: object properties: availableInClassic: type: boolean example: true availableInLightning: type: boolean example: true color: type: string example: example_value content: type: - string - 'null' example: example_value custom: type: boolean example: true developerName: type: string example: example_value iconUrl: type: string example: https://www.example.com id: type: - string - 'null' example: abc123 itemType: type: string example: example_value label: type: string example: Example Title objectApiName: type: - string - 'null' example: example_value objectLabel: type: - string - 'null' example: example_value objectLabelPlural: type: - string - 'null' example: example_value pageReference: $ref: '#/components/schemas/PageReference' standardType: type: - string - 'null' example: example_value examples: - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null 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 Pricebook2History: title: Pricebook2History required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History GetAllNavigationItems: title: GetAllNavigationItems required: - currentPageUrl - eTag - navItems - nextPageUrl type: object properties: currentPageUrl: type: string example: https://www.example.com eTag: type: string example: example_value navItems: type: array items: $ref: '#/components/schemas/NavItem6' description: '' example: [] nextPageUrl: type: string example: https://www.example.com examples: - currentPageUrl: /services/data/v58.0/ui-api/nav-items?formFactor=Small&page=1&pageSize=5 eTag: 425dfe9232c5bd0e9c6e4b94771c91b8 navItems: - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/4nK/o custom: false developerName: standard-AssetStatePeriod iconUrl: null id: null itemType: Entity label: Asset State Periods objectApiName: AssetStatePeriod objectLabel: Asset State Period objectLabelPlural: Asset State Periods pageReference: attributes: objectApiName: AssetStatePeriod actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/02i/o custom: false developerName: standard-Asset iconUrl: null id: null itemType: Entity label: Assets objectApiName: Asset objectLabel: Asset objectLabelPlural: Assets pageReference: attributes: objectApiName: Asset actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/0cI/o custom: false developerName: standard-AuthorizationForm iconUrl: null id: null itemType: Entity label: Authorization Form objectApiName: AuthorizationForm objectLabel: Authorization Form objectLabelPlural: Authorization Forms pageReference: attributes: objectApiName: AuthorizationForm actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/0cK/o custom: false developerName: standard-AuthorizationFormConsent iconUrl: null id: null itemType: Entity label: Authorization Form Consent objectApiName: AuthorizationFormConsent objectLabel: Authorization Form Consent objectLabelPlural: Authorization Form Consents pageReference: attributes: objectApiName: AuthorizationFormConsent actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/0cM/o custom: false developerName: standard-AuthorizationFormDataUse iconUrl: null id: null itemType: Entity label: Authorization Form Data Use objectApiName: AuthorizationFormDataUse objectLabel: Authorization Form Data Use objectLabelPlural: Authorization Form Data Uses pageReference: attributes: objectApiName: AuthorizationFormDataUse actionName: home state: {} type: standard__objectPage standardType: null nextPageUrl: /services/data/v58.0/ui-api/nav-items?formFactor=Small&page=2&pageSize=5 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 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 LeadSource2: title: LeadSource2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Web value: Web ProfileSkill: title: ProfileSkill required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill Product2History: title: Product2History required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History 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 GetListViewRecordsperAPIName: title: GetListViewRecordsperAPIName required: - count - currentPageToken - currentPageUrl - fields - listInfoETag - listReference - nextPageToken - nextPageUrl - optionalFields - pageSize - previousPageToken - previousPageUrl - records - searchTerm - sortBy - where type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com fields: type: array items: type: string description: '' example: [] listInfoETag: type: string example: example_value listReference: $ref: '#/components/schemas/ListReference' nextPageToken: type: string example: CAUQAA nextPageUrl: type: string example: https://www.example.com optionalFields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records4' description: '' example: [] searchTerm: type: - string - 'null' example: example_value sortBy: type: string example: example_value where: type: - string - 'null' example: example_value examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null 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 Account18: title: Account18 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions22' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account 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 List: title: List required: - apiName - id - label - url type: object properties: apiName: type: string example: example_value id: type: string example: abc123 label: type: string example: Example Title url: type: string example: https://www.example.com examples: - apiName: AllAccounts id: 00B58000002ssinEAA label: All Accounts url: /services/data/v62.0/ui-api/list-info/Account/AllAccounts AssetRelationship: title: AssetRelationship required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship 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 AuthorizationFormDataUseHistory: title: AuthorizationFormDataUseHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory 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 Actions9: title: Actions9 required: - 00158000006QBOhAAO type: object properties: 00158000006QBOhAAO: $ref: '#/components/schemas/00158000006QBOhAAO2' examples: - 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA 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 Actions13: title: Actions13 required: - 00358000006woxwAAA type: object properties: 00358000006woxwAAA: $ref: '#/components/schemas/00358000006woxwAAA' examples: - 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA SessionHijackingEventStore: title: SessionHijackingEventStore required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore AuthorizationFormDataUse: title: AuthorizationFormDataUse required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse Email5: title: Email5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: bertha@fcof.net Fields40: title: Fields40 required: - BillingCountry - CreatedDate - Id - LastModifiedById - LastModifiedDate - Name - Owner - OwnerId - Phone - Site - SystemModstamp - Type type: object properties: BillingCountry: $ref: '#/components/schemas/BillingCountry3' CreatedDate: $ref: '#/components/schemas/CreatedDate14' Id: $ref: '#/components/schemas/Id8' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate14' Name: $ref: '#/components/schemas/Name21' Owner: $ref: '#/components/schemas/Owner11' OwnerId: $ref: '#/components/schemas/OwnerId4' Phone: $ref: '#/components/schemas/Phone9' Site: $ref: '#/components/schemas/Site2' SystemModstamp: $ref: '#/components/schemas/SystemModstamp10' Type: $ref: '#/components/schemas/Type13' examples: - BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null FlowOrchestrationStepInstance: title: FlowOrchestrationStepInstance required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance 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 Account17: title: Account17 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions14' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: Lookup actionTarget: null actionTargetType: Invoke apiName: CreateFromLookup externalId: 00D58000000arpq:Account::Lookup:Desktop:StandardButton:CreateFromLookup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000327596WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/lookup/Account 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 GetApps: title: GetApps required: - apps - eTag type: object properties: apps: type: array items: $ref: '#/components/schemas/App' description: '' example: [] eTag: type: string example: example_value examples: - apps: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] - appId: 06m58000000dRxBAAU description: Manage customer service with accounts, contacts, cases, and more developerName: Service eTag: b8b5942342984b0853126b7a7558e130 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/ServiceCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Service logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/ServiceCloud/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRxB type: Classic userNavItems: [] - appId: 06m58000000dRxCAAU description: Best-in-class on-demand marketing automation developerName: Marketing eTag: ffedb4e8ce9ada4905724cd13c74955e formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/MarketingCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Marketing logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/MarketingCloud/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRxC type: Classic userNavItems: [] - appId: 06m58000000dRx2AAE description: Salesforce CRM Communities developerName: Community eTag: 12283186521e9dff9e4440f9f83b7a4d formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Community/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Community logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Community/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx2 type: Classic userNavItems: [] - appId: 06m58000000dRx3AAE description: Build pixel-perfect, data-rich websites using the drag-and-drop Site.com application, and manage content and published sites. developerName: Sites eTag: 0f40c4dd79d400146f97c64b1cf7d865 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Sites/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Site.com logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/app/00D58000000arpq/02u58000000dRx3AAE mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx3 type: Classic userNavItems: [] - appId: 06m58000000dRx4AAE description: The Salesforce Chatter social network, including profiles and feeds developerName: Chatter eTag: 95c37da7ec4eee2c9a96d53d7ce9b89b formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Chatter/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Salesforce Chatter logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Standard/feed/logo.svg mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx4 type: Classic userNavItems: [] - appId: 06m58000000dRx9AAE description: Salesforce CRM Content developerName: Content eTag: edeb0edc6c931a4b3ebb4c08bc7c4c21 formFactors: - Large headerColor: '#0070D2' iconUrl: null isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Content logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Standard/file/logo.svg mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000dRx9 type: Classic userNavItems: [] - appId: 06m58000000dRx1AAE description: App Launcher tabs developerName: AppLauncher eTag: 932216e29355c05453a6ed51a3d24902 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/AppLauncher/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: App Launcher logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/AppLauncher/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/app/mgmt/applauncher/appLauncher.apexp?tsid=02u58000000dRx1 type: Classic userNavItems: [] - appId: 06m58000000MpvkAAC description: View Adoption and Usage Metrics for Lightning Experience developerName: LightningInstrumentation eTag: 69788cb0de5d4b5b483fced75461fa88 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/LightningInstrumentation/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Lightning Usage App logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/LightningInstrumentation/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000Mpvk type: Lightning userNavItems: [] - appId: 06m4H000000QTsDQAW description: Manage your store's products, catalogs, and pricebooks. developerName: Commerce eTag: ba22fc3752be6c8c3f96bf7bd50a4e55 formFactors: - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Commerce/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Commerce logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/Commerce/logo.png mobileStartUrl: null navItems: [] selected: false startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u4H000000QTsD type: Lightning userNavItems: [] eTag: 619eb2f896db72ff9a0823ed6a551e66 Records3: title: Records3 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/Fields39' 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: 2316c5f4a27ac31b407d91aab610b281 fields: DisambiguationField: displayValue: null value: null Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 SuccessfulGetJobInfoQuery: title: SuccessfulGetJobInfoQuery required: - id - operation - object - createdById - createdDate - systemModstamp - state - concurrencyMode - contentType - apiVersion - jobType - retries - totalProcessingTime - apiActiveProcessingTime - apexProcessingTime 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 jobType: type: string example: example_value retries: type: integer contentEncoding: int32 example: 10 totalProcessingTime: type: integer contentEncoding: int32 example: 1700000000000 apiActiveProcessingTime: type: integer contentEncoding: int32 example: 1700000000000 apexProcessingTime: type: integer contentEncoding: int32 example: 1700000000000 examples: - id: 750... operation: insert object: Account createdById: 005... createdDate: systemModstamp: state: Open concurrencyMode: Parallel contentType: CSV apiVersion: 58 jobType: Classic retries: 0 totalProcessingTime: 0 apiActiveProcessingTime: 0 apexProcessingTime: 0 Record27: title: Record27 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/Fields27' 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: 5facf9dfb1b0feae1ee6b348b8b5f942 fields: AccountNumber: displayValue: null value: CC634267 Active__c: displayValue: 'Yes' value: 'Yes' AnnualRevenue: displayValue: $50,000,000 value: 50000000 BillingCity: displayValue: null value: Lawrence BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '66045' BillingState: displayValue: null value: KS BillingStreet: displayValue: null value: 1301 Hoch Drive CloneSourceId: displayValue: null value: 001B000000UnQ2yIAF CustomerPriority__c: displayValue: Low value: Low Description: displayValue: null value: null Fax: displayValue: null value: (785) 241-6201 Industry: displayValue: Consulting value: Consulting Name: displayValue: null value: Dickenson plc NumberOfEmployees: displayValue: null value: 120 NumberofLocations__c: displayValue: null value: 2 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: Private value: Private Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (785) 241-6200 Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: 15/03/2017 value: '2017-03-15T00:00:00.000Z' SLASerialNumber__c: displayValue: null value: '7425' SLA__c: displayValue: Bronze value: Bronze ShippingCity: displayValue: null value: Lawrence ShippingCountry: displayValue: null value: USA ShippingPostalCode: displayValue: null value: '66045' ShippingState: displayValue: null value: KS ShippingStreet: displayValue: null value: 1301 Hoch Drive Sic: displayValue: null value: '6752' Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: Customer - Channel value: Customer - Channel UpsellOpportunity__c: displayValue: 'No' value: 'No' Website: displayValue: null value: dickenson-consulting.com id: null lastModifiedById: null lastModifiedDate: null recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: null weakEtag: 0 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 Fields41: title: Fields41 required: - Alias - CreatedDate - Id - LastModifiedById - LastModifiedDate - Name - SystemModstamp type: object properties: Alias: $ref: '#/components/schemas/Alias4' CreatedDate: $ref: '#/components/schemas/CreatedDate14' Id: $ref: '#/components/schemas/Id8' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate14' Name: $ref: '#/components/schemas/Name21' SystemModstamp: $ref: '#/components/schemas/SystemModstamp10' examples: - Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' 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 ProcessInstance: title: ProcessInstance required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance 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 GetPhotoActions: title: GetPhotoActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions23' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 0F94H000000UF2xSAG: actions: - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: ViewPhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:ViewPhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301820WAA isMassAction: 'false' label: View Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: UpdatePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:UpdatePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301821WAA isMassAction: 'false' label: Update Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: DeletePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:DeletePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301822WAA isMassAction: 'false' label: Delete Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/photo/0F94H000000UF2xSAG eTag: 802f98780c61a3109be0a574d2915772 url: /services/data/v58.0/ui-api/actions/photo/0F94H000000UF2xSAG GetaDirectoryofSupportedObjects: title: GetaDirectoryofSupportedObjects required: - objects type: object properties: objects: $ref: '#/components/schemas/Objects' examples: - objects: Account: apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account AccountBrand: apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand AccountHistory: apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory AccountPartner: apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner ActiveScratchOrg: apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg ActiveScratchOrgHistory: apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory ApiAnomalyEventStore: apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore AppAnalyticsQueryRequest: apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest AppMenuItem: apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem Asset: apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset AssetHistory: apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory AssetRelationship: apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship AssetRelationshipHistory: apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory AuthorizationForm: apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm AuthorizationFormConsent: apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent AuthorizationFormConsentHistory: apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory AuthorizationFormDataUse: apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse AuthorizationFormDataUseHistory: apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory AuthorizationFormHistory: apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory AuthorizationFormText: apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText AuthorizationFormTextHistory: apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory BackgroundOperation: apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation BusinessBrand: apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand BusinessHours: apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours Campaign: apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign CampaignHistory: apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory CampaignMember: apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember CampaignMemberStatus: apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus Case: apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case CaseComment: apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment CaseContactRole: apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole CaseHistory: apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory ChannelProgram: apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram ChannelProgramHistory: apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory ChannelProgramLevel: apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel ChannelProgramLevelHistory: apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory ChannelProgramMember: apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember ChannelProgramMemberHistory: apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory CommSubscription: apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription CommSubscriptionChannelType: apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType CommSubscriptionChannelTypeHistory: apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory CommSubscriptionHistory: apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory ConsumptionRate: apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate ConsumptionRateHistory: apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory ConsumptionSchedule: apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule ConsumptionScheduleHistory: apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory Contact: apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact ContactHistory: apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory ContactPointTypeConsent: apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent ContactPointTypeConsentHistory: apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory ContactRequest: apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest ContentDocument: apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument ContentDocumentHistory: apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory ContentDocumentLink: apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink ContentVersion: apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion ContentVersionHistory: apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory ContentWorkspace: apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Contract: apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContractContactRole: apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole ContractHistory: apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory CredentialStuffingEventStore: apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore CspTrustedSite: apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite Customer: apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer DandBCompany: apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany DataUseLegalBasis: apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis DataUseLegalBasisHistory: apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory DataUsePurpose: apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose DataUsePurposeHistory: apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory Dataweave_Key_Mapping__mdt: apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt Dataweave_Mapping__mdt: apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt DelegatedAccount: apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount DelegatedAccountHistory: apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory DeleteEvent: apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent DuplicateRecordItem: apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem DuplicateRecordSet: apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet EmailMessageRelation: apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation EngagementChannelType: apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType EngagementChannelTypeHistory: apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory FlowInterview: apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview FlowOrchestrationInstance: apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance FlowOrchestrationStageInstance: apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance FlowOrchestrationStepInstance: apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance FlowOrchestrationWorkItem: apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem Group: apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group Holiday: apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday IPAddressRange: apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange Image: apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image ImageHistory: apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory Individual: apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual IndividualHistory: apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory Lead: apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead LeadHistory: apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory ListEmail: apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail Macro: apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro MacroHistory: apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ManagedContent: apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent ManagedContentVariant: apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant Merchandise__c: apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c Merchandising_Mix__c: apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c Mix_Item__c: apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c NamespaceRegistry: apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry NamespaceRegistryHistory: apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory Note: apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note Opportunity: apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity OpportunityContactRole: apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole OpportunityFieldHistory: apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory OpportunityHistory: apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory OpportunityLineItem: apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem OpportunityPartner: apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Order: apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order OrderHistory: apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory OrderItem: apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem OrderItemHistory: apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory OrgMetric: apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric OrgMetricScanResult: apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult OrgMetricScanSummary: apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary Organization: apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization Partner: apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner PartnerFundAllocation: apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation PartnerFundAllocationHistory: apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory PartnerFundClaim: apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim PartnerFundClaimHistory: apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory PartnerFundRequest: apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest PartnerFundRequestHistory: apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory PartnerMarketingBudget: apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget PartnerMarketingBudgetHistory: apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory PartyConsent: apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent PartyConsentHistory: apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Period: apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period Pricebook2: apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 Pricebook2History: apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History PricebookEntry: apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry PricebookEntryHistory: apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory ProcessDefinition: apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition ProcessInstance: apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance Product2: apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 Product2History: apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History ProductConsumptionSchedule: apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule ProfileSkill: apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill ProfileSkillEndorsement: apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement ProfileSkillEndorsementHistory: apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory ProfileSkillHistory: apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory ProfileSkillUser: apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser ProfileSkillUserHistory: apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory QuickText: apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText QuickTextHistory: apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory Recommendation: apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation RecordAction: apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction RecordType: apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType Report: apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report ReportAnomalyEventStore: apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore Scorecard: apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard ScorecardAssociation: apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation ScorecardMetric: apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric ScratchOrgInfo: apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo ScratchOrgInfoHistory: apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory SearchPromotionRule: apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule Seller: apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller SellerHistory: apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory SessionHijackingEventStore: apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore SetupAssistantStep: apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep SiteHistory: apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory SolutionHistory: apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory StaticResource: apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource StreamingChannel: apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel ThreatDetectionFeedback: apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback Topic: apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic TopicAssignment: apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment Translation: apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation User: apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User UserRole: apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole WorkBadgeDefinitionHistory: apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory 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 GetListViewRecordsbyID: title: GetListViewRecordsbyID required: - count - currentPageToken - currentPageUrl - fields - listInfoETag - listReference - nextPageToken - nextPageUrl - optionalFields - pageSize - previousPageToken - previousPageUrl - records - searchTerm - sortBy - where type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com fields: type: array items: type: string description: '' example: [] listInfoETag: type: string example: example_value listReference: $ref: '#/components/schemas/ListReference' nextPageToken: type: string example: CAUQAA nextPageUrl: type: string example: https://www.example.com optionalFields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records4' description: '' example: [] searchTerm: type: - string - 'null' example: example_value sortBy: type: string example: example_value where: type: - string - 'null' example: example_value examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null OpportunityLineItem: title: OpportunityLineItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem City2: title: City2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Tallahassee Actions15: title: Actions15 required: - ListViewChartInstance type: object properties: ListViewChartInstance: $ref: '#/components/schemas/ListViewChartInstance' examples: - ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance OrgMetricScanSummary: title: OrgMetricScanSummary required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary DecisionTable1: title: DecisionTable1 required: - conditionCriteria - conditionType - description - id - parameters - setupName - sourceCriteria - sourceObject - status type: object properties: conditionCriteria: type: string example: example_value conditionType: type: string example: example_value description: type: string example: A sample description. id: type: string example: abc123 parameters: type: array items: $ref: '#/components/schemas/Parameter1' description: '' example: [] setupName: type: string example: example_value sourceCriteria: type: array items: type: string description: '' example: [] sourceObject: type: string example: example_value status: type: string example: example_value examples: - conditionCriteria: 1 OR 2 OR 3 conditionType: Any description: Eligiblity of Products using Qualification Rules id: 0lDHo0000008Pnt parameters: - fieldName: IsDeleted isGroupByField: false operator: Equals sequence: 1 usage: Input - fieldName: CreatedById isGroupByField: false usage: Output - fieldName: Title isGroupByField: false operator: Equals sequence: 3 usage: Input - fieldName: Id isGroupByField: false operator: Equals sequence: 2 usage: Input setupName: Product Qualificiation eligibility sourceCriteria: [] sourceObject: AccountFeed status: Active 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 GeneratedData: title: GeneratedData required: - actionsSequence - invokedActions - outcome - sessionId - topic type: object properties: actionsSequence: type: string example: example_value invokedActions: type: string example: example_value outcome: type: string example: example_value sessionId: type: string example: '500123' topic: type: string example: example_value citations: type: string example: example_value examples: - actionsSequence: '[]' invokedActions: '[[]]' outcome: To check the weather forecast at the resort, please provide the date you'd like to check. sessionId: 019933e0-8597-70de-912b-359082a322b2 topic: Customer_Service_Assistant_16jAU0000003zGf 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 Sobjects2: title: Sobjects2 required: - activateable - associateEntityType - associateParentEntity - createable - custom - customSetting - deepCloneable - deletable - deprecatedAndHidden - feedEnabled - hasSubtypes - isInterface - isSubtype - keyPrefix - label - labelPlural - layoutable - mergeable - mruEnabled - name - queryable - replicateable - retrieveable - searchable - triggerable - undeletable - updateable - urls type: object properties: activateable: type: boolean example: true associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value createable: type: boolean example: true custom: type: boolean example: true customSetting: type: boolean example: true deepCloneable: type: boolean example: true deletable: type: boolean example: true deprecatedAndHidden: type: boolean example: true feedEnabled: type: boolean example: true hasSubtypes: type: boolean example: true isInterface: type: boolean example: true isSubtype: type: boolean example: true keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mergeable: type: boolean example: true mruEnabled: type: boolean example: true name: type: string example: Example Title queryable: type: boolean example: true replicateable: type: boolean example: true retrieveable: type: boolean example: true searchable: type: boolean example: true triggerable: type: boolean example: true undeletable: type: boolean example: true updateable: type: boolean example: true urls: $ref: '#/components/schemas/Urls2' examples: - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 0Pp label: AI Application labelPlural: AI Applications layoutable: false mergeable: false mruEnabled: false name: AIApplication queryable: true replicateable: false retrieveable: true searchable: false triggerable: false undeletable: false updateable: true urls: rowTemplate: /services/data/v59.0/tooling/sobjects/AIApplication/{ID} describe: /services/data/v59.0/tooling/sobjects/AIApplication/describe sobject: /services/data/v59.0/tooling/sobjects/AIApplication GetListViewRecordActions: title: GetListViewRecordActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions13' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA 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 0014H00002LbR7QQAV1: title: 0014H00002LbR7QQAV1 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions6' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit LastModifiedById2: title: LastModifiedById2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Salutation1: title: Salutation1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OfflineTrialExpirationDate: title: OfflineTrialExpirationDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommSubscriptionChannelTypeHistory: title: CommSubscriptionChannelTypeHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory GetListViewRecords: title: GetListViewRecords required: - count - currentPageToken - currentPageUrl - fields - listInfoETag - listReference - nextPageToken - nextPageUrl - optionalFields - pageSize - previousPageToken - previousPageUrl - records - searchTerm - sortBy - where type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com fields: type: array items: type: string description: '' example: [] listInfoETag: type: string example: example_value listReference: $ref: '#/components/schemas/ListReference' nextPageToken: type: string example: CAUQAA nextPageUrl: type: string example: https://www.example.com optionalFields: type: array items: type: string description: '' example: [] pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records4' description: '' example: [] searchTerm: type: - string - 'null' example: example_value sortBy: type: string example: example_value where: type: - string - 'null' example: example_value examples: - count: 50 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=0 fields: [] listInfoETag: 55ebdd0de6c2f1e17f63bf4581d64f76 listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView nextPageToken: '50' nextPageUrl: /services/data/v62.0/ui-api/list-records/00B58000002ssinEAA?pageSize=50&pageToken=50 optionalFields: [] pageSize: 50 previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' - apiName: Account childRelationships: {} eTag: cfeff90a24208129b7cf7be4e47dda99 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOhAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:02.000Z' Name: displayValue: null value: Burlington Textiles Corp of America Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (336) 222-7000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:02.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOhAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:02.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:02.000Z' - apiName: Account childRelationships: {} eTag: c42c5257506520c737965101b225840c fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOjAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T15:52:06.000Z' Name: displayValue: null value: Dickenson Co. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (785) 241-6200 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T15:52:06.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOjAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T15:52:06.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T15:52:06.000Z' - apiName: Account childRelationships: {} eTag: 2f21e61d45d05263809593342f5761f4 fields: BillingCountry: displayValue: null value: France CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOiAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Pyramid Construction Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (014) 427-4427 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOiAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: a5b391b1caf935de4bbc96858a4e6a12 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Id: displayValue: null value: 0014H00002E6wi6QAB LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-02-04T18:26:08.000Z' Name: displayValue: null value: Sample Account Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-02-04T18:26:08.000Z' Type: displayValue: null value: null id: 0014H00002E6wi6QAB lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-02-04T18:26:08.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-02-04T18:26:08.000Z' - apiName: Account childRelationships: {} eTag: fe60d8fe25895ac63644cf563fdc35d6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2021-02-02T13:47:39.000Z' Id: displayValue: null value: 0014H00002x6HUhQAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2021-02-25T09:30:33.000Z' Name: displayValue: null value: ACME Inc. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2021-02-25T09:30:33.000Z' Type: displayValue: null value: null id: 0014H00002x6HUhQAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2021-02-25T09:30:33.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2021-02-25T09:30:33.000Z' - apiName: Account childRelationships: {} eTag: 3e85e3f4d6851dd2922333dcec928b1e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Id: displayValue: null value: 0014H00004CXfY8QAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-04-25T16:02:10.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-04-25T16:02:10.000Z' Type: displayValue: null value: null id: 0014H00004CXfY8QAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-04-25T16:02:10.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-04-25T16:02:10.000Z' - apiName: Account childRelationships: {} eTag: d33080f9749c8d05a6b936a01419362e fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Id: displayValue: null value: 0014H00004GXwPnQAL LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-09-13T22:04:24.000Z' Name: displayValue: null value: test Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-09-13T22:04:24.000Z' Type: displayValue: null value: null id: 0014H00004GXwPnQAL lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-09-13T22:04:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-13T22:04:24.000Z' - apiName: Account childRelationships: {} eTag: 02a02f9955d21594f12eca00514ae1e4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOgAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Edge Communications Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (512) 757-6000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOgAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 0eebc826426d1f09795db27deb0d0bfb fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOkAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: Grand Hotels & Resorts Ltd Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (312) 596-1000 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOkAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 2a79ba99e5085e9392464789b92ef370 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOlAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T09:14:04.000Z' Name: displayValue: null value: United Oil & Gas Corp. Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (212) 842-5500 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-06T09:14:04.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOlAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T09:14:04.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-06T09:14:04.000Z' - apiName: Account childRelationships: {} eTag: c031e5ed9bda34a3a4c9f8485e2b45f5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOmAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:48:05.000Z' Name: displayValue: null value: Express Logistics and Transport Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (503) 421-7800 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:48:05.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOmAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:48:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:48:05.000Z' - apiName: Account childRelationships: {} eTag: 8502b4f929b405553fe618841d8ac28b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOnAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: University of Arizona Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (520) 773-9050 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOnAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: 65fc29db312ce8476ed58913eafcdb36 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOoAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2017-04-28T13:15:12.000Z' Name: displayValue: null value: United Oil & Gas, Belgium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: +44 191 4956203 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2017-04-29T04:59:15.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOoAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2017-04-28T13:15:12.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-04-29T04:59:15.000Z' - apiName: Account childRelationships: {} eTag: 95b274689e30df21eac0c029c63587db fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOpAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-05-11T08:47:54.000Z' Name: displayValue: null value: United Oil & Gas, Singapore Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 450-8810 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-05-11T08:47:54.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOpAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-05-11T08:47:54.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-05-11T08:47:54.000Z' - apiName: Account childRelationships: {} eTag: c368a7ee82696b7014aa50bd1f3097a0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00158000006QBOqAAO LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2020-09-29T16:04:43.000Z' Name: displayValue: null value: GenePoint Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: (650) 867-3450 Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2020-09-29T16:04:43.000Z' Type: displayValue: Customer value: Customer id: 00158000006QBOqAAO lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2020-09-29T16:04:43.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2020-09-29T16:04:43.000Z' - apiName: Account childRelationships: {} eTag: 683d780209e8523cee5dfc75e4ecb655 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Id: displayValue: null value: 00158000007uG58AAE LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T14:54:05.000Z' Name: displayValue: null value: Blackbeards Grog Emporium Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T14:54:05.000Z' Type: displayValue: null value: null id: 00158000007uG58AAE lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T14:54:05.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T14:54:05.000Z' - apiName: Account childRelationships: {} eTag: 08039118577ad459353eab0201c0da32 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Id: displayValue: null value: 00158000007uGY4AAM LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-14T15:50:24.000Z' Name: displayValue: null value: Bluebeards Grog House Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-14T15:50:24.000Z' Type: displayValue: null value: null id: 00158000007uGY4AAM lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-14T15:50:24.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-14T15:50:24.000Z' - apiName: Account childRelationships: {} eTag: a46a048bcdcaf162a8c28219851a8726 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wBAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Insuron Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wBAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 53150ff4fad935b11a01d9c963d7ed2a fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wCAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orboid Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wCAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: eb9e9002c0593cfd90d1fc8a89866e99 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wDAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bovis Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wDAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: ce0b94e93ac9f29572d11f45662dc29b fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wEAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Roughies Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wEAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a4bd35ad888f0ee47309af6645dbf9cc fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wFAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Otherside Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wFAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: fe9e0915af3f1048c0aa1d4aefa3bc22 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wGAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Endipin Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wGAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 6775eb7790169ada29bdf917f1334f2f fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wHAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Austech Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wHAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 28e08e57f11ad365ded07a49e0aab7b4 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wIAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Quility Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wIAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7be73bde9fa7f2b6b672deaf6210c120 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wJAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Bleendot Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wJAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 490fb10e5dba5d155f2ede10bdf04043 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wKAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apex Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wKAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 261acd5ca365592c6b5942d65c772d8d fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wLAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Cognicode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wLAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 26f79e588eb05aa8cc5d994f3bd25ea0 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wMAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Securia Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wMAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 23b8ecbe0eacd2d4a23164cf92540615 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wNAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Fanfare Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wNAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: f0a49b68d802cb1ff30d6cef2f3f76e9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wOAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Obones Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wOAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: df9ac3b4d6bcdaa75433fec054979643 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wPAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Eyeris Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wPAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: bcc5d95f4910344dd315a4ec9ca2b563 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wQAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techtrix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wQAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 51256f88c8db64e2f48187dc284a4eec fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wRAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Ceprene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wRAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 7e0414c03ff4e63c5ddf286547fb6f42 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wSAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Vortexaco Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wSAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 0686be1a780882d98a9d0d32e18c76d9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wTAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Techmania Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wTAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 3a97d66d9945233c1808db5478239335 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wUAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Gleamink Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wUAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 64fd8ccfd8894be8fb92d252f48ab3e2 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wVAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Apextri Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wVAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc6d0f4e15833d7f129d8248c6d0bb80 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wWAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Orbalix Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wWAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 8f0488216ee66c508d3f5fa715fbe1ea fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wXAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zentry Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wXAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 2fae444d48ac673c879c28f9ea827cce fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wYAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Inear Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wYAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cc5f9877af7c8e35e4bdf919009ae7b6 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wZAAS LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Genesynk Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wZAAS lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b03cf2ca4e3b4607399375238769bfc5 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1waAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Flum Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1waAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: cb431803b04ef9646ae1f2de9520bc47 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wbAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Yogasm Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wbAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 5501cba638729bb1156928e6735563ac fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wcAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Mangelica Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wcAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: b2c53b40494c7d3de6bfdf689186e975 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wdAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Exoplode Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wdAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 007f696062d0fd6df9bfb0d3af01f8a9 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1weAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Digigene Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1weAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: 30d9d2147c63da2beefb987268df1613 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wfAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Zanymax Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wfAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' - apiName: Account childRelationships: {} eTag: a8272664cf5dfc36939ba2b2bc78f6f3 fields: BillingCountry: displayValue: null value: null CreatedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Id: displayValue: null value: 00158000009I1wgAAC LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2016-06-16T09:50:50.000Z' Name: displayValue: null value: Imperium Bulk Company Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: null Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2016-06-16T09:50:50.000Z' Type: displayValue: null value: null id: 00158000009I1wgAAC lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2016-06-16T09:50:50.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2016-06-16T09:50:50.000Z' searchTerm: null sortBy: -BillingCountry,Id where: null Getchannelmember: title: Getchannelmember required: - attributes - Id - IsDeleted - DeveloperName - Language - MasterLabel - NamespacePrefix - ManageableState - CreatedDate - CreatedById - LastModifiedDate - LastModifiedById - SystemModstamp - FullName - Metadata - EventChannel - SelectedEntity - FilterExpression type: object properties: attributes: $ref: '#/components/schemas/Attributes4' Id: type: string example: abc123 IsDeleted: type: boolean example: true DeveloperName: type: string example: example_value Language: type: string example: example_value MasterLabel: type: string example: example_value NamespacePrefix: type: - string - 'null' example: example_value ManageableState: type: string example: example_value CreatedDate: type: string example: example_value CreatedById: type: string example: '500123' LastModifiedDate: type: string example: example_value LastModifiedById: type: string example: '500123' SystemModstamp: type: string example: example_value FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata9' EventChannel: type: string example: example_value SelectedEntity: type: string example: example_value FilterExpression: type: - string - 'null' example: example_value examples: - attributes: type: PlatformEventChannelMember url: /services/data/v58.0/tooling/sobjects/PlatformEventChannelMember/0v84H000000PAvIQAW Id: 0v84H000000PAvIQAW IsDeleted: false DeveloperName: ChangeEvents_ContactChangeEvent Language: en_US MasterLabel: ContactChangeEvent NamespacePrefix: null ManageableState: unmanaged CreatedDate: 2022-12-30T15:10:39.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2022-12-30T15:10:39.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2022-12-30T15:10:39.000+0000 FullName: ChangeEvents_ContactChangeEvent Metadata: enrichedFields: [] eventChannel: ChangeEvents filterExpression: null selectedEntity: ContactChangeEvent urls: null EventChannel: ChangeEvents SelectedEntity: ContactChangeEvent FilterExpression: null 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 Opportunity4: title: Opportunity4 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity 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 Rating2: title: Rating2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Hot value: Hot 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 DefaultPageBanner: title: DefaultPageBanner required: - fullSizeUrl type: object properties: fullSizeUrl: type: string example: https://www.example.com examples: - fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_background.png 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 GetaFavorite: title: GetaFavorite 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 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 ContactRequest: title: ContactRequest required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest FlowOrchestrationInstance: title: FlowOrchestrationInstance required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance AuthorizationFormConsent: title: AuthorizationFormConsent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent 00358000006woxwAAA: title: 00358000006woxwAAA required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions14' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA 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 Actions22: title: Actions22 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: - string - 'null' example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton RecordType: title: RecordType required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType CommSubscriptionHistory: title: CommSubscriptionHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory DelegatedAccount: title: DelegatedAccount required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount TestResult: title: TestResult required: - endTime - errorCode - metricLabel - name - score - startTime - status type: object properties: actualValue: type: string example: example_value endTime: type: string example: '2026-01-15T10:30:00Z' errorCode: type: integer contentEncoding: int32 example: 10 expectedValue: type: string example: example_value metricLabel: type: string example: example_value name: type: string example: Example Title result: type: string example: example_value score: type: integer contentEncoding: int32 example: 10 startTime: type: string example: '2026-01-15T10:30:00Z' status: type: string example: example_value metricExplainability: type: string example: example_value examples: - actualValue: '[]' endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: '[]' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED 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 OpportunityPartner: title: OpportunityPartner required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Macro: title: Macro required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro DuplicateRecordItem: title: DuplicateRecordItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem SICCodeC: title: SICCodeC required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesAdminInfoEmails: title: ReceivesAdminInfoEmails required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SupportedScope: title: SupportedScope required: - label - name type: object properties: label: type: string example: Example Title name: type: string example: Example Title examples: - label: All platform event channels name: everything 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 ContactPointTypeConsent: title: ContactPointTypeConsent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent UserPreferencesShowFaxToGuestUsers: title: UserPreferencesShowFaxToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Layouts: title: Layouts required: - Lead type: object properties: Lead: $ref: '#/components/schemas/Lead' Lead: title: Lead required: - 012000000000000AAA type: object properties: 012000000000000AAA: $ref: '#/components/schemas/012000000000000AAA' CreatedById5: title: CreatedById5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO RecordTypeId: title: RecordTypeId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PrimaryC: title: PrimaryC required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PageReference: title: PageReference required: - attributes - state - type type: object properties: attributes: $ref: '#/components/schemas/Attributes29' state: type: object example: example_value type: type: string example: example_value examples: - attributes: pageName: home state: {} type: standard__namedPage DisplayColumn: title: DisplayColumn required: - fieldApiName - inlineEditAttributes - label - lookupId - searchable - sortable type: object properties: fieldApiName: type: string example: example_value inlineEditAttributes: type: object example: example_value label: type: string example: Example Title lookupId: type: - string - 'null' example: '500123' searchable: type: boolean example: true sortable: type: boolean example: true examples: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true TimeZoneSidKey: title: TimeZoneSidKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountPartner: title: AccountPartner required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner Fields3: title: Fields3 required: - CreatedById - CreatedDate - DeveloperName - DoesIncludeBosses - DoesSendEmailToMembers - Email - Id - LastModifiedById - LastModifiedDate - Name - OwnerId - RelatedId - SystemModstamp - Type type: object properties: CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' DeveloperName: $ref: '#/components/schemas/DeveloperName' DoesIncludeBosses: $ref: '#/components/schemas/DoesIncludeBosses' DoesSendEmailToMembers: $ref: '#/components/schemas/DoesSendEmailToMembers' Email: $ref: '#/components/schemas/Email1' Id: $ref: '#/components/schemas/Id4' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' Name: $ref: '#/components/schemas/Name16' OwnerId: $ref: '#/components/schemas/OwnerId2' RelatedId: $ref: '#/components/schemas/RelatedId' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' Type: $ref: '#/components/schemas/Type7' examples: - CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OtherGeocodeAccuracy1: title: OtherGeocodeAccuracy1 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown 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 UserPermissionsCallCenterAutoLogin: title: UserPermissionsCallCenterAutoLogin required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SenderName: title: SenderName required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ManagedContentVariant: title: ManagedContentVariant required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant GetAppointmentSlotsRequest: title: GetAppointmentSlotsRequest required: - startTime - endTime - workTypeGroupId - workType - accountId - territoryIds - requiredResourceIds - schedulingPolicyId - allowConcurrentScheduling type: object properties: startTime: type: string example: '2026-01-15T10:30:00Z' endTime: type: string example: '2026-01-15T10:30:00Z' workTypeGroupId: type: string example: '500123' workType: type: string example: example_value accountId: type: string example: '500123' territoryIds: type: string example: example_value requiredResourceIds: type: string example: example_value schedulingPolicyId: type: string example: '500123' allowConcurrentScheduling: type: string example: example_value examples: - startTime: string endTime: string workTypeGroupId: string workType: Work Type accountId: string territoryIds: string[] requiredResourceIds: string[] schedulingPolicyId: string allowConcurrentScheduling: boolean View: title: View required: - eTag - id - layoutType - mode - objectApiName - recordTypeId - saveOptions - sections type: object properties: eTag: type: string example: example_value id: type: string example: abc123 layoutType: type: string example: example_value mode: type: string example: example_value objectApiName: type: string example: example_value recordTypeId: type: string example: '500123' saveOptions: type: array items: type: string description: '' example: [] sections: type: array items: $ref: '#/components/schemas/Section' description: '' example: [] NameOrAlias: title: NameOrAlias required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPermissionsSupportUser: title: UserPermissionsSupportUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 01BB0000002rP3LMAU: title: 01BB0000002rP3LMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3LMAU Company: title: Company required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesSetupAssistantUserPref1: title: UserPreferencesSetupAssistantUserPref1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LocaleSidKey: title: LocaleSidKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State2: title: State2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: FL UserPreferencesJigsawListUser: title: UserPreferencesJigsawListUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SLASerialNumberC4: title: SLASerialNumberC4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '7425' FlowOrchestrationStageInstance: title: FlowOrchestrationStageInstance required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance 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 Translation: title: Translation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation ScorecardAssociation: title: ScorecardAssociation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation 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 Urls2: title: Urls2 required: - rowTemplate - describe - sobject type: object properties: rowTemplate: type: string example: example_value describe: type: string example: example_value sobject: type: string example: example_value examples: - rowTemplate: /services/data/v58.0/tooling/sobjects/PlatformEventChannel/{ID} describe: /services/data/v58.0/tooling/sobjects/PlatformEventChannel/describe sobject: /services/data/v58.0/tooling/sobjects/PlatformEventChannel 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 Actions24: title: Actions24 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: - string - 'null' example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: ViewPhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:ViewPhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301820WAA isMassAction: 'false' label: View Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton 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 ContractContactRole: title: ContractContactRole required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole AuthorizationFormConsentHistory: title: AuthorizationFormConsentHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory Results4: title: Results4 required: - result - statusCode type: object properties: result: $ref: '#/components/schemas/Result6' statusCode: type: integer contentEncoding: int32 example: 10 examples: - result: apiName: Account childRelationships: {} eTag: 8aae3f4fbe3055e68df1d4c8a989a671 fields: AnnualRevenue: displayValue: $350,000,000 value: 350000000 BillingCity: displayValue: null value: Burlington BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '27215' BillingState: displayValue: null value: NC BillingStreet: displayValue: null value: 525 S. Lexington Ave Industry: displayValue: Apparel value: Apparel Name: displayValue: null value: Burlington Textiles Corp of America 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 Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (336) 222-7000 PhotoUrl: displayValue: null value: /services/images/photo/001B000000UnQ2wIAF Site: displayValue: null value: null Type: displayValue: Customer - Direct value: Customer - Direct Website: displayValue: null value: www.burlington.com id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 statusCode: 200 Fields39: title: Fields39 required: - DisambiguationField - Id - Name - Site type: object properties: DisambiguationField: $ref: '#/components/schemas/DisambiguationField' Id: $ref: '#/components/schemas/Id8' Name: $ref: '#/components/schemas/Name21' Site: $ref: '#/components/schemas/Site2' examples: - DisambiguationField: displayValue: null value: null Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null 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 PartnerFundAllocation: title: PartnerFundAllocation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation 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 AuthorizationFormHistory: title: AuthorizationFormHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory Metadata1: title: Metadata1 required: - channelType - label - urls type: object properties: channelType: type: string example: example_value label: type: string example: Example Title urls: type: - string - 'null' example: https://www.example.com examples: - channelType: data label: Account Channel 2 urls: null ResultPage: title: ResultPage required: - resultLink type: object properties: resultLink: type: string example: example_value examples: - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=aBcDeFg4N ConsumptionScheduleHistory: title: ConsumptionScheduleHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory NumberofLocationsC2: title: NumberofLocationsC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: integer contentEncoding: int32 example: 10 examples: - displayValue: null value: 130 GetParallelResultsforaQueryJob: title: GetParallelResultsforaQueryJob required: - resultPages - nextRecordsUrl - done type: object properties: resultPages: type: array items: $ref: '#/components/schemas/ResultPage' description: '' example: [] nextRecordsUrl: type: string example: https://www.example.com done: type: boolean example: true examples: - resultPages: - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=aBcDeFg4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=HiJkLmN4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=oPQrStU4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=vWxYzz4N - resultLink: /jobs/query/750R0000000zxr8IAA/results?locator=NiKmABC4N nextRecordsUrl: /jobs/query/750R0000000zxr8IAA/resultpages?locator=YcApWm4N done: false RelatedId: title: RelatedId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Group1: title: Group1 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: - string - 'null' example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields3' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: type: object example: example_value searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: Group associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers - childObjectApiName: QueueSobject fieldName: QueueId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: QueueSobjects - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers createable: true custom: false defaultRecordTypeId: null deletable: true dependentFields: {} eTag: 7c2efbc357f16e2ce94a601b6724e2e0 feedEnabled: false fields: CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: 00G label: Group labelPlural: Group layoutable: false mruEnabled: false nameFields: - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png updateable: true 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 IsConverted: title: IsConverted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesNativeEmailClient: title: UserPreferencesNativeEmailClient required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Status400-InstanceNotFound1: title: Status400-InstanceNotFound1 required: - errorCode - message type: object properties: errorCode: type: string example: example_value message: type: string example: example_value examples: - errorCode: INVALID_ID_FIELD message: We couldn’t find a record with that ID. Specify a valid decisionTableId and try again. 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 ListViewChartInstance: title: ListViewChartInstance required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions12' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance Case: title: Case required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case ContactPointTypeConsentHistory: title: ContactPointTypeConsentHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory AuthorizationFormText: title: AuthorizationFormText required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText Layout: title: Layout 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/Section1' description: '' example: [] PricebookEntryHistory: title: PricebookEntryHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory Fields4: title: Fields4 required: - Address - AnnualRevenue - City - CleanStatus - CloneSourceId - Company - CompanyDunsNumber - ConvertedAccountId - ConvertedContactId - ConvertedDate - ConvertedOpportunityId - Country - CreatedById - CreatedDate - CurrentGenerators__c - DandbCompanyId - Description - Email - EmailBouncedDate - EmailBouncedReason - Fax - FirstName - GeocodeAccuracy - Id - IndividualId - Industry - IsConverted - IsDeleted - IsUnreadByOwner - Jigsaw - JigsawContactId - LastActivityDate - LastModifiedById - LastModifiedDate - LastName - LastReferencedDate - LastViewedDate - Latitude - LeadSource - Longitude - MasterRecordId - MobilePhone - Name - NumberOfEmployees - NumberofLocations__c - OwnerId - Phone - PhotoUrl - PostalCode - Primary__c - ProductInterest__c - Rating - SICCode__c - Salutation - State - Status - Street - SystemModstamp - Title - Website type: object properties: Address: $ref: '#/components/schemas/Address5' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue1' City: $ref: '#/components/schemas/City' CleanStatus: $ref: '#/components/schemas/CleanStatus2' CloneSourceId: $ref: '#/components/schemas/CloneSourceId' Company: $ref: '#/components/schemas/Company' CompanyDunsNumber: $ref: '#/components/schemas/CompanyDunsNumber' ConvertedAccountId: $ref: '#/components/schemas/ConvertedAccountId' ConvertedContactId: $ref: '#/components/schemas/ConvertedContactId' ConvertedDate: $ref: '#/components/schemas/ConvertedDate' ConvertedOpportunityId: $ref: '#/components/schemas/ConvertedOpportunityId' Country: $ref: '#/components/schemas/Country' CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' CurrentGenerators__c: $ref: '#/components/schemas/CurrentGeneratorsC' DandbCompanyId: $ref: '#/components/schemas/DandbCompanyId1' Description: $ref: '#/components/schemas/Description5' Email: $ref: '#/components/schemas/Email1' EmailBouncedDate: $ref: '#/components/schemas/EmailBouncedDate1' EmailBouncedReason: $ref: '#/components/schemas/EmailBouncedReason1' Fax: $ref: '#/components/schemas/Fax2' FirstName: $ref: '#/components/schemas/FirstName1' GeocodeAccuracy: $ref: '#/components/schemas/GeocodeAccuracy' Id: $ref: '#/components/schemas/Id4' IndividualId: $ref: '#/components/schemas/IndividualId1' Industry: $ref: '#/components/schemas/Industry1' IsConverted: $ref: '#/components/schemas/IsConverted' IsDeleted: $ref: '#/components/schemas/IsDeleted2' IsUnreadByOwner: $ref: '#/components/schemas/IsUnreadByOwner' Jigsaw: $ref: '#/components/schemas/Jigsaw2' JigsawContactId: $ref: '#/components/schemas/JigsawContactId1' LastActivityDate: $ref: '#/components/schemas/LastActivityDate2' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' LastName: $ref: '#/components/schemas/LastName1' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' Latitude: $ref: '#/components/schemas/Latitude' LeadSource: $ref: '#/components/schemas/LeadSource1' Longitude: $ref: '#/components/schemas/Longitude' MasterRecordId: $ref: '#/components/schemas/MasterRecordId2' MobilePhone: $ref: '#/components/schemas/MobilePhone1' Name: $ref: '#/components/schemas/Name17' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees1' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC1' OwnerId: $ref: '#/components/schemas/OwnerId2' Phone: $ref: '#/components/schemas/Phone2' PhotoUrl: $ref: '#/components/schemas/PhotoUrl2' PostalCode: $ref: '#/components/schemas/PostalCode' Primary__c: $ref: '#/components/schemas/PrimaryC' ProductInterest__c: $ref: '#/components/schemas/ProductInterestC' Rating: $ref: '#/components/schemas/Rating1' SICCode__c: $ref: '#/components/schemas/SICCodeC' Salutation: $ref: '#/components/schemas/Salutation1' State: $ref: '#/components/schemas/State' Status: $ref: '#/components/schemas/Status8' Street: $ref: '#/components/schemas/Street' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' Title: $ref: '#/components/schemas/Title1' Website: $ref: '#/components/schemas/Website1' examples: - Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SLAExpirationDateC4: title: SLAExpirationDateC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 15/03/2017 value: '2017-03-15T00:00:00.000Z' Title4: title: Title4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Director of Vendor Relations IsActive: title: IsActive required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ChannelProgramLevelHistory: title: ChannelProgramLevelHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory ChildRelationship: title: ChildRelationship required: - cascadeDelete - childSObject - deprecatedAndHidden - field - junctionIdListNames - junctionReferenceTo - relationshipName - restrictedDelete type: object properties: cascadeDelete: type: boolean example: true childSObject: type: string example: example_value deprecatedAndHidden: type: boolean example: true field: type: string example: example_value junctionIdListNames: type: array items: type: string description: '' example: [] junctionReferenceTo: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value restrictedDelete: type: boolean example: true examples: - cascadeDelete: true childSObject: AIInsightValue deprecatedAndHidden: false field: SobjectLookupValueId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: null restrictedDelete: 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 Getconversationentries: title: Getconversationentries required: - conversationEntries type: object properties: conversationEntries: type: array items: $ref: '#/components/schemas/ConversationEntry' description: '' example: [] examples: - conversationEntries: - clientDuration: 0 clientTimestamp: 1736508089610 identifier: 06a1182e-d932-4178-9864-6de5b7b3d3fd messageText: 'The Canyon Zip Line Excursion is an exhilarating adventure where you can soar over deep canyons and lush forest canopies. Here are some details: - Description: Soar over deep canyons and lush forest canopies on our thrilling zip line tour. - Activity Level: High - Type: Adventure Activities Would you like to know the available sessions for this excursion? If so, please provide the date you're interested in.' relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508089657 - clientDuration: 0 clientTimestamp: 1736508081161 identifier: 414e8b7b-af09-4349-beee-79806657495c messageText: sofiarodriguez@example.com and 10008155 relatedRecords: - 0MwKj000007sdiM sender: appType: iamessage role: EndUser subject: v2/iamessage/UNAUTH/NA/uid:cee38146-34f1-41a2-a96c-a5c4c9b8b62b serverReceivedTimestamp: 1736508081203 - clientDuration: 0 clientTimestamp: 1736508041619 identifier: 981246f2-7be4-4fa4-a8ea-2bb134c7f6ff messageText: Could you please provide your email address and membership number so I can look up your details and get the information for you? relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508041627 - clientDuration: 0 clientTimestamp: 1736508034543 identifier: 7db791fe-1f23-46d7-b685-7ad7b3f56f9d messageText: show me more information about the canyon zip line excursion relatedRecords: - 0MwKj000007sdiM sender: appType: iamessage role: EndUser subject: v2/iamessage/UNAUTH/NA/uid:cee38146-34f1-41a2-a96c-a5c4c9b8b62b serverReceivedTimestamp: 1736508034755 - clientDuration: 0 clientTimestamp: 1736508015523 identifier: e9762707-0b3c-4656-8b91-9f10d04aa313 messageText: Hi, I'm an AI service assistant. How can I help you? relatedRecords: [] sender: appType: chatbot role: Chatbot subject: 0XxKj000000xpJh serverReceivedTimestamp: 1736508015579 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 01BB0000002rP3NMAU: title: 01BB0000002rP3NMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3NMAU Topic: title: Topic required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic 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 01BB0000002rP3IMAU: title: 01BB0000002rP3IMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3IMAU 00hB0000000JrBRIA0: title: 00hB0000000JrBRIA0 required: - id - sectionUserStates type: object properties: id: type: string example: abc123 sectionUserStates: $ref: '#/components/schemas/SectionUserStates' examples: - id: 00hB0000000JrBRIA0 sectionUserStates: 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU GetToolingMetadataSObject: title: GetToolingMetadataSObject required: - objectDescribe - recentItems type: object properties: objectDescribe: $ref: '#/components/schemas/ObjectDescribe1' recentItems: type: array items: type: string description: '' example: [] examples: - objectDescribe: activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 01p label: Apex Class labelPlural: Apex Classes layoutable: true mergeable: false mruEnabled: true name: ApexClass queryable: true replicateable: true retrieveable: true searchable: true triggerable: false undeletable: false updateable: true urls: compactLayouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/compactLayouts rowTemplate: /services/data/v59.0/tooling/sobjects/ApexClass/{ID} describe: /services/data/v59.0/tooling/sobjects/ApexClass/describe layouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/layouts sobject: /services/data/v59.0/tooling/sobjects/ApexClass recentItems: [] IsPortalEnabled: title: IsPortalEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Full: title: Full required: - View type: object properties: View: $ref: '#/components/schemas/View' Type10: title: Type10 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Customer - Direct value: Customer - Direct SuccessfulGetExternalCredentialsbyDeveloperName: title: SuccessfulGetExternalCredentialsbyDeveloperName required: - authenticationProtocol - authenticationProtocolVariant - authenticationStatus - customHeaders - developerName - id - masterLabel - parameters - principals - relatedNamedCredentials - url type: object properties: authenticationProtocol: type: string example: example_value authenticationProtocolVariant: type: string example: example_value authenticationStatus: type: string example: example_value customHeaders: type: array items: type: string 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: type: string description: '' example: [] relatedNamedCredentials: type: array items: $ref: '#/components/schemas/RelatedNamedCredential' description: '' example: [] url: type: string example: https://www.example.com examples: - authenticationProtocol: Custom authenticationProtocolVariant: NoAuthentication authenticationStatus: NotConfigured customHeaders: [] developerName: Test id: 0pt... masterLabel: Test parameters: [] principals: [] relatedNamedCredentials: - developerName: Test id: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test url: /services/data/v58.0/named-credentials/external-credentials/Test GetChildRecords: title: GetChildRecords required: - count - currentPageToken - currentPageUrl - nextPageToken - nextPageUrl - previousPageToken - previousPageUrl - records type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com nextPageToken: type: - string - 'null' example: CAUQAA nextPageUrl: type: - string - 'null' example: https://www.example.com previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records1' description: '' example: [] examples: - count: 1 currentPageToken: 1;5;001B000000UnQ2wIAF;Contacts;Contact.Id,Contact.Name; currentPageUrl: /services/data/v58.0/ui-api/records/001B000000UnQ2wIAF/child-relationships/Contacts?fields=Contact.Id%2CContact.Name&page=1&pageSize=5 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Contact childRelationships: {} eTag: c3d33add9008aed557a1efa68173aa9b fields: AccountId: displayValue: null value: 001B000000UnQ2wIAF Id: displayValue: null value: 003B00000097MToIAM Name: displayValue: null value: Jack Rogers id: 003B00000097MToIAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 ColumnWidths: title: ColumnWidths required: - Site - Type - BillingCountry - Owner.Alias - Phone - Name type: object properties: Site: type: integer contentEncoding: int32 example: 10 Type: type: integer contentEncoding: int32 example: 10 BillingCountry: type: integer contentEncoding: int32 example: 42 Owner.Alias: type: integer contentEncoding: int32 example: 10 Phone: type: integer contentEncoding: int32 example: 10 Name: type: integer contentEncoding: int32 example: Example Title examples: - Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 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 GetFavorites: title: GetFavorites required: - favorites type: object properties: favorites: type: array items: $ref: '#/components/schemas/Favorite' description: '' example: [] examples: - favorites: - 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 DefaultUserBanner: title: DefaultUserBanner required: - fullSizeUrl type: object properties: fullSizeUrl: type: string example: https://www.example.com examples: - fullSizeUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile.png 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 PicklistValue31: title: PicklistValue31 required: - active - defaultValue - label - validFor - value type: object properties: active: type: boolean example: true defaultValue: type: boolean example: true label: type: string example: Example Title validFor: type: - string - 'null' example: example_value value: type: string example: example_value examples: - active: true defaultValue: false label: Mr. validFor: null value: Mr. ContentVersionHistory: title: ContentVersionHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory 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 ProfileSkillEndorsementHistory: title: ProfileSkillEndorsementHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory JigsawContactId1: title: JigsawContactId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 Fields27: title: Fields27 required: - AccountNumber - Active__c - AnnualRevenue - BillingCity - BillingCountry - BillingPostalCode - BillingState - BillingStreet - CloneSourceId - 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/AccountNumber4' Active__c: $ref: '#/components/schemas/ActiveC4' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue2' BillingCity: $ref: '#/components/schemas/BillingCity2' BillingCountry: $ref: '#/components/schemas/BillingCountry2' BillingPostalCode: $ref: '#/components/schemas/BillingPostalCode2' BillingState: $ref: '#/components/schemas/BillingState2' BillingStreet: $ref: '#/components/schemas/BillingStreet2' CloneSourceId: $ref: '#/components/schemas/CloneSourceId3' CustomerPriority__c: $ref: '#/components/schemas/CustomerPriorityC4' Description: $ref: '#/components/schemas/Description6' Fax: $ref: '#/components/schemas/Fax4' Industry: $ref: '#/components/schemas/Industry2' Name: $ref: '#/components/schemas/Name21' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees7' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC2' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Ownership: $ref: '#/components/schemas/Ownership4' Parent: $ref: '#/components/schemas/Parent7' ParentId: $ref: '#/components/schemas/ParentId2' Phone: $ref: '#/components/schemas/Phone5' Rating: $ref: '#/components/schemas/Rating3' SLAExpirationDate__c: $ref: '#/components/schemas/SLAExpirationDateC4' SLASerialNumber__c: $ref: '#/components/schemas/SLASerialNumberC4' SLA__c: $ref: '#/components/schemas/SLAC4' ShippingCity: $ref: '#/components/schemas/ShippingCity4' ShippingCountry: $ref: '#/components/schemas/ShippingCountry4' ShippingPostalCode: $ref: '#/components/schemas/ShippingPostalCode4' ShippingState: $ref: '#/components/schemas/ShippingState4' ShippingStreet: $ref: '#/components/schemas/ShippingStreet4' Sic: $ref: '#/components/schemas/Sic4' Site: $ref: '#/components/schemas/Site2' TickerSymbol: $ref: '#/components/schemas/TickerSymbol2' Type: $ref: '#/components/schemas/Type10' UpsellOpportunity__c: $ref: '#/components/schemas/UpsellOpportunityC4' Website: $ref: '#/components/schemas/Website5' examples: - AccountNumber: displayValue: null value: CC634267 Active__c: displayValue: 'Yes' value: 'Yes' AnnualRevenue: displayValue: $50,000,000 value: 50000000 BillingCity: displayValue: null value: Lawrence BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '66045' BillingState: displayValue: null value: KS BillingStreet: displayValue: null value: 1301 Hoch Drive CloneSourceId: displayValue: null value: 001B000000UnQ2yIAF CustomerPriority__c: displayValue: Low value: Low Description: displayValue: null value: null Fax: displayValue: null value: (785) 241-6201 Industry: displayValue: Consulting value: Consulting Name: displayValue: null value: Dickenson plc NumberOfEmployees: displayValue: null value: 120 NumberofLocations__c: displayValue: null value: 2 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: Private value: Private Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (785) 241-6200 Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: 15/03/2017 value: '2017-03-15T00:00:00.000Z' SLASerialNumber__c: displayValue: null value: '7425' SLA__c: displayValue: Bronze value: Bronze ShippingCity: displayValue: null value: Lawrence ShippingCountry: displayValue: null value: USA ShippingPostalCode: displayValue: null value: '66045' ShippingState: displayValue: null value: KS ShippingStreet: displayValue: null value: 1301 Hoch Drive Sic: displayValue: null value: '6752' Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: Customer - Channel value: Customer - Channel UpsellOpportunity__c: displayValue: 'No' value: 'No' Website: displayValue: null value: dickenson-consulting.com DefaultGroupImage: title: DefaultGroupImage required: - largeUrl - mediumUrl - smallUrl type: object properties: largeUrl: type: string example: https://www.example.com mediumUrl: type: string example: https://www.example.com smallUrl: type: string example: https://www.example.com examples: - largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_200.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_160.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_group_icon_96.png ProductInterestC1: title: ProductInterestC1 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: GC5000 series value: GC5000 series 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 OrderHistory: title: OrderHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory ActiveScratchOrgHistory: title: ActiveScratchOrgHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory Alias4: title: Alias4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: POzil OrgMetricScanResult: title: OrgMetricScanResult required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult 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 ScratchOrgInfo: title: ScratchOrgInfo required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo 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 GetMRUListViewActions: title: GetMRUListViewActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions21' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: Account: actions: - actionListContext: MruList actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000102212WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: MruList actionTarget: null actionTargetType: null apiName: MruListSort externalId: 00D58000000arpq:Account::MruList:Desktop:StandardButton:MruListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000102213WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/mru-list/Account eTag: e40070982f76ef03ffdc6f70e91b9321 url: /services/data/v58.0/ui-api/actions/mru-list/Account 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 UserPreferencesLtngPromoReserved10UserPref: title: UserPreferencesLtngPromoReserved10UserPref required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true GeocodeAccuracy: title: GeocodeAccuracy required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesStayInTouchReminder: title: EmailPreferencesStayInTouchReminder required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Partner: title: Partner required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner 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 GetSandbox: title: GetSandbox required: - attributes - Id - IsDeleted - CreatedDate - CreatedById - LastModifiedDate - LastModifiedById - SystemModstamp - SandboxName - LicenseType - TemplateId - HistoryDays - CopyChatter - AutoActivate - ApexClassId - Description - SourceId type: object properties: attributes: $ref: '#/components/schemas/Attributes4' Id: type: string example: abc123 IsDeleted: type: boolean example: true CreatedDate: type: string example: example_value CreatedById: type: string example: '500123' LastModifiedDate: type: string example: example_value LastModifiedById: type: string example: '500123' SystemModstamp: type: string example: example_value SandboxName: type: string example: example_value LicenseType: type: string example: example_value TemplateId: type: - string - 'null' example: '500123' HistoryDays: type: integer contentEncoding: int32 example: 10 CopyChatter: type: boolean example: true AutoActivate: type: boolean example: true ApexClassId: type: - string - 'null' example: '500123' Description: type: string example: A sample description. SourceId: type: - string - 'null' example: '500123' examples: - attributes: type: SandboxInfo url: /services/data/v59.0/tooling/sobjects/SandboxInfo/0GQ4H000000CxSzWAK Id: 0GQ4H000000CxSzWAK IsDeleted: false CreatedDate: 2023-12-11T10:44:58.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2023-12-11T10:44:58.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2023-12-11T10:44:58.000+0000 SandboxName: devSandbox LicenseType: DEVELOPER TemplateId: null HistoryDays: 0 CopyChatter: false AutoActivate: false ApexClassId: null Description: My new fresh sandbox SourceId: null ProductInterestC: title: ProductInterestC required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 GetValuesforAllPicklistFieldsofaRecordType: title: GetValuesforAllPicklistFieldsofaRecordType required: - eTag - picklistFieldValues type: object properties: eTag: type: string example: example_value picklistFieldValues: $ref: '#/components/schemas/PicklistFieldValues' examples: - eTag: ef21257ca08f8952ff154f57dc775336 picklistFieldValues: CleanStatus: controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped LeadSource: controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other Level__c: controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary MailingGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown OtherGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown Salutation: controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. 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 AccountId2: title: AccountId2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 001B000000UnQ2wIAF EmailMessageRelation: title: EmailMessageRelation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation Value: title: Value required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields8' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: - string - 'null' example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 Industry2: title: Industry2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Agriculture value: Agriculture Resultwithpersonalizednav: title: Resultwithpersonalizednav required: - currentPageUrl - eTag - navItems - nextPageUrl type: object properties: currentPageUrl: type: string example: https://www.example.com eTag: type: string example: example_value navItems: type: array items: $ref: '#/components/schemas/NavItem5' description: '' example: [] nextPageUrl: type: - string - 'null' example: https://www.example.com examples: - currentPageUrl: /services/data/v58.0/ui-api/apps/06m58000000fBK2AAM/user-nav-items?formFactor=large eTag: 0d35dc3820e3022bcf9145fc3ec5be69 navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: 0Qk4H0000009kokSAA itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: 0Qk4H0000009kolSAA itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: 0Qk4H0000009komSAA itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: 0Qk4H0000009konSAA itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: 0Qk4H0000009kooSAA itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: 0Qk4H0000009kopSAA itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: 0Qk4H0000009koqSAA itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: 0Qk4H0000009korSAA itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: 0Qk4H0000009kosSAA itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: 0Qk4H0000009kotSAA itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: 0Qk4H0000009kouSAA itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: 0Qk4H0000009kovSAA itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: 0Qk4H0000009kowSAA itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: 0Qk4H0000009koxSAA itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: 0Qk4H0000009koySAA itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 nextPageUrl: null 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 Result6: title: Result6 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/Fields18' 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: 8aae3f4fbe3055e68df1d4c8a989a671 fields: AnnualRevenue: displayValue: $350,000,000 value: 350000000 BillingCity: displayValue: null value: Burlington BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '27215' BillingState: displayValue: null value: NC BillingStreet: displayValue: null value: 525 S. Lexington Ave Industry: displayValue: Apparel value: Apparel Name: displayValue: null value: Burlington Textiles Corp of America 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 Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (336) 222-7000 PhotoUrl: displayValue: null value: /services/images/photo/001B000000UnQ2wIAF Site: displayValue: null value: null Type: displayValue: Customer - Direct value: Customer - Direct Website: displayValue: null value: www.burlington.com id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 PhotoUrl4: title: PhotoUrl4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: /services/images/photo/001B000000UnQ2wIAF IsUnreadByOwner: title: IsUnreadByOwner required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GetToolingDescribeSObject: title: GetToolingDescribeSObject required: - actionOverrides - activateable - associateEntityType - associateParentEntity - childRelationships - compactLayoutable - createable - custom - customSetting - deepCloneable - defaultImplementation - deletable - deprecatedAndHidden - extendedBy - extendsInterfaces - feedEnabled - fields - hasSubtypes - implementedBy - implementsInterfaces - isInterface - isSubtype - keyPrefix - label - labelPlural - layoutable - listviewable - lookupLayoutable - mergeable - mruEnabled - name - namedLayoutInfos - networkScopeFieldName - queryable - recordTypeInfos - replicateable - retrieveable - searchLayoutable - searchable - sobjectDescribeOption - supportedScopes - triggerable - undeletable - updateable - urls type: object properties: actionOverrides: type: array items: type: string description: '' example: [] activateable: type: boolean example: true associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship' description: '' example: [] compactLayoutable: type: boolean example: true createable: type: boolean example: true custom: type: boolean example: true customSetting: type: boolean example: true deepCloneable: type: boolean example: true defaultImplementation: type: - string - 'null' example: example_value deletable: type: boolean example: true deprecatedAndHidden: type: boolean example: true extendedBy: type: - string - 'null' example: example_value extendsInterfaces: type: - string - 'null' example: example_value feedEnabled: type: boolean example: true fields: type: array items: $ref: '#/components/schemas/Fields2' description: '' example: [] hasSubtypes: type: boolean example: true implementedBy: type: - string - 'null' example: example_value implementsInterfaces: type: - string - 'null' example: example_value isInterface: type: boolean example: true isSubtype: type: boolean example: true keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true listviewable: type: - string - 'null' example: example_value lookupLayoutable: type: - string - 'null' example: example_value mergeable: type: boolean example: true mruEnabled: type: boolean example: true name: type: string example: Example Title namedLayoutInfos: type: array items: type: string description: '' example: [] networkScopeFieldName: type: - string - 'null' example: example_value queryable: type: boolean example: true recordTypeInfos: type: array items: type: string description: '' example: [] replicateable: type: boolean example: true retrieveable: type: boolean example: true searchLayoutable: type: boolean example: true searchable: type: boolean example: true sobjectDescribeOption: type: string example: example_value supportedScopes: type: array items: $ref: '#/components/schemas/SupportedScope' description: '' example: [] triggerable: type: boolean example: true undeletable: type: boolean example: true updateable: type: boolean example: true urls: $ref: '#/components/schemas/Urls8' Scorecard: title: Scorecard required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard IPAddressRange: title: IPAddressRange required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange 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 PicklistFieldValues: title: PicklistFieldValues required: - CleanStatus - LeadSource - Level__c - MailingGeocodeAccuracy - OtherGeocodeAccuracy - Salutation type: object properties: CleanStatus: $ref: '#/components/schemas/CleanStatus4' LeadSource: $ref: '#/components/schemas/LeadSource4' Level__c: $ref: '#/components/schemas/LevelC' MailingGeocodeAccuracy: $ref: '#/components/schemas/MailingGeocodeAccuracy1' OtherGeocodeAccuracy: $ref: '#/components/schemas/OtherGeocodeAccuracy1' Salutation: $ref: '#/components/schemas/Salutation4' examples: - CleanStatus: controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped LeadSource: controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other Level__c: controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary MailingGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown OtherGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown Salutation: controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. BillingState2: title: BillingState2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: NC CaseContactRole: title: CaseContactRole required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole 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 PartnerFundClaim: title: PartnerFundClaim required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim 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 AuthorizationFormTextHistory: title: AuthorizationFormTextHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory Actions2: title: Actions2 required: - 0014H00002LbR7QQAV - 00158000006QBOhAAO type: object properties: 0014H00002LbR7QQAV: $ref: '#/components/schemas/0014H00002LbR7QQAV' 00158000006QBOhAAO: $ref: '#/components/schemas/00158000006QBOhAAO' examples: - 0014H00002LbR7QQAV: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV 00158000006QBOhAAO: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO Organization: title: Organization required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization 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 ConsumptionSchedule: title: ConsumptionSchedule required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule ShippingCity4: title: ShippingCity4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Lawrence 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 GetRecordLayoutMetadata: title: GetRecordLayoutMetadata 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/Section1' description: '' example: [] ContentVersion: title: ContentVersion required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion 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 BillingStreet2: title: BillingStreet2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 525 S. Lexington Ave 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 ListReference: title: ListReference required: - id - listViewApiName - objectApiName - type type: object properties: id: type: string example: abc123 listViewApiName: type: string example: example_value objectApiName: type: string example: example_value type: type: string example: example_value examples: - id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView 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 Report: title: Report required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report Pricebook2: title: Pricebook2 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 App: title: App required: - appId - description - developerName - eTag - formFactors - headerColor - iconUrl - isNavAutoTempTabsDisabled - isNavPersonalizationDisabled - isNavTabPersistenceDisabled - label - logoUrl - mobileStartUrl - navItems - selected - startUrl - type - userNavItems type: object properties: appId: type: string example: '500123' description: type: string example: A sample description. developerName: type: string example: example_value eTag: type: string example: example_value formFactors: type: array items: type: string description: '' example: [] headerColor: type: string example: example_value iconUrl: type: - string - 'null' example: https://www.example.com isNavAutoTempTabsDisabled: type: boolean example: true isNavPersonalizationDisabled: type: boolean example: true isNavTabPersistenceDisabled: type: boolean example: true label: type: string example: Example Title logoUrl: type: string example: https://www.example.com mobileStartUrl: type: - string - 'null' example: https://www.example.com navItems: type: array items: oneOf: - allOf: - $ref: '#/components/schemas/NavItem' - examples: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - type: string description: '' example: [] selected: type: boolean example: true startUrl: type: string example: https://www.example.com type: type: string example: example_value userNavItems: type: array items: type: string description: '' example: [] examples: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] 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 Inputs: title: Inputs required: - contextVariables - conversationHistory - utterance type: object properties: contextVariables: type: object example: example_value conversationHistory: type: array items: type: string description: '' example: [] utterance: type: string example: example_value examples: - contextVariables: {} conversationHistory: [] utterance: What's the weather forecast at the resort? 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 PostalCode3: title: PostalCode3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null 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 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 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 AccountNumber4: title: AccountNumber4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: CC634267 StaticResource: title: StaticResource required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource OpportunityHistory: title: OpportunityHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory Actions1: title: Actions1 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: - string - 'null' example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: - string - 'null' example: example_value sourceObject: type: string example: example_value subtype: type: string example: example_value targetObject: type: - string - 'null' example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000279052WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction GetLookupFieldSuggestions: title: GetLookupFieldSuggestions required: - lookupResults - metadata type: object properties: lookupResults: $ref: '#/components/schemas/LookupResults' metadata: $ref: '#/components/schemas/Metadata18' examples: - lookupResults: Account: count: 2 currentPageToken: null currentPageUrl: /services/data/v58.0/ui-api/lookups/Contact/AccountId/Account?searchType=Recent&page=1&pageSize=25 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: 610a250509b966f2eb376b3205824a8b fields: Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 - apiName: Account childRelationships: {} eTag: d0b7cec61a65e01f88b2596dea75cbd8 fields: Id: displayValue: null value: 001B000000UnQ2wIAF Name: displayValue: null value: Burlington Textiles Corp of America Site: displayValue: null value: null id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 metadata: Account: fieldApiName: null objectApiName: null secondaryField: Site targetInfo: {} 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 Metadata9: title: Metadata9 required: - enrichedFields - eventChannel - filterExpression - selectedEntity - urls type: object properties: enrichedFields: type: array items: type: string description: '' example: [] eventChannel: type: string example: example_value filterExpression: type: - string - 'null' example: example_value selectedEntity: type: string example: example_value urls: type: - string - 'null' example: https://www.example.com examples: - enrichedFields: [] eventChannel: ChangeEvents filterExpression: null selectedEntity: ContactChangeEvent urls: null Fields11: title: Fields11 required: - AnnualRevenue - City - Company - Country - CreatedBy - CreatedById - CreatedDate - CurrentGenerators__c - Description - Email - Fax - FirstName - Industry - LastModifiedBy - LastModifiedById - LastModifiedDate - LastName - LeadSource - MobilePhone - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Phone - PostalCode - Primary__c - ProductInterest__c - Rating - SICCode__c - Salutation - State - Status - Street - Title - Website type: object properties: AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue3' City: $ref: '#/components/schemas/City3' Company: $ref: '#/components/schemas/Company1' Country: $ref: '#/components/schemas/Country2' CreatedBy: $ref: '#/components/schemas/CreatedBy3' CreatedById: $ref: '#/components/schemas/CreatedById5' CreatedDate: $ref: '#/components/schemas/CreatedDate5' CurrentGenerators__c: $ref: '#/components/schemas/CurrentGeneratorsC1' Description: $ref: '#/components/schemas/Description6' Email: $ref: '#/components/schemas/Email5' Fax: $ref: '#/components/schemas/Fax5' FirstName: $ref: '#/components/schemas/FirstName4' Industry: $ref: '#/components/schemas/Industry3' LastModifiedBy: $ref: '#/components/schemas/LastModifiedBy3' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate5' LastName: $ref: '#/components/schemas/LastName4' LeadSource: $ref: '#/components/schemas/LeadSource2' MobilePhone: $ref: '#/components/schemas/MobilePhone3' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC2' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Phone: $ref: '#/components/schemas/Phone5' PostalCode: $ref: '#/components/schemas/PostalCode3' Primary__c: $ref: '#/components/schemas/PrimaryC1' ProductInterest__c: $ref: '#/components/schemas/ProductInterestC1' Rating: $ref: '#/components/schemas/Rating3' SICCode__c: $ref: '#/components/schemas/SICCodeC1' Salutation: $ref: '#/components/schemas/Salutation2' State: $ref: '#/components/schemas/State2' Status: $ref: '#/components/schemas/Status9' Street: $ref: '#/components/schemas/Street3' Title: $ref: '#/components/schemas/Title4' Website: $ref: '#/components/schemas/Website2' examples: - AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null PartyConsentHistory: title: PartyConsentHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Salutation4: title: Salutation4 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. Period: title: Period required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period AppMenuItem: title: AppMenuItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem DataweaveMappingMdt: title: DataweaveMappingMdt required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt PostalCode2: title: PostalCode2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '32306' Sender1: title: Sender1 required: - appType - role - subject type: object properties: appType: type: string example: example_value role: type: string example: example_value subject: type: string example: example_value examples: - appType: chatbot role: Chatbot subject: 0XxKj000000xpJh GetLookupFieldSuggestionsforaSpecifiedObject: title: GetLookupFieldSuggestionsforaSpecifiedObject required: - count - currentPageToken - currentPageUrl - nextPageToken - nextPageUrl - previousPageToken - previousPageUrl - records type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: - string - 'null' example: CAUQAA currentPageUrl: type: string example: https://www.example.com nextPageToken: type: - string - 'null' example: CAUQAA nextPageUrl: type: - string - 'null' example: https://www.example.com previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com records: type: array items: $ref: '#/components/schemas/Records3' description: '' example: [] examples: - count: 2 currentPageToken: null currentPageUrl: /services/data/v58.0/ui-api/lookups/Contact/AccountId/Account?searchType=Recent&page=1&pageSize=25 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: 2316c5f4a27ac31b407d91aab610b281 fields: DisambiguationField: displayValue: null value: null Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 - apiName: Account childRelationships: {} eTag: cb5afb4494d9c9f6f81ab0e5f214585c fields: DisambiguationField: displayValue: null value: null Id: displayValue: null value: 001B000000UnQ2wIAF Name: displayValue: null value: Burlington Textiles Corp of America Site: displayValue: null value: null id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 CredentialStuffingEventStore: title: CredentialStuffingEventStore required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore CaseHistory: title: CaseHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory 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 EngagementChannelTypeHistory: title: EngagementChannelTypeHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory SuccessfulGetJobInfo: title: SuccessfulGetJobInfo required: - id - operation - object - createdById - createdDate - systemModstamp - state - concurrencyMode - contentType - apiVersion - jobType - lineEnding - columnDelimiter - numberRecordsProcessed - numberRecordsFailed - retries - totalProcessingTime - apiActiveProcessingTime - apexProcessingTime 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 jobType: type: string example: example_value lineEnding: type: string example: example_value columnDelimiter: type: string example: example_value numberRecordsProcessed: type: integer contentEncoding: int32 example: 10 numberRecordsFailed: type: integer contentEncoding: int32 example: 10 retries: type: integer contentEncoding: int32 example: 10 totalProcessingTime: type: integer contentEncoding: int32 example: 1700000000000 apiActiveProcessingTime: type: integer contentEncoding: int32 example: 1700000000000 apexProcessingTime: type: integer contentEncoding: int32 example: 1700000000000 examples: - id: 750... operation: insert object: Asset createdById: 005... createdDate: systemModstamp: state: JobComplete concurrencyMode: Parallel contentType: CSV apiVersion: 58 jobType: V2Ingest lineEnding: LF columnDelimiter: COMMA numberRecordsProcessed: 1 numberRecordsFailed: 1 retries: 0 totalProcessingTime: 100 apiActiveProcessingTime: 43 apexProcessingTime: 0 NavItem5: title: NavItem5 required: - availableInClassic - availableInLightning - color - content - custom - developerName - iconUrl - id - itemType - label - objectApiName - objectLabel - objectLabelPlural - pageReference - standardType type: object properties: availableInClassic: type: boolean example: true availableInLightning: type: boolean example: true color: type: string example: example_value content: type: - string - 'null' example: example_value custom: type: boolean example: true developerName: type: string example: example_value iconUrl: type: string example: https://www.example.com id: type: string example: abc123 itemType: type: string example: example_value label: type: string example: Example Title objectApiName: type: string example: example_value objectLabel: type: - string - 'null' example: example_value objectLabelPlural: type: - string - 'null' example: example_value pageReference: $ref: '#/components/schemas/PageReference' standardType: type: - string - 'null' example: example_value examples: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: 0Qk4H0000009kokSAA itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home Actions5: title: Actions5 required: - 0014H00002LbR7QQAV type: object properties: 0014H00002LbR7QQAV: $ref: '#/components/schemas/0014H00002LbR7QQAV1' examples: - 0014H00002LbR7QQAV: actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit 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 DataUseLegalBasis: title: DataUseLegalBasis required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis 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 ListEmail: title: ListEmail required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail Name16: title: Name16 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesGlobalNavBarWTShown: title: UserPreferencesGlobalNavBarWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true PageReference6: title: PageReference6 required: - attributes - state - type type: object properties: attributes: $ref: '#/components/schemas/Attributes35' state: type: object example: example_value type: type: string example: example_value examples: - attributes: objectApiName: AssetStatePeriod actionName: home state: {} type: standard__objectPage 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 LastModifiedDate14: title: LastModifiedDate14 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2023-10-04T18:35:13.000Z' 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 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 CaseComment: title: CaseComment required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment NamespaceRegistryHistory: title: NamespaceRegistryHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory CurrentGeneratorsC1: title: CurrentGeneratorsC1 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: All AnnualRevenue1: title: AnnualRevenue1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GetGlobalActions: title: GetGlobalActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: Global: actions: - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000279052WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000279053WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000279054WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000279055WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000279056WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000279057WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000279058WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000279059WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000279060WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000279061WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000279062WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000279063WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000279064WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/global eTag: 96082978ff1803b51fcee9ce34121cfa url: /services/data/v58.0/ui-api/actions/global ActiveScratchOrg: title: ActiveScratchOrg required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg Name18: title: Name18 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: - string - 'null' example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields5' keyPrefix: type: - string - 'null' example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: type: object example: example_value searchable: type: boolean example: true themeInfo: type: - string - 'null' example: example_value updateable: type: boolean example: true examples: - apiName: Name associateEntityType: null associateParentEntity: null childRelationships: [] createable: false custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: 573f4fe385d2beee7dae9c908017b144 feedEnabled: false fields: Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NameOrAlias: apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RecordTypeId: apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: null label: Name labelPlural: Names layoutable: false mruEnabled: false nameFields: - FirstName - LastName - Name queryable: false recordTypeInfos: {} searchable: false themeInfo: null updateable: false UserPermissionsWorkDotComUserFeature: title: UserPermissionsWorkDotComUserFeature required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 Image: title: Image required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image 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 GetRecordDetailPageActions: title: GetRecordDetailPageActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions2' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 0014H00002LbR7QQAV: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV 00158000006QBOhAAO: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO eTag: 070a59ceff1430940937c233f1b952dd url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV,00158000006QBOhAAO SectionUserStates: title: SectionUserStates required: - 01BB0000002rP3IMAU - 01BB0000002rP3JMAU - 01BB0000002rP3LMAU - 01BB0000002rP3MMAU - 01BB0000002rP3NMAU type: object properties: 01BB0000002rP3IMAU: $ref: '#/components/schemas/01BB0000002rP3IMAU' 01BB0000002rP3JMAU: $ref: '#/components/schemas/01BB0000002rP3JMAU' 01BB0000002rP3LMAU: $ref: '#/components/schemas/01BB0000002rP3LMAU' 01BB0000002rP3MMAU: $ref: '#/components/schemas/01BB0000002rP3MMAU' 01BB0000002rP3NMAU: $ref: '#/components/schemas/01BB0000002rP3NMAU' examples: - 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU UserPreferencesDisableFollowersEmail: title: UserPreferencesDisableFollowersEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailBouncedReason1: title: EmailBouncedReason1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Attributes4: title: Attributes4 required: - type - url type: object properties: type: type: string example: example_value url: type: string example: https://www.example.com examples: - type: Account url: /services/data/v58.0/sobjects/Account/001... Salutation2: title: Salutation2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Ms. value: Ms. GetLightningPageActions: title: GetLightningPageActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions17' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: Sample_Lightning_page: actions: - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000295294WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/NewAccount/describe actionTargetType: Describe apiName: Global.NewAccount externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2s iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000295295WAA isMassAction: 'false' label: New Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page eTag: ff4486597111fb5e059e5dab793c8231 url: /services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page Street: title: Street required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LayoutUserStates: title: LayoutUserStates required: - 00hB0000000JrBRIA0 type: object properties: 00hB0000000JrBRIA0: $ref: '#/components/schemas/00hB0000000JrBRIA0' examples: - 00hB0000000JrBRIA0: id: 00hB0000000JrBRIA0 sectionUserStates: 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU 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 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 UserRole: title: UserRole required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole ThreatDetectionFeedback: title: ThreatDetectionFeedback required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback 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 DeleteEvent: title: DeleteEvent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent ProfileSkillEndorsement: title: ProfileSkillEndorsement required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement Account12: title: Account12 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account DoesSendEmailToMembers: title: DoesSendEmailToMembers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCodeC1: title: SICCodeC1 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2768' UserPreferencesGlobalNavGridMenuWTShown: title: UserPreferencesGlobalNavGridMenuWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: title: UserPreferencesReminderSoundOff required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 PartnerFundClaimHistory: title: PartnerFundClaimHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory GetListViewHeaderActions: title: GetListViewHeaderActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions11' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00B58000002ssinEAA: actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA eTag: 6f6e964d38807defe01bd28d144c9c0e url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA MixItemC: title: MixItemC required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c NamespaceRegistry: title: NamespaceRegistry required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry 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 MerchandiseC: title: MerchandiseC required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c 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 BillingPostalCode2: title: BillingPostalCode2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '27215' ScorecardMetric: title: ScorecardMetric required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric LayoutItem1: title: LayoutItem1 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/LayoutComponent1' 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: Account Owner layoutComponents: - apiName: OwnerId componentType: Field label: Owner ID lookupIdApiName: OwnerId required: false sortable: false 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 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 GetObjectMetadata: title: GetObjectMetadata 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 CompanyDunsNumber: title: CompanyDunsNumber required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email1: title: Email1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 ObjectInfos: title: ObjectInfos required: - Group - Lead - Name - User type: object properties: Group: $ref: '#/components/schemas/Group1' Lead: $ref: '#/components/schemas/Lead1' Name: $ref: '#/components/schemas/Name18' User: $ref: '#/components/schemas/User7' examples: - Group: apiName: Group associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers - childObjectApiName: QueueSobject fieldName: QueueId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: QueueSobjects - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers createable: true custom: false defaultRecordTypeId: null deletable: true dependentFields: {} eTag: 7c2efbc357f16e2ce94a601b6724e2e0 feedEnabled: false fields: CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: 00G label: Group labelPlural: Group layoutable: false mruEnabled: false nameFields: - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png updateable: true Lead: apiName: Lead associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: ActivityHistory fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: CampaignMember fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CampaignMembers - childObjectApiName: CleanInfo fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CleanInfos - childObjectApiName: CollaborationGroupRecord fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordAssociatedGroups - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EmailStatus fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailStatuses - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: LeadCleanInfo fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfos - childObjectApiName: LeadFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: LeadHistory fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: LeadShare fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ListEmailIndividualRecipient fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailIndividualRecipients - childObjectApiName: ListEmailSentResult fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailRecipients - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: Note fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Notes - childObjectApiName: NoteAndAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NotesAndAttachments - childObjectApiName: OpenActivity fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: ProcessInstance fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessInstances - childObjectApiName: ProcessInstanceHistory fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessSteps - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: Task fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 36ee19b8151a3359e045a269024228ee feedEnabled: true fields: Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: 00Q label: Lead labelPlural: Leads layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png updateable: true Name: apiName: Name associateEntityType: null associateParentEntity: null childRelationships: [] createable: false custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: 573f4fe385d2beee7dae9c908017b144 feedEnabled: false fields: Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NameOrAlias: apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RecordTypeId: apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: null label: Name labelPlural: Names layoutable: false mruEnabled: false nameFields: - FirstName - LastName - Name queryable: false recordTypeInfos: {} searchable: false themeInfo: null updateable: false User: apiName: User associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: AccountCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfoReviewers - childObjectApiName: AnalyticNotification fieldName: RunAsId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AnalyticNotificationRunAsUsers - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: CollaborationGroupMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMemberships - childObjectApiName: CollaborationGroupMemberRequest fieldName: RequesterId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembershipRequests - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactCleanInfoReviewers - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: CompanySignedId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContractsSigned - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DelegatedAccount fieldName: ManagedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentId - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: EntitySubscription fieldName: SubscriberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptions - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: ExternalDataUserAuth fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ExternalDataUserAuths - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: InstalledMobileApp fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: InstalledMobileApps - childObjectApiName: LeadCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfoReviewers - childObjectApiName: NetworkActivityAudit fieldName: EntityCreatedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EntityCreators - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: NetworkMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkMemberUsers - childObjectApiName: NetworkUserHistoryRecent fieldName: NetworkUserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkUserHistoryRecentToUser - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: OwnedContentDocument fieldName: OwnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OwnedContentDocuments - childObjectApiName: PermissionSetAssignment fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetAssignments - childObjectApiName: PermissionSetLicenseAssign fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetLicenseAssignments - childObjectApiName: Photo fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Photos - childObjectApiName: ProfileSkillEndorsement fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillUserEndorsements - childObjectApiName: ProfileSkillUser fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillChildren - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: SessionPermSetActivation fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: SessionPermSetActivations - childObjectApiName: Site fieldName: AdminId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserSites - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers - childObjectApiName: User fieldName: ManagerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedUsers - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord - childObjectApiName: UserEntityAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserEntityAccessRights - childObjectApiName: UserFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: UserFieldAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserFieldAccessRights - childObjectApiName: UserPreference fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserPreferences - childObjectApiName: UserShare fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: WorkBadge fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Badges - childObjectApiName: WorkThanks fieldName: GiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GivenThanks createable: true custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: d448e1084760248d7990ca72c7ab1ef4 feedEnabled: true fields: AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: '005' label: User labelPlural: People layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png updateable: true Records: title: Records required: - 00QB0000003pOQsMAM - 00QB0000003pORDMA2 type: object properties: 00QB0000003pOQsMAM: $ref: '#/components/schemas/00QB0000003pOQsMAM' 00QB0000003pORDMA2: $ref: '#/components/schemas/00QB0000003pORDMA2' examples: - 00QB0000003pOQsMAM: apiName: Lead childRelationships: {} eTag: e79d644a0e26dd84435737c9b78a01f5 fields: AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null id: 00QB0000003pOQsMAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:47:56.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:47:56.000Z' weakEtag: 1695829676000 00QB0000003pORDMA2: apiName: Lead childRelationships: {} eTag: 015958bb8c44279cba6c8f899be4d834 fields: AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null id: 00QB0000003pORDMA2 lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:51:59.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:51:59.000Z' weakEtag: 1695829919000 Parameter1: title: Parameter1 required: - fieldName - isGroupByField - usage type: object properties: fieldName: type: string example: example_value isGroupByField: type: boolean example: true operator: type: string example: example_value sequence: type: integer contentEncoding: int32 example: 10 usage: type: string example: example_value examples: - fieldName: IsDeleted isGroupByField: false operator: Equals sequence: 1 usage: Input GetDefaultValuestoCloneaRecord: title: GetDefaultValuestoCloneaRecord required: - layout - objectInfos - record type: object properties: layout: $ref: '#/components/schemas/Layout' objectInfos: $ref: '#/components/schemas/ObjectInfos1' record: $ref: '#/components/schemas/Record27' 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 CustomerPriorityC4: title: CustomerPriorityC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Low value: Low ContentDocument: title: ContentDocument required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument LayoutComponent1: title: LayoutComponent1 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 behavior: type: string example: example_value customLinkUrl: type: string example: https://www.example.com examples: - apiName: OwnerId componentType: Field label: Owner ID 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 DefaultUserImage: title: DefaultUserImage required: - largeUrl - mediumUrl - smallUrl type: object properties: largeUrl: type: string example: https://www.example.com mediumUrl: type: string example: https://www.example.com smallUrl: type: string example: https://www.example.com examples: - largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_200.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_160.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_profile_avatar_96.png Fields17: title: Fields17 required: - Name - Rating type: object properties: Name: $ref: '#/components/schemas/Name21' Rating: $ref: '#/components/schemas/Rating2' examples: - Name: displayValue: null value: Burlington Textiles Corp of America Rating: displayValue: Warm value: Warm 00B58000002ssinEAA: title: 00B58000002ssinEAA required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions12' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: EditFilter externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png id: 0JV4H0000132177WAA isMassAction: 'false' label: Filter lwcComponent: null primaryColor: 0176D3 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: ListSort externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png id: 0JV4H0000132178WAA isMassAction: 'false' label: Sort lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: Invoke apiName: New externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000132179WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: ListView actionTarget: null actionTargetType: null apiName: PrintableListView externalId: 00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000132180WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00B58000002ssinEAA subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view/00B58000002ssinEAA Contact3: title: Contact3 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact 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 PrimaryC1: title: PrimaryC1 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 'Yes' value: 'Yes' 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 Owner11: title: Owner11 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value22' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' 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 ChannelProgram: title: ChannelProgram required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram CreatedDate14: title: CreatedDate14 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2020-02-27T09:28:06.000Z' Seller: title: Seller required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller User8: title: User8 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User Fields18: title: Fields18 required: - AnnualRevenue - BillingCity - BillingCountry - BillingPostalCode - BillingState - BillingStreet - Industry - Name - Owner - OwnerId - Parent - ParentId - Phone - PhotoUrl - Site - Type - Website type: object properties: AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue2' BillingCity: $ref: '#/components/schemas/BillingCity2' BillingCountry: $ref: '#/components/schemas/BillingCountry2' BillingPostalCode: $ref: '#/components/schemas/BillingPostalCode2' BillingState: $ref: '#/components/schemas/BillingState2' BillingStreet: $ref: '#/components/schemas/BillingStreet2' Industry: $ref: '#/components/schemas/Industry2' Name: $ref: '#/components/schemas/Name21' Owner: $ref: '#/components/schemas/Owner6' OwnerId: $ref: '#/components/schemas/OwnerId4' Parent: $ref: '#/components/schemas/Parent7' ParentId: $ref: '#/components/schemas/ParentId2' Phone: $ref: '#/components/schemas/Phone5' PhotoUrl: $ref: '#/components/schemas/PhotoUrl4' Site: $ref: '#/components/schemas/Site2' Type: $ref: '#/components/schemas/Type10' Website: $ref: '#/components/schemas/Website5' examples: - AnnualRevenue: displayValue: $350,000,000 value: 350000000 BillingCity: displayValue: null value: Burlington BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '27215' BillingState: displayValue: null value: NC BillingStreet: displayValue: null value: 525 S. Lexington Ave Industry: displayValue: Apparel value: Apparel Name: displayValue: null value: Burlington Textiles Corp of America 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 Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (336) 222-7000 PhotoUrl: displayValue: null value: /services/images/photo/001B000000UnQ2wIAF Site: displayValue: null value: null Type: displayValue: Customer - Direct value: Customer - Direct Website: displayValue: null value: www.burlington.com Note: title: Note required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note PostalCode: title: PostalCode required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating1: title: Rating1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StreamingChannel: title: StreamingChannel required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel 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 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 ObjectDescribe1: title: ObjectDescribe1 required: - activateable - associateEntityType - associateParentEntity - createable - custom - customSetting - deepCloneable - deletable - deprecatedAndHidden - feedEnabled - hasSubtypes - isInterface - isSubtype - keyPrefix - label - labelPlural - layoutable - mergeable - mruEnabled - name - queryable - replicateable - retrieveable - searchable - triggerable - undeletable - updateable - urls type: object properties: activateable: type: boolean example: true associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value createable: type: boolean example: true custom: type: boolean example: true customSetting: type: boolean example: true deepCloneable: type: boolean example: true deletable: type: boolean example: true deprecatedAndHidden: type: boolean example: true feedEnabled: type: boolean example: true hasSubtypes: type: boolean example: true isInterface: type: boolean example: true isSubtype: type: boolean example: true keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mergeable: type: boolean example: true mruEnabled: type: boolean example: true name: type: string example: Example Title queryable: type: boolean example: true replicateable: type: boolean example: true retrieveable: type: boolean example: true searchable: type: boolean example: true triggerable: type: boolean example: true undeletable: type: boolean example: true updateable: type: boolean example: true urls: $ref: '#/components/schemas/Urls7' examples: - activateable: false associateEntityType: null associateParentEntity: null createable: true custom: false customSetting: false deepCloneable: false deletable: true deprecatedAndHidden: false feedEnabled: false hasSubtypes: false isInterface: false isSubtype: false keyPrefix: 01p label: Apex Class labelPlural: Apex Classes layoutable: true mergeable: false mruEnabled: true name: ApexClass queryable: true replicateable: true retrieveable: true searchable: true triggerable: false undeletable: false updateable: true urls: compactLayouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/compactLayouts rowTemplate: /services/data/v59.0/tooling/sobjects/ApexClass/{ID} describe: /services/data/v59.0/tooling/sobjects/ApexClass/describe layouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/layouts sobject: /services/data/v59.0/tooling/sobjects/ApexClass ConvertedDate: title: ConvertedDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GetValuesforaPicklistField: title: GetValuesforaPicklistField required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: bee3e6401e143e18332a17639061c5ff url: /services/data/v51.0/ui-api/object-info/Account/picklist-values/012000000000000AAA/Industry values: - attributes: null label: Agriculture validFor: [] value: Agriculture - attributes: null label: Apparel validFor: [] value: Apparel - attributes: null label: Banking validFor: [] value: Banking - attributes: null label: Biotechnology validFor: [] value: Biotechnology - attributes: null label: Chemicals validFor: [] value: Chemicals - attributes: null label: Communications validFor: [] value: Communications - attributes: null label: Construction validFor: [] value: Construction - attributes: null label: Consulting validFor: [] value: Consulting - attributes: null label: Education validFor: [] value: Education - attributes: null label: Electronics validFor: [] value: Electronics - attributes: null label: Energy validFor: [] value: Energy - attributes: null label: Engineering validFor: [] value: Engineering - attributes: null label: Entertainment validFor: [] value: Entertainment - attributes: null label: Environmental validFor: [] value: Environmental - attributes: null label: Finance validFor: [] value: Finance - attributes: null label: Food & Beverage validFor: [] value: Food & Beverage - attributes: null label: Government validFor: [] value: Government - attributes: null label: Healthcare validFor: [] value: Healthcare - attributes: null label: Hospitality validFor: [] value: Hospitality - attributes: null label: Insurance validFor: [] value: Insurance - attributes: null label: Machinery validFor: [] value: Machinery - attributes: null label: Manufacturing validFor: [] value: Manufacturing - attributes: null label: Media validFor: [] value: Media - attributes: null label: Not For Profit validFor: [] value: Not For Profit - attributes: null label: Recreation validFor: [] value: Recreation - attributes: null label: Retail validFor: [] value: Retail - attributes: null label: Shipping validFor: [] value: Shipping - attributes: null label: Technology validFor: [] value: Technology - attributes: null label: Telecommunications validFor: [] value: Telecommunications - attributes: null label: Transportation validFor: [] value: Transportation - attributes: null label: Utilities validFor: [] value: Utilities - attributes: null label: Other validFor: [] value: Other 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' CommSubscriptionChannelType: title: CommSubscriptionChannelType required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType Favorite: title: Favorite 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 Urls7: title: Urls7 required: - compactLayouts - rowTemplate - describe - layouts - sobject type: object properties: compactLayouts: type: string example: example_value rowTemplate: type: string example: example_value describe: type: string example: example_value layouts: type: string example: example_value sobject: type: string example: example_value examples: - compactLayouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/compactLayouts rowTemplate: /services/data/v59.0/tooling/sobjects/ApexClass/{ID} describe: /services/data/v59.0/tooling/sobjects/ApexClass/describe layouts: /services/data/v59.0/tooling/sobjects/ApexClass/describe/layouts sobject: /services/data/v59.0/tooling/sobjects/ApexClass Id4: title: Id4 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate2: title: LastReferencedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesShowWorkPhoneToGuestUsers: title: UserPreferencesShowWorkPhoneToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBcc: title: EmailPreferencesAutoBcc required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ContactHistory: title: ContactHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory 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 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 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 PricebookEntry: title: PricebookEntry required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry AppAnalyticsQueryRequest: title: AppAnalyticsQueryRequest required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest 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 ShippingState4: title: ShippingState4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: KS 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 Company1: title: Company1 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Farmers Coop. of Florida CloneSourceId3: title: CloneSourceId3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 001B000000UnQ2yIAF Fields5: title: Fields5 required: - Alias - CommunityNickname - Email - FirstName - Id - IsActive - LastName - LastReferencedDate - LastViewedDate - Name - NameOrAlias - Phone - ProfileId - RecordTypeId - Title - Type - UserRoleId - Username type: object properties: Alias: $ref: '#/components/schemas/Alias' CommunityNickname: $ref: '#/components/schemas/CommunityNickname' Email: $ref: '#/components/schemas/Email1' FirstName: $ref: '#/components/schemas/FirstName1' Id: $ref: '#/components/schemas/Id4' IsActive: $ref: '#/components/schemas/IsActive' LastName: $ref: '#/components/schemas/LastName1' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' Name: $ref: '#/components/schemas/Name19' NameOrAlias: $ref: '#/components/schemas/NameOrAlias' Phone: $ref: '#/components/schemas/Phone2' ProfileId: $ref: '#/components/schemas/ProfileId' RecordTypeId: $ref: '#/components/schemas/RecordTypeId' Title: $ref: '#/components/schemas/Title1' Type: $ref: '#/components/schemas/Type7' UserRoleId: $ref: '#/components/schemas/UserRoleId' Username: $ref: '#/components/schemas/Username' examples: - Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NameOrAlias: apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RecordTypeId: apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false AccountBrand: title: AccountBrand required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand 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 LastName4: title: LastName4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Boxer PartnerFundRequestHistory: title: PartnerFundRequestHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory LeadSource4: title: LeadSource4 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other 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 Objects: title: Objects required: - Account - AccountBrand - AccountHistory - AccountPartner - ActiveScratchOrg - ActiveScratchOrgHistory - ApiAnomalyEventStore - AppAnalyticsQueryRequest - AppMenuItem - Asset - AssetHistory - AssetRelationship - AssetRelationshipHistory - AuthorizationForm - AuthorizationFormConsent - AuthorizationFormConsentHistory - AuthorizationFormDataUse - AuthorizationFormDataUseHistory - AuthorizationFormHistory - AuthorizationFormText - AuthorizationFormTextHistory - BackgroundOperation - BusinessBrand - BusinessHours - Campaign - CampaignHistory - CampaignMember - CampaignMemberStatus - Case - CaseComment - CaseContactRole - CaseHistory - ChannelProgram - ChannelProgramHistory - ChannelProgramLevel - ChannelProgramLevelHistory - ChannelProgramMember - ChannelProgramMemberHistory - CommSubscription - CommSubscriptionChannelType - CommSubscriptionChannelTypeHistory - CommSubscriptionHistory - ConsumptionRate - ConsumptionRateHistory - ConsumptionSchedule - ConsumptionScheduleHistory - Contact - ContactHistory - ContactPointTypeConsent - ContactPointTypeConsentHistory - ContactRequest - ContentDocument - ContentDocumentHistory - ContentDocumentLink - ContentVersion - ContentVersionHistory - ContentWorkspace - Contract - ContractContactRole - ContractHistory - CredentialStuffingEventStore - CspTrustedSite - Customer - DandBCompany - DataUseLegalBasis - DataUseLegalBasisHistory - DataUsePurpose - DataUsePurposeHistory - Dataweave_Key_Mapping__mdt - Dataweave_Mapping__mdt - DelegatedAccount - DelegatedAccountHistory - DeleteEvent - DuplicateRecordItem - DuplicateRecordSet - EmailMessageRelation - EngagementChannelType - EngagementChannelTypeHistory - FlowInterview - FlowOrchestrationInstance - FlowOrchestrationStageInstance - FlowOrchestrationStepInstance - FlowOrchestrationWorkItem - Group - Holiday - IPAddressRange - Image - ImageHistory - Individual - IndividualHistory - Lead - LeadHistory - ListEmail - Macro - MacroHistory - ManagedContent - ManagedContentVariant - Merchandise__c - Merchandising_Mix__c - Mix_Item__c - NamespaceRegistry - NamespaceRegistryHistory - Note - Opportunity - OpportunityContactRole - OpportunityFieldHistory - OpportunityHistory - OpportunityLineItem - OpportunityPartner - Order - OrderHistory - OrderItem - OrderItemHistory - OrgMetric - OrgMetricScanResult - OrgMetricScanSummary - Organization - Partner - PartnerFundAllocation - PartnerFundAllocationHistory - PartnerFundClaim - PartnerFundClaimHistory - PartnerFundRequest - PartnerFundRequestHistory - PartnerMarketingBudget - PartnerMarketingBudgetHistory - PartyConsent - PartyConsentHistory - Period - Pricebook2 - Pricebook2History - PricebookEntry - PricebookEntryHistory - ProcessDefinition - ProcessInstance - Product2 - Product2History - ProductConsumptionSchedule - ProfileSkill - ProfileSkillEndorsement - ProfileSkillEndorsementHistory - ProfileSkillHistory - ProfileSkillUser - ProfileSkillUserHistory - QuickText - QuickTextHistory - Recommendation - RecordAction - RecordType - Report - ReportAnomalyEventStore - Scorecard - ScorecardAssociation - ScorecardMetric - ScratchOrgInfo - ScratchOrgInfoHistory - SearchPromotionRule - Seller - SellerHistory - SessionHijackingEventStore - SetupAssistantStep - SiteHistory - SolutionHistory - StaticResource - StreamingChannel - ThreatDetectionFeedback - Topic - TopicAssignment - Translation - User - UserRole - WorkBadgeDefinitionHistory type: object properties: Account: $ref: '#/components/schemas/Account12' AccountBrand: $ref: '#/components/schemas/AccountBrand' AccountHistory: $ref: '#/components/schemas/AccountHistory' AccountPartner: $ref: '#/components/schemas/AccountPartner' ActiveScratchOrg: $ref: '#/components/schemas/ActiveScratchOrg' ActiveScratchOrgHistory: $ref: '#/components/schemas/ActiveScratchOrgHistory' ApiAnomalyEventStore: $ref: '#/components/schemas/ApiAnomalyEventStore' AppAnalyticsQueryRequest: $ref: '#/components/schemas/AppAnalyticsQueryRequest' AppMenuItem: $ref: '#/components/schemas/AppMenuItem' Asset: $ref: '#/components/schemas/Asset' AssetHistory: $ref: '#/components/schemas/AssetHistory' AssetRelationship: $ref: '#/components/schemas/AssetRelationship' AssetRelationshipHistory: $ref: '#/components/schemas/AssetRelationshipHistory' AuthorizationForm: $ref: '#/components/schemas/AuthorizationForm' AuthorizationFormConsent: $ref: '#/components/schemas/AuthorizationFormConsent' AuthorizationFormConsentHistory: $ref: '#/components/schemas/AuthorizationFormConsentHistory' AuthorizationFormDataUse: $ref: '#/components/schemas/AuthorizationFormDataUse' AuthorizationFormDataUseHistory: $ref: '#/components/schemas/AuthorizationFormDataUseHistory' AuthorizationFormHistory: $ref: '#/components/schemas/AuthorizationFormHistory' AuthorizationFormText: $ref: '#/components/schemas/AuthorizationFormText' AuthorizationFormTextHistory: $ref: '#/components/schemas/AuthorizationFormTextHistory' BackgroundOperation: $ref: '#/components/schemas/BackgroundOperation' BusinessBrand: $ref: '#/components/schemas/BusinessBrand' BusinessHours: $ref: '#/components/schemas/BusinessHours' Campaign: $ref: '#/components/schemas/Campaign4' CampaignHistory: $ref: '#/components/schemas/CampaignHistory' CampaignMember: $ref: '#/components/schemas/CampaignMember' CampaignMemberStatus: $ref: '#/components/schemas/CampaignMemberStatus' Case: $ref: '#/components/schemas/Case' CaseComment: $ref: '#/components/schemas/CaseComment' CaseContactRole: $ref: '#/components/schemas/CaseContactRole' CaseHistory: $ref: '#/components/schemas/CaseHistory' ChannelProgram: $ref: '#/components/schemas/ChannelProgram' ChannelProgramHistory: $ref: '#/components/schemas/ChannelProgramHistory' ChannelProgramLevel: $ref: '#/components/schemas/ChannelProgramLevel' ChannelProgramLevelHistory: $ref: '#/components/schemas/ChannelProgramLevelHistory' ChannelProgramMember: $ref: '#/components/schemas/ChannelProgramMember' ChannelProgramMemberHistory: $ref: '#/components/schemas/ChannelProgramMemberHistory' CommSubscription: $ref: '#/components/schemas/CommSubscription' CommSubscriptionChannelType: $ref: '#/components/schemas/CommSubscriptionChannelType' CommSubscriptionChannelTypeHistory: $ref: '#/components/schemas/CommSubscriptionChannelTypeHistory' CommSubscriptionHistory: $ref: '#/components/schemas/CommSubscriptionHistory' ConsumptionRate: $ref: '#/components/schemas/ConsumptionRate' ConsumptionRateHistory: $ref: '#/components/schemas/ConsumptionRateHistory' ConsumptionSchedule: $ref: '#/components/schemas/ConsumptionSchedule' ConsumptionScheduleHistory: $ref: '#/components/schemas/ConsumptionScheduleHistory' Contact: $ref: '#/components/schemas/Contact3' ContactHistory: $ref: '#/components/schemas/ContactHistory' ContactPointTypeConsent: $ref: '#/components/schemas/ContactPointTypeConsent' ContactPointTypeConsentHistory: $ref: '#/components/schemas/ContactPointTypeConsentHistory' ContactRequest: $ref: '#/components/schemas/ContactRequest' ContentDocument: $ref: '#/components/schemas/ContentDocument' ContentDocumentHistory: $ref: '#/components/schemas/ContentDocumentHistory' ContentDocumentLink: $ref: '#/components/schemas/ContentDocumentLink' ContentVersion: $ref: '#/components/schemas/ContentVersion' ContentVersionHistory: $ref: '#/components/schemas/ContentVersionHistory' ContentWorkspace: $ref: '#/components/schemas/ContentWorkspace' Contract: $ref: '#/components/schemas/Contract' ContractContactRole: $ref: '#/components/schemas/ContractContactRole' ContractHistory: $ref: '#/components/schemas/ContractHistory' CredentialStuffingEventStore: $ref: '#/components/schemas/CredentialStuffingEventStore' CspTrustedSite: $ref: '#/components/schemas/CspTrustedSite' Customer: $ref: '#/components/schemas/Customer' DandBCompany: $ref: '#/components/schemas/DandBCompany' DataUseLegalBasis: $ref: '#/components/schemas/DataUseLegalBasis' DataUseLegalBasisHistory: $ref: '#/components/schemas/DataUseLegalBasisHistory' DataUsePurpose: $ref: '#/components/schemas/DataUsePurpose' DataUsePurposeHistory: $ref: '#/components/schemas/DataUsePurposeHistory' Dataweave_Key_Mapping__mdt: $ref: '#/components/schemas/DataweaveKeyMappingMdt' Dataweave_Mapping__mdt: $ref: '#/components/schemas/DataweaveMappingMdt' DelegatedAccount: $ref: '#/components/schemas/DelegatedAccount' DelegatedAccountHistory: $ref: '#/components/schemas/DelegatedAccountHistory' DeleteEvent: $ref: '#/components/schemas/DeleteEvent' DuplicateRecordItem: $ref: '#/components/schemas/DuplicateRecordItem' DuplicateRecordSet: $ref: '#/components/schemas/DuplicateRecordSet' EmailMessageRelation: $ref: '#/components/schemas/EmailMessageRelation' EngagementChannelType: $ref: '#/components/schemas/EngagementChannelType' EngagementChannelTypeHistory: $ref: '#/components/schemas/EngagementChannelTypeHistory' FlowInterview: $ref: '#/components/schemas/FlowInterview' FlowOrchestrationInstance: $ref: '#/components/schemas/FlowOrchestrationInstance' FlowOrchestrationStageInstance: $ref: '#/components/schemas/FlowOrchestrationStageInstance' FlowOrchestrationStepInstance: $ref: '#/components/schemas/FlowOrchestrationStepInstance' FlowOrchestrationWorkItem: $ref: '#/components/schemas/FlowOrchestrationWorkItem' Group: $ref: '#/components/schemas/Group2' Holiday: $ref: '#/components/schemas/Holiday' IPAddressRange: $ref: '#/components/schemas/IPAddressRange' Image: $ref: '#/components/schemas/Image' ImageHistory: $ref: '#/components/schemas/ImageHistory' Individual: $ref: '#/components/schemas/Individual' IndividualHistory: $ref: '#/components/schemas/IndividualHistory' Lead: $ref: '#/components/schemas/Lead2' LeadHistory: $ref: '#/components/schemas/LeadHistory' ListEmail: $ref: '#/components/schemas/ListEmail' Macro: $ref: '#/components/schemas/Macro' MacroHistory: $ref: '#/components/schemas/MacroHistory' ManagedContent: $ref: '#/components/schemas/ManagedContent' ManagedContentVariant: $ref: '#/components/schemas/ManagedContentVariant' Merchandise__c: $ref: '#/components/schemas/MerchandiseC' Merchandising_Mix__c: $ref: '#/components/schemas/MerchandisingMixC' Mix_Item__c: $ref: '#/components/schemas/MixItemC' NamespaceRegistry: $ref: '#/components/schemas/NamespaceRegistry' NamespaceRegistryHistory: $ref: '#/components/schemas/NamespaceRegistryHistory' Note: $ref: '#/components/schemas/Note' Opportunity: $ref: '#/components/schemas/Opportunity4' OpportunityContactRole: $ref: '#/components/schemas/OpportunityContactRole' OpportunityFieldHistory: $ref: '#/components/schemas/OpportunityFieldHistory' OpportunityHistory: $ref: '#/components/schemas/OpportunityHistory' OpportunityLineItem: $ref: '#/components/schemas/OpportunityLineItem' OpportunityPartner: $ref: '#/components/schemas/OpportunityPartner' Order: $ref: '#/components/schemas/Order' OrderHistory: $ref: '#/components/schemas/OrderHistory' OrderItem: $ref: '#/components/schemas/OrderItem' OrderItemHistory: $ref: '#/components/schemas/OrderItemHistory' OrgMetric: $ref: '#/components/schemas/OrgMetric' OrgMetricScanResult: $ref: '#/components/schemas/OrgMetricScanResult' OrgMetricScanSummary: $ref: '#/components/schemas/OrgMetricScanSummary' Organization: $ref: '#/components/schemas/Organization' Partner: $ref: '#/components/schemas/Partner' PartnerFundAllocation: $ref: '#/components/schemas/PartnerFundAllocation' PartnerFundAllocationHistory: $ref: '#/components/schemas/PartnerFundAllocationHistory' PartnerFundClaim: $ref: '#/components/schemas/PartnerFundClaim' PartnerFundClaimHistory: $ref: '#/components/schemas/PartnerFundClaimHistory' PartnerFundRequest: $ref: '#/components/schemas/PartnerFundRequest' PartnerFundRequestHistory: $ref: '#/components/schemas/PartnerFundRequestHistory' PartnerMarketingBudget: $ref: '#/components/schemas/PartnerMarketingBudget' PartnerMarketingBudgetHistory: $ref: '#/components/schemas/PartnerMarketingBudgetHistory' PartyConsent: $ref: '#/components/schemas/PartyConsent' PartyConsentHistory: $ref: '#/components/schemas/PartyConsentHistory' Period: $ref: '#/components/schemas/Period' Pricebook2: $ref: '#/components/schemas/Pricebook2' Pricebook2History: $ref: '#/components/schemas/Pricebook2History' PricebookEntry: $ref: '#/components/schemas/PricebookEntry' PricebookEntryHistory: $ref: '#/components/schemas/PricebookEntryHistory' ProcessDefinition: $ref: '#/components/schemas/ProcessDefinition' ProcessInstance: $ref: '#/components/schemas/ProcessInstance' Product2: $ref: '#/components/schemas/Product2' Product2History: $ref: '#/components/schemas/Product2History' ProductConsumptionSchedule: $ref: '#/components/schemas/ProductConsumptionSchedule' ProfileSkill: $ref: '#/components/schemas/ProfileSkill' ProfileSkillEndorsement: $ref: '#/components/schemas/ProfileSkillEndorsement' ProfileSkillEndorsementHistory: $ref: '#/components/schemas/ProfileSkillEndorsementHistory' ProfileSkillHistory: $ref: '#/components/schemas/ProfileSkillHistory' ProfileSkillUser: $ref: '#/components/schemas/ProfileSkillUser' ProfileSkillUserHistory: $ref: '#/components/schemas/ProfileSkillUserHistory' QuickText: $ref: '#/components/schemas/QuickText' QuickTextHistory: $ref: '#/components/schemas/QuickTextHistory' Recommendation: $ref: '#/components/schemas/Recommendation' RecordAction: $ref: '#/components/schemas/RecordAction' RecordType: $ref: '#/components/schemas/RecordType' Report: $ref: '#/components/schemas/Report' ReportAnomalyEventStore: $ref: '#/components/schemas/ReportAnomalyEventStore' Scorecard: $ref: '#/components/schemas/Scorecard' ScorecardAssociation: $ref: '#/components/schemas/ScorecardAssociation' ScorecardMetric: $ref: '#/components/schemas/ScorecardMetric' ScratchOrgInfo: $ref: '#/components/schemas/ScratchOrgInfo' ScratchOrgInfoHistory: $ref: '#/components/schemas/ScratchOrgInfoHistory' SearchPromotionRule: $ref: '#/components/schemas/SearchPromotionRule' Seller: $ref: '#/components/schemas/Seller' SellerHistory: $ref: '#/components/schemas/SellerHistory' SessionHijackingEventStore: $ref: '#/components/schemas/SessionHijackingEventStore' SetupAssistantStep: $ref: '#/components/schemas/SetupAssistantStep' SiteHistory: $ref: '#/components/schemas/SiteHistory' SolutionHistory: $ref: '#/components/schemas/SolutionHistory' StaticResource: $ref: '#/components/schemas/StaticResource' StreamingChannel: $ref: '#/components/schemas/StreamingChannel' ThreatDetectionFeedback: $ref: '#/components/schemas/ThreatDetectionFeedback' Topic: $ref: '#/components/schemas/Topic' TopicAssignment: $ref: '#/components/schemas/TopicAssignment' Translation: $ref: '#/components/schemas/Translation' User: $ref: '#/components/schemas/User8' UserRole: $ref: '#/components/schemas/UserRole' WorkBadgeDefinitionHistory: $ref: '#/components/schemas/WorkBadgeDefinitionHistory' examples: - Account: apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account AccountBrand: apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand AccountHistory: apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory AccountPartner: apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner ActiveScratchOrg: apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg ActiveScratchOrgHistory: apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory ApiAnomalyEventStore: apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore AppAnalyticsQueryRequest: apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest AppMenuItem: apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem Asset: apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset AssetHistory: apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory AssetRelationship: apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship AssetRelationshipHistory: apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory AuthorizationForm: apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm AuthorizationFormConsent: apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent AuthorizationFormConsentHistory: apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory AuthorizationFormDataUse: apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse AuthorizationFormDataUseHistory: apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory AuthorizationFormHistory: apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory AuthorizationFormText: apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText AuthorizationFormTextHistory: apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory BackgroundOperation: apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation BusinessBrand: apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand BusinessHours: apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours Campaign: apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign CampaignHistory: apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory CampaignMember: apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember CampaignMemberStatus: apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus Case: apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case CaseComment: apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment CaseContactRole: apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole CaseHistory: apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory ChannelProgram: apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram ChannelProgramHistory: apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory ChannelProgramLevel: apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel ChannelProgramLevelHistory: apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory ChannelProgramMember: apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember ChannelProgramMemberHistory: apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory CommSubscription: apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription CommSubscriptionChannelType: apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType CommSubscriptionChannelTypeHistory: apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory CommSubscriptionHistory: apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory ConsumptionRate: apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate ConsumptionRateHistory: apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory ConsumptionSchedule: apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule ConsumptionScheduleHistory: apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory Contact: apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact ContactHistory: apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory ContactPointTypeConsent: apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent ContactPointTypeConsentHistory: apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory ContactRequest: apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest ContentDocument: apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument ContentDocumentHistory: apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory ContentDocumentLink: apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink ContentVersion: apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion ContentVersionHistory: apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory ContentWorkspace: apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Contract: apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContractContactRole: apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole ContractHistory: apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory CredentialStuffingEventStore: apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore CspTrustedSite: apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite Customer: apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer DandBCompany: apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany DataUseLegalBasis: apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis DataUseLegalBasisHistory: apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory DataUsePurpose: apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose DataUsePurposeHistory: apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory Dataweave_Key_Mapping__mdt: apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt Dataweave_Mapping__mdt: apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt DelegatedAccount: apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount DelegatedAccountHistory: apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory DeleteEvent: apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent DuplicateRecordItem: apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem DuplicateRecordSet: apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet EmailMessageRelation: apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation EngagementChannelType: apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType EngagementChannelTypeHistory: apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory FlowInterview: apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview FlowOrchestrationInstance: apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance FlowOrchestrationStageInstance: apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance FlowOrchestrationStepInstance: apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance FlowOrchestrationWorkItem: apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem Group: apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group Holiday: apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday IPAddressRange: apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange Image: apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image ImageHistory: apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory Individual: apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual IndividualHistory: apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory Lead: apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead LeadHistory: apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory ListEmail: apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail Macro: apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro MacroHistory: apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ManagedContent: apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent ManagedContentVariant: apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant Merchandise__c: apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c Merchandising_Mix__c: apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c Mix_Item__c: apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c NamespaceRegistry: apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry NamespaceRegistryHistory: apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory Note: apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note Opportunity: apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity OpportunityContactRole: apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole OpportunityFieldHistory: apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory OpportunityHistory: apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory OpportunityLineItem: apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem OpportunityPartner: apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Order: apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order OrderHistory: apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory OrderItem: apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem OrderItemHistory: apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory OrgMetric: apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric OrgMetricScanResult: apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult OrgMetricScanSummary: apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary Organization: apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization Partner: apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner PartnerFundAllocation: apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation PartnerFundAllocationHistory: apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory PartnerFundClaim: apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim PartnerFundClaimHistory: apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory PartnerFundRequest: apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest PartnerFundRequestHistory: apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory PartnerMarketingBudget: apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget PartnerMarketingBudgetHistory: apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory PartyConsent: apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent PartyConsentHistory: apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Period: apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period Pricebook2: apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 Pricebook2History: apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History PricebookEntry: apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry PricebookEntryHistory: apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory ProcessDefinition: apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition ProcessInstance: apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance Product2: apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 Product2History: apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History ProductConsumptionSchedule: apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule ProfileSkill: apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill ProfileSkillEndorsement: apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement ProfileSkillEndorsementHistory: apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory ProfileSkillHistory: apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory ProfileSkillUser: apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser ProfileSkillUserHistory: apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory QuickText: apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText QuickTextHistory: apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory Recommendation: apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation RecordAction: apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction RecordType: apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType Report: apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report ReportAnomalyEventStore: apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore Scorecard: apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard ScorecardAssociation: apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation ScorecardMetric: apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric ScratchOrgInfo: apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo ScratchOrgInfoHistory: apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory SearchPromotionRule: apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule Seller: apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller SellerHistory: apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory SessionHijackingEventStore: apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore SetupAssistantStep: apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep SiteHistory: apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory SolutionHistory: apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory StaticResource: apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource StreamingChannel: apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel ThreatDetectionFeedback: apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback Topic: apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic TopicAssignment: apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment Translation: apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation User: apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User UserRole: apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole WorkBadgeDefinitionHistory: apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory BillingCountry2: title: BillingCountry2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: USA 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 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 Records4: title: Records4 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp 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/Fields40' 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 examples: - apiName: Account childRelationships: {} eTag: c7b296e1aa5fa482e1f77e8dc0e0b5e1 fields: BillingCountry: displayValue: null value: USA CreatedDate: displayValue: null value: '2020-02-27T09:28:06.000Z' Id: displayValue: null value: 0014H00002LbR7QQAV LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-04T18:35:13.000Z' Name: displayValue: null value: ABC Computing Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' OwnerId: displayValue: null value: 00558000000yFyDAAU Phone: displayValue: null value: '123123123' Site: displayValue: null value: null SystemModstamp: displayValue: null value: '2023-10-04T18:35:13.000Z' Type: displayValue: null value: null id: 0014H00002LbR7QQAV lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-04T18:35:13.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-10-04T18:35:13.000Z' 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 GetRecordDataandObjectMetadata: title: GetRecordDataandObjectMetadata required: - eTag - layoutUserStates - layouts - objectInfos - records type: object properties: eTag: type: string example: example_value layoutUserStates: $ref: '#/components/schemas/LayoutUserStates' layouts: $ref: '#/components/schemas/Layouts' objectInfos: $ref: '#/components/schemas/ObjectInfos' records: $ref: '#/components/schemas/Records' MobilePhone3: title: MobilePhone3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null 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: [] SampleLightningPage: title: SampleLightningPage required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions18' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000295294WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/NewAccount/describe actionTargetType: Describe apiName: Global.NewAccount externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2s iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000295295WAA isMassAction: 'false' label: New Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page TopicAssignment: title: TopicAssignment required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment SolutionHistory: title: SolutionHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory DandBCompany: title: DandBCompany required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany 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 0014H00002LbR7QQAV: title: 0014H00002LbR7QQAV required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions3' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV MacroHistory: title: MacroHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ProfileSkillHistory: title: ProfileSkillHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory Actions17: title: Actions17 required: - Sample_Lightning_page type: object properties: Sample_Lightning_page: $ref: '#/components/schemas/SampleLightningPage' examples: - Sample_Lightning_page: actions: - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000295294WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/NewAccount/describe actionTargetType: Describe apiName: Global.NewAccount externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2s iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000295295WAA isMassAction: 'false' label: New Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page 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 GetListViewMetadatabyID: title: GetListViewMetadatabyID required: - cloneable - createable - deletable - displayColumns - filterLogicString - filteredByInfo - hasMassActions - inlineEditDetails - label - listReference - listShares - objectApiNames - orderedByInfo - scope - searchable - updateable - userPreferences - visibility - visibilityEditable type: object properties: cloneable: type: boolean example: true createable: type: boolean example: true deletable: type: boolean example: true displayColumns: type: array items: $ref: '#/components/schemas/DisplayColumn' description: '' example: [] filterLogicString: type: - string - 'null' example: example_value filteredByInfo: type: array items: type: string description: '' example: [] hasMassActions: type: boolean example: true inlineEditDetails: type: object example: example_value label: type: string example: Example Title listReference: $ref: '#/components/schemas/ListReference' listShares: type: object example: example_value objectApiNames: type: array items: type: string description: '' example: [] orderedByInfo: type: array items: $ref: '#/components/schemas/OrderedByInfo' description: '' example: [] scope: type: object example: example_value searchable: type: boolean example: true updateable: type: boolean example: true userPreferences: $ref: '#/components/schemas/UserPreferences' visibility: type: string example: example_value visibilityEditable: type: boolean example: true examples: - cloneable: true createable: true deletable: true displayColumns: - fieldApiName: Name inlineEditAttributes: {} label: Account Name lookupId: Id searchable: true sortable: true - fieldApiName: Site inlineEditAttributes: {} label: Account Site lookupId: null searchable: true sortable: true - fieldApiName: Phone inlineEditAttributes: {} label: Phone lookupId: null searchable: true sortable: true - fieldApiName: Type inlineEditAttributes: {} label: Type lookupId: null searchable: true sortable: true - fieldApiName: BillingCountry inlineEditAttributes: {} label: Billing Country lookupId: null searchable: true sortable: true - fieldApiName: Owner.Alias inlineEditAttributes: {} label: Account Owner Alias lookupId: Owner.Id searchable: true sortable: true filterLogicString: null filteredByInfo: [] hasMassActions: true inlineEditDetails: {} label: All Accounts listReference: id: 00B58000002ssinEAA listViewApiName: AllAccounts objectApiName: Account type: listView listShares: {} objectApiNames: [] orderedByInfo: - fieldApiName: BillingCountry isAscending: false label: Billing Country scope: {} searchable: true updateable: true userPreferences: columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false visibility: Public visibilityEditable: true DoesIncludeBosses: title: DoesIncludeBosses required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 SLAC4: title: SLAC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Bronze value: Bronze 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 OpportunityContactRole: title: OpportunityContactRole required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole 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 PicklistValue: title: PicklistValue type: object properties: active: type: boolean example: true defaultValue: type: boolean example: true label: type: string example: Example Title validFor: type: - string - 'null' example: example_value value: type: string example: example_value ProfileSkillUserHistory: title: ProfileSkillUserHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory NavItem3: title: NavItem3 required: - availableInClassic - availableInLightning - color - content - custom - developerName - iconUrl - id - itemType - label - objectApiName - objectLabel - objectLabelPlural - pageReference - standardType type: object properties: availableInClassic: type: boolean example: true availableInLightning: type: boolean example: true color: type: string example: example_value content: type: - string - 'null' example: example_value custom: type: boolean example: true developerName: type: string example: example_value iconUrl: type: string example: https://www.example.com id: type: - string - 'null' example: abc123 itemType: type: string example: example_value label: type: string example: Example Title objectApiName: type: string example: example_value objectLabel: type: - string - 'null' example: example_value objectLabelPlural: type: - string - 'null' example: example_value pageReference: $ref: '#/components/schemas/PageReference' standardType: type: - string - 'null' example: example_value examples: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home 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 GetAppointmentCandidatesRequest: title: GetAppointmentCandidatesRequest required: - startTime - endTime - workTypeGroupId - workType - accountId - territoryIds - requiredResourceIds - schedulingPolicyId - allowConcurrentScheduling type: object properties: startTime: type: string example: '2026-01-15T10:30:00Z' endTime: type: string example: '2026-01-15T10:30:00Z' workTypeGroupId: type: string example: '500123' workType: type: string example: example_value accountId: type: string example: '500123' territoryIds: type: string example: example_value requiredResourceIds: type: string example: example_value schedulingPolicyId: type: string example: '500123' allowConcurrentScheduling: type: string example: example_value examples: - startTime: string endTime: string workTypeGroupId: string workType: Work Type accountId: string territoryIds: string[] requiredResourceIds: string[] schedulingPolicyId: string allowConcurrentScheduling: boolean 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 PartnerFundRequest: title: PartnerFundRequest required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest 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 IndividualHistory: title: IndividualHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory OrderedByInfo: title: OrderedByInfo required: - fieldApiName - isAscending - label type: object properties: fieldApiName: type: string example: example_value isAscending: type: boolean example: true label: type: string example: Example Title examples: - fieldApiName: BillingCountry isAscending: false label: Billing Country 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 FlowOrchestrationWorkItem: title: FlowOrchestrationWorkItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem 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 DuplicateRecordSet: title: DuplicateRecordSet required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet DeveloperName: title: DeveloperName required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BrandImage: title: BrandImage required: - largeUrl - mediumUrl - smallUrl type: object properties: largeUrl: type: string example: https://www.example.com mediumUrl: type: string example: https://www.example.com smallUrl: type: string example: https://www.example.com examples: - largeUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_3x.png mediumUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_2x.png smallUrl: /_slds/images/themes/lightning_blue/lightning_blue_logo_1x.png OrgMetric: title: OrgMetric required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric BillingCity2: title: BillingCity2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Burlington UserPreferencesDisableMentionsPostEmail: title: UserPreferencesDisableMentionsPostEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Lead1: title: Lead1 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: string example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields4' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: $ref: '#/components/schemas/RecordTypeInfos' searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: Lead associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: ActivityHistory fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: CampaignMember fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CampaignMembers - childObjectApiName: CleanInfo fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CleanInfos - childObjectApiName: CollaborationGroupRecord fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordAssociatedGroups - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EmailStatus fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailStatuses - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: LeadCleanInfo fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfos - childObjectApiName: LeadFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: LeadHistory fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: LeadShare fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ListEmailIndividualRecipient fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailIndividualRecipients - childObjectApiName: ListEmailSentResult fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailRecipients - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: Note fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Notes - childObjectApiName: NoteAndAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NotesAndAttachments - childObjectApiName: OpenActivity fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: ProcessInstance fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessInstances - childObjectApiName: ProcessInstanceHistory fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessSteps - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: Task fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 36ee19b8151a3359e045a269024228ee feedEnabled: true fields: Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: 00Q label: Lead labelPlural: Leads layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png updateable: true DataUsePurposeHistory: title: DataUsePurposeHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory LookupResults: title: LookupResults required: - Account type: object properties: Account: $ref: '#/components/schemas/Account15' examples: - Account: count: 2 currentPageToken: null currentPageUrl: /services/data/v58.0/ui-api/lookups/Contact/AccountId/Account?searchType=Recent&page=1&pageSize=25 nextPageToken: null nextPageUrl: null previousPageToken: null previousPageUrl: null records: - apiName: Account childRelationships: {} eTag: 610a250509b966f2eb376b3205824a8b fields: Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null id: 001B000000UnQ2yIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 - apiName: Account childRelationships: {} eTag: d0b7cec61a65e01f88b2596dea75cbd8 fields: Id: displayValue: null value: 001B000000UnQ2wIAF Name: displayValue: null value: Burlington Textiles Corp of America Site: displayValue: null value: null id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 CurrentGeneratorsC: title: CurrentGeneratorsC required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status200-Success: title: Status200-Success required: - code - decisionTable - isSuccess - message type: object properties: code: type: string example: example_value decisionTable: $ref: '#/components/schemas/DecisionTable1' isSuccess: type: boolean example: true message: type: string example: example_value examples: - code: '200' decisionTable: conditionCriteria: 1 OR 2 OR 3 conditionType: Any description: Eligiblity of Products using Qualification Rules id: 0lDHo0000008Pnt parameters: - fieldName: IsDeleted isGroupByField: false operator: Equals sequence: 1 usage: Input - fieldName: CreatedById isGroupByField: false usage: Output - fieldName: Title isGroupByField: false operator: Equals sequence: 3 usage: Input - fieldName: Id isGroupByField: false operator: Equals sequence: 2 usage: Input setupName: Product Qualificiation eligibility sourceCriteria: [] sourceObject: AccountFeed status: Active isSuccess: true message: '' ProcessDefinition: title: ProcessDefinition required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition GetanApp: title: GetanApp required: - appId - description - developerName - eTag - formFactors - headerColor - iconUrl - isNavAutoTempTabsDisabled - isNavPersonalizationDisabled - isNavTabPersistenceDisabled - label - logoUrl - mobileStartUrl - navItems - selected - startUrl - type - userNavItems type: object properties: appId: type: string example: '500123' description: type: string example: A sample description. developerName: type: string example: example_value eTag: type: string example: example_value formFactors: type: array items: type: string description: '' example: [] headerColor: type: string example: example_value iconUrl: type: string example: https://www.example.com isNavAutoTempTabsDisabled: type: boolean example: true isNavPersonalizationDisabled: type: boolean example: true isNavTabPersistenceDisabled: type: boolean example: true label: type: string example: Example Title logoUrl: type: string example: https://www.example.com mobileStartUrl: type: - string - 'null' example: https://www.example.com navItems: type: array items: $ref: '#/components/schemas/NavItem2' description: '' example: [] selected: type: boolean example: true startUrl: type: string example: https://www.example.com type: type: string example: example_value userNavItems: type: array items: type: string description: '' example: [] examples: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: 21d4bafc5c5730c4f9421875288c4a00 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: null custom: false developerName: Events iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Events objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: null custom: false developerName: ForecastingLightning iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: null objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: ForecastingLightning selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] Value22: title: Value22 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate 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/Fields41' 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 examples: - apiName: User childRelationships: {} eTag: cd72f37056763253524392799303114f fields: Alias: displayValue: null value: POzil CreatedDate: displayValue: null value: '2016-05-09T13:51:39.000Z' Id: displayValue: null value: 00558000000yFyDAAU LastModifiedById: displayValue: null value: 00558000000yFyDAAU LastModifiedDate: displayValue: null value: '2023-10-06T08:34:22.000Z' Name: displayValue: null value: Philippe Ozil SystemModstamp: displayValue: null value: '2023-10-06T08:34:22.000Z' id: 00558000000yFyDAAU lastModifiedById: 00558000000yFyDAAU lastModifiedDate: '2023-10-06T08:34:22.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-10-06T08:34:22.000Z' CampaignMember: title: CampaignMember required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember PartyConsent: title: PartyConsent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent 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 ApiAnomalyEventStore: title: ApiAnomalyEventStore required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore 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 BusinessBrand: title: BusinessBrand required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand Actions18: title: Actions18 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: string example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: - string - 'null' example: example_value sourceObject: type: string example: example_value subtype: type: string example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: Flexipage actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000295294WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Sample_Lightning_page subtype: LogACall targetObject: Task targetUrl: null type: QuickAction 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 Actions3: title: Actions3 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: - string - 'null' example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: - string - 'null' example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: - string - 'null' example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: - string - 'null' example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton UpsellOpportunityC4: title: UpsellOpportunityC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 'No' value: 'No' UserPreferences: title: UserPreferences required: - columnWidths - columnWrap type: object properties: columnWidths: $ref: '#/components/schemas/ColumnWidths' columnWrap: $ref: '#/components/schemas/ColumnWrap' examples: - columnWidths: Site: -1 Type: -1 BillingCountry: -1 Owner.Alias: -1 Phone: -1 Name: -1 columnWrap: Site: false Type: false BillingCountry: false Owner.Alias: false Phone: false Name: false 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 ReportAnomalyEventStore: title: ReportAnomalyEventStore required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore 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 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 Fields7: title: Fields7 required: - AnnualRevenue - City - Company - Country - CreatedBy - CreatedById - CreatedDate - CurrentGenerators__c - Description - Email - Fax - FirstName - Industry - LastModifiedBy - LastModifiedById - LastModifiedDate - LastName - LeadSource - MobilePhone - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Phone - PostalCode - Primary__c - ProductInterest__c - Rating - SICCode__c - Salutation - State - Status - Street - Title - Website type: object properties: AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue2' City: $ref: '#/components/schemas/City2' Company: $ref: '#/components/schemas/Company1' Country: $ref: '#/components/schemas/Country2' CreatedBy: $ref: '#/components/schemas/CreatedBy3' CreatedById: $ref: '#/components/schemas/CreatedById5' CreatedDate: $ref: '#/components/schemas/CreatedDate5' CurrentGenerators__c: $ref: '#/components/schemas/CurrentGeneratorsC1' Description: $ref: '#/components/schemas/Description6' Email: $ref: '#/components/schemas/Email5' Fax: $ref: '#/components/schemas/Fax4' FirstName: $ref: '#/components/schemas/FirstName4' Industry: $ref: '#/components/schemas/Industry2' LastModifiedBy: $ref: '#/components/schemas/LastModifiedBy3' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate5' LastName: $ref: '#/components/schemas/LastName4' LeadSource: $ref: '#/components/schemas/LeadSource2' MobilePhone: $ref: '#/components/schemas/MobilePhone3' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC2' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Phone: $ref: '#/components/schemas/Phone5' PostalCode: $ref: '#/components/schemas/PostalCode2' Primary__c: $ref: '#/components/schemas/PrimaryC1' ProductInterest__c: $ref: '#/components/schemas/ProductInterestC1' Rating: $ref: '#/components/schemas/Rating2' SICCode__c: $ref: '#/components/schemas/SICCodeC1' Salutation: $ref: '#/components/schemas/Salutation2' State: $ref: '#/components/schemas/State2' Status: $ref: '#/components/schemas/Status9' Street: $ref: '#/components/schemas/Street2' Title: $ref: '#/components/schemas/Title4' Website: $ref: '#/components/schemas/Website2' examples: - AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null RelatedNamedCredential: title: RelatedNamedCredential 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: 0XA... masterLabel: Test url: /services/data/v58.0/named-credentials/named-credential-setup/Test 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 SiteHistory: title: SiteHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory 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 Account16: title: Account16 required: - fieldApiName - objectApiName - secondaryField - targetInfo type: object properties: fieldApiName: type: - string - 'null' example: example_value objectApiName: type: - string - 'null' example: example_value secondaryField: type: string example: example_value targetInfo: type: object example: example_value examples: - fieldApiName: null objectApiName: null secondaryField: Site targetInfo: {} GetListViewChartActions: title: GetListViewChartActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions15' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: ListViewChartInstance: actions: - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: NewObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:NewObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138090WAA isMassAction: 'false' label: New Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: EditObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:EditObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138091WAA isMassAction: 'false' label: Edit Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton - actionListContext: ObjectHomeChart actionTarget: null actionTargetType: null apiName: DeleteObjectHomeChartAction externalId: 00D58000000arpq:ListViewChartInstance::ObjectHomeChart:Desktop:StandardButton:DeleteObjectHomeChartAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000138092WAA isMassAction: 'false' label: Delete Chart lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: ListViewChartInstance subtype: null targetObject: ListViewChart targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance eTag: 60c273c4ba34efcc645bd0ce249c8cd4 url: /services/data/v58.0/ui-api/actions/list-view-chart/ListViewChartInstance SearchPromotionRule: title: SearchPromotionRule required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule MailingGeocodeAccuracy1: title: MailingGeocodeAccuracy1 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown DataUseLegalBasisHistory: title: DataUseLegalBasisHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory ImageHistory: title: ImageHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory Actions7: title: Actions7 required: - 00158000006QBOhAAO type: object properties: 00158000006QBOhAAO: $ref: '#/components/schemas/00158000006QBOhAAO1' examples: - 00158000006QBOhAAO: actions: - actionListContext: RelatedList actionTarget: null actionTargetType: Invoke apiName: NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedList:Desktop:StandardButton:NewContact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000119415WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list/Contacts ScratchOrgInfoHistory: title: ScratchOrgInfoHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory 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 MerchandisingMixC: title: MerchandisingMixC required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c CompanyName: title: CompanyName required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax4: title: Fax4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: (850) 644-4300 Attributes29: title: Attributes29 type: object properties: pageName: type: string example: example_value objectApiName: type: string example: example_value actionName: type: string example: example_value examples: - pageName: home Actions19: title: Actions19 required: - Account type: object properties: Account: $ref: '#/components/schemas/Account17' examples: - Account: actions: - actionListContext: Lookup actionTarget: null actionTargetType: Invoke apiName: CreateFromLookup externalId: 00D58000000arpq:Account::Lookup:Desktop:StandardButton:CreateFromLookup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png id: 0JV4H0000327596WAA isMassAction: 'false' label: New lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Account subtype: null targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/lookup/Account 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 OrderItemHistory: title: OrderItemHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory 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 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 Phone5: title: Phone5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: (850) 644-4200 PartnerFundAllocationHistory: title: PartnerFundAllocationHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory EngagementChannelType: title: EngagementChannelType required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType 0F94H000000UF2xSAG: title: 0F94H000000UF2xSAG required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions24' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: ViewPhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:ViewPhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301820WAA isMassAction: 'false' label: View Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: UpdatePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:UpdatePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301821WAA isMassAction: 'false' label: Update Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: DeletePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:DeletePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301822WAA isMassAction: 'false' label: Delete Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/photo/0F94H000000UF2xSAG 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 Campaign4: title: Campaign4 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign 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 OrderItem: title: OrderItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem 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 LeadHistory: title: LeadHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory ConvertedAccountId: title: ConvertedAccountId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false MobilePhone1: title: MobilePhone1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Individual: title: Individual required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual 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 ShippingCountry4: title: ShippingCountry4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: USA Lead2: title: Lead2 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead 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 NumberOfEmployees7: title: NumberOfEmployees7 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: integer contentEncoding: int32 example: 10 examples: - displayValue: null value: 120 SetupAssistantStep: title: SetupAssistantStep required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep ChannelProgramMemberHistory: title: ChannelProgramMemberHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory City3: title: City3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesPreviewCustomTheme: title: UserPreferencesPreviewCustomTheme required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true FlowInterview: title: FlowInterview required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview WorkBadgeDefinitionHistory: title: WorkBadgeDefinitionHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory AuthorizationForm: title: AuthorizationForm required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm 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 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 CommSubscription: title: CommSubscription required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription 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 Website5: title: Website5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: www.burlington.com Record: title: Record required: - id - operation - object - createdById - createdDate - systemModstamp - state - concurrencyMode - contentType - apiVersion - jobType 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 jobType: type: string example: example_value examples: - id: 750... operation: insert object: Account createdById: 005... createdDate: systemModstamp: state: Open concurrencyMode: Parallel contentType: CSV apiVersion: 58 jobType: Classic PartnerMarketingBudget: title: PartnerMarketingBudget required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget 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 Actions23: title: Actions23 required: - 0F94H000000UF2xSAG type: object properties: 0F94H000000UF2xSAG: $ref: '#/components/schemas/0F94H000000UF2xSAG' examples: - 0F94H000000UF2xSAG: actions: - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: ViewPhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:ViewPhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301820WAA isMassAction: 'false' label: View Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: UpdatePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:UpdatePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301821WAA isMassAction: 'false' label: Update Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton - actionListContext: Photo actionTarget: null actionTargetType: Invoke apiName: DeletePhotoAction externalId: 00D58000000arpq:0F94H000000UF2xSAG::Photo:Desktop:StandardButton:DeletePhotoAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/email_120.png id: 0JV4H0000301822WAA isMassAction: 'false' label: Delete Photo lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0F94H000000UF2xSAG subtype: null targetObject: null targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/photo/0F94H000000UF2xSAG ProfileSkillUser: title: ProfileSkillUser required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser NavItem6: title: NavItem6 required: - availableInClassic - availableInLightning - color - content - custom - developerName - iconUrl - id - itemType - label - objectApiName - objectLabel - objectLabelPlural - pageReference - standardType type: object properties: availableInClassic: type: boolean example: true availableInLightning: type: boolean example: true color: type: - string - 'null' example: example_value content: type: string example: example_value custom: type: boolean example: true developerName: type: string example: example_value iconUrl: type: - string - 'null' example: https://www.example.com id: type: - string - 'null' example: abc123 itemType: type: string example: example_value label: type: string example: Example Title objectApiName: type: string example: example_value objectLabel: type: string example: example_value objectLabelPlural: type: string example: example_value pageReference: $ref: '#/components/schemas/PageReference6' standardType: type: - string - 'null' example: example_value examples: - availableInClassic: true availableInLightning: true color: null content: https://pozil-dev-ed.my.salesforce.com/4nK/o custom: false developerName: standard-AssetStatePeriod iconUrl: null id: null itemType: Entity label: Asset State Periods objectApiName: AssetStatePeriod objectLabel: Asset State Period objectLabelPlural: Asset State Periods pageReference: attributes: objectApiName: AssetStatePeriod actionName: home state: {} type: standard__objectPage standardType: null LeadSource1: title: LeadSource1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true QuickTextHistory: title: QuickTextHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory GetLastSelectedApp: title: GetLastSelectedApp required: - appId - description - developerName - eTag - formFactors - headerColor - iconUrl - isNavAutoTempTabsDisabled - isNavPersonalizationDisabled - isNavTabPersistenceDisabled - label - logoUrl - mobileStartUrl - navItems - selected - startUrl - type - userNavItems type: object properties: appId: type: string example: '500123' description: type: string example: A sample description. developerName: type: string example: example_value eTag: type: string example: example_value formFactors: type: array items: type: string description: '' example: [] headerColor: type: string example: example_value iconUrl: type: string example: https://www.example.com isNavAutoTempTabsDisabled: type: boolean example: true isNavPersonalizationDisabled: type: boolean example: true isNavTabPersistenceDisabled: type: boolean example: true label: type: string example: Example Title logoUrl: type: string example: https://www.example.com mobileStartUrl: type: - string - 'null' example: https://www.example.com navItems: type: array items: $ref: '#/components/schemas/NavItem3' description: '' example: [] selected: type: boolean example: true startUrl: type: string example: https://www.example.com type: type: string example: example_value userNavItems: type: array items: type: string description: '' example: [] examples: - appId: 06m58000000fBK2AAM description: Manage your sales process with accounts, leads, opportunities, and more developerName: LightningSales eTag: e288a1d753c535d52fd11b047cd74482 formFactors: - Small - Medium - Large headerColor: '#0070D2' iconUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/icon.png isNavAutoTempTabsDisabled: false isNavPersonalizationDisabled: false isNavTabPersistenceDisabled: false label: Sales logoUrl: https://pozil-dev-ed.my.salesforce.com/logos/Salesforce/SalesCloud/logo.png mobileStartUrl: null navItems: - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/lightning/page/home custom: false developerName: standard-home iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/home_120.png id: null itemType: Standard label: Home objectApiName: Home objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: home state: {} type: standard__namedPage standardType: Home - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/006/o custom: false developerName: standard-Opportunity iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/opportunity_120.png id: null itemType: Entity label: Opportunities objectApiName: Opportunity objectLabel: Opportunity objectLabelPlural: Opportunities pageReference: attributes: objectApiName: Opportunity actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/00Q/o custom: false developerName: standard-Lead iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png id: null itemType: Entity label: Leads objectApiName: Lead objectLabel: Lead objectLabelPlural: Leads pageReference: attributes: objectApiName: Lead actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: false availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/00T/o custom: false developerName: standard-Task iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/task_120.png id: null itemType: Standard label: Tasks objectApiName: Task objectLabel: Task objectLabelPlural: Tasks pageReference: attributes: objectApiName: Task actionName: home state: {} type: standard__objectPage standardType: Tasks - availableInClassic: true availableInLightning: true color: '939393' content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/files/FileTabPage custom: false developerName: standard-File iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/file_120.png id: null itemType: Entity label: Files objectApiName: ContentDocument objectLabel: null objectLabelPlural: null pageReference: attributes: objectApiName: ContentDocument actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/001/o custom: false developerName: standard-Account iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png id: null itemType: Entity label: Accounts objectApiName: Account objectLabel: Account objectLabelPlural: Accounts pageReference: attributes: objectApiName: Account actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 5867E8 content: https://pozil-dev-ed.my.salesforce.com/003/o custom: false developerName: standard-Contact iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/contact_120.png id: null itemType: Entity label: Contacts objectApiName: Contact objectLabel: Contact objectLabelPlural: Contacts pageReference: attributes: objectApiName: Contact actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/01Z/o custom: false developerName: standard-Dashboard iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/dashboard_120.png id: null itemType: Standard label: Dashboards objectApiName: Dashboard objectLabel: Dashboard objectLabelPlural: Dashboards pageReference: attributes: objectApiName: Dashboard actionName: home state: {} type: standard__objectPage standardType: Dashboards - availableInClassic: true availableInLightning: true color: 06A59A content: https://pozil-dev-ed.my.salesforce.com/00O/o custom: false developerName: standard-report iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/report_120.png id: null itemType: Standard label: Reports objectApiName: Report objectLabel: Report objectLabelPlural: Reports pageReference: attributes: objectApiName: Report actionName: home state: {} type: standard__objectPage standardType: Reports - availableInClassic: false availableInLightning: true color: 1B96FF content: null custom: false developerName: standard-Feed iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/feed_120.png id: null itemType: Standard label: Chatter objectApiName: Feed objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: chatter state: {} type: standard__namedPage standardType: Feed - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/groups/GroupListPage custom: false developerName: standard-CollaborationGroup iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/groups_120.png id: null itemType: Standard label: Groups objectApiName: CollaborationGroup objectLabel: Group objectLabelPlural: Groups pageReference: attributes: objectApiName: CollaborationGroup actionName: home state: {} type: standard__objectPage standardType: Groups - availableInClassic: false availableInLightning: true color: FF538A content: https://pozil-dev-ed.my.salesforce.com/00U/o custom: false developerName: standard-Event iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/event_120.png id: null itemType: Standard label: Calendar objectApiName: Event objectLabel: Event objectLabelPlural: Events pageReference: attributes: objectApiName: Event actionName: home state: {} type: standard__objectPage standardType: Events - availableInClassic: true availableInLightning: true color: 1B96FF content: https://pozil-dev-ed.my.salesforce.com/_ui/core/chatter/people/PeopleListPage custom: false developerName: standard-OtherUserProfile iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png id: null itemType: Standard label: People objectApiName: User objectLabel: User objectLabelPlural: People pageReference: attributes: objectApiName: User actionName: home state: {} type: standard__objectPage standardType: People - availableInClassic: true availableInLightning: true color: FF5D2D content: https://pozil-dev-ed.my.salesforce.com/500/o custom: false developerName: standard-Case iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/case_120.png id: null itemType: Entity label: Cases objectApiName: Case objectLabel: Case objectLabelPlural: Cases pageReference: attributes: objectApiName: Case actionName: home state: {} type: standard__objectPage standardType: null - availableInClassic: true availableInLightning: true color: 3BA755 content: https://pozil-dev-ed.my.salesforce.com/_ui/sales/forecasting/ui/ForecastingTabPage custom: false developerName: standard-Forecasting3 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/standard/forecasts_120.png id: null itemType: Standard label: Forecasts objectApiName: Forecasting3 objectLabel: null objectLabelPlural: null pageReference: attributes: pageName: forecasting state: {} type: standard__namedPage standardType: Forecasting3 selected: true startUrl: https://pozil-dev-ed.my.salesforce.com/home/home.jsp?tsid=02u58000000fBK2 type: Lightning userNavItems: [] Global: title: Global required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions1' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000279052WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000279053WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000279054WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000279055WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000279056WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000279057WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: Global subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000279058WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000279059WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000279060WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000279061WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000279062WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:Global::Global:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000279063WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: Global subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Global actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:Global::Global:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000279064WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: Global subtype: Create targetObject: Account targetUrl: null type: QuickAction links: [] url: /services/data/v58.0/ui-api/actions/global CampaignHistory: title: CampaignHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory ContentDocumentHistory: title: ContentDocumentHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory GetListViewsforanObject: title: GetListViewsforanObject required: - count - currentPageToken - currentPageUrl - lists - nextPageToken - nextPageUrl - objectApiName - pageSize - previousPageToken - previousPageUrl - queryString - recentListsOnly type: object properties: count: type: integer contentEncoding: int32 example: 42 currentPageToken: type: string example: CAUQAA currentPageUrl: type: string example: https://www.example.com lists: type: array items: $ref: '#/components/schemas/List' description: '' example: [] nextPageToken: type: - string - 'null' example: CAUQAA nextPageUrl: type: - string - 'null' example: https://www.example.com objectApiName: type: string example: example_value pageSize: type: integer contentEncoding: int32 example: 10 previousPageToken: type: - string - 'null' example: CAUQAA previousPageUrl: type: - string - 'null' example: https://www.example.com queryString: type: - string - 'null' example: example_value recentListsOnly: type: boolean example: true examples: - count: 6 currentPageToken: '0' currentPageUrl: /services/data/v62.0/ui-api/list-info/Account?pageSize=20&pageToken=0 lists: - apiName: AllAccounts id: 00B58000002ssinEAA label: All Accounts url: /services/data/v62.0/ui-api/list-info/Account/AllAccounts - apiName: MyAccounts id: 00B58000002ssivEAA label: My Accounts url: /services/data/v62.0/ui-api/list-info/Account/MyAccounts - apiName: NewLastWeek id: 00B58000002ssiHEAQ label: New Last Week url: /services/data/v62.0/ui-api/list-info/Account/NewLastWeek - apiName: NewThisWeek id: 00B58000002ssi6EAA label: New This Week url: /services/data/v62.0/ui-api/list-info/Account/NewThisWeek - apiName: PlatinumandGoldSLACustomers id: 00B58000002ssiXEAQ label: Platinum and Gold SLA Customers url: /services/data/v62.0/ui-api/list-info/Account/PlatinumandGoldSLACustomers - apiName: RecentlyViewedAccounts id: 00B58000002ssimEAA label: Recently Viewed Accounts url: /services/data/v62.0/ui-api/list-info/Account/RecentlyViewedAccounts nextPageToken: null nextPageUrl: null objectApiName: Account pageSize: 20 previousPageToken: null previousPageUrl: null queryString: null recentListsOnly: false RecordAction: title: RecordAction required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction UserPreferencesSuppressTaskSFXReminders: title: UserPreferencesSuppressTaskSFXReminders required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailEncodingKey: title: EmailEncodingKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AboutMe: title: AboutMe required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesActivityRemindersPopup: title: UserPreferencesActivityRemindersPopup required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: title: UserPreferencesShowEmailToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true PartnerMarketingBudgetHistory: title: PartnerMarketingBudgetHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory Holiday: title: Holiday required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday ConvertedContactId: title: ConvertedContactId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false 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 ProductConsumptionSchedule: title: ProductConsumptionSchedule required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule 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 Fields38: title: Fields38 required: - Id - Name - Site type: object properties: Id: $ref: '#/components/schemas/Id8' Name: $ref: '#/components/schemas/Name21' Site: $ref: '#/components/schemas/Site2' examples: - Id: displayValue: null value: 001B000000UnQ2yIAF Name: displayValue: null value: Dickenson plc Site: displayValue: null value: null ChannelProgramLevel: title: ChannelProgramLevel required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel 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 Order: title: Order required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order AssetHistory: title: AssetHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory Attributes35: title: Attributes35 required: - objectApiName - actionName type: object properties: objectApiName: type: string example: example_value actionName: type: string example: example_value examples: - objectApiName: AssetStatePeriod actionName: home 00158000006QBOhAAO2: title: 00158000006QBOhAAO2 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions10' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA 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 00QB0000003pORDMA2: title: 00QB0000003pORDMA2 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields11' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Lead childRelationships: {} eTag: 015958bb8c44279cba6c8f899be4d834 fields: AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null id: 00QB0000003pORDMA2 lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:51:59.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:51:59.000Z' weakEtag: 1695829919000 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 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 Contract: title: Contract required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContentWorkspace: title: ContentWorkspace required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Actions10: title: Actions10 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: string example: '500123' relatedSourceObject: type: string example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton 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 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 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 Group2: title: Group2 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group 00158000006QBOhAAO: title: 00158000006QBOhAAO required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions3' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO CampaignMemberStatus: title: CampaignMemberStatus required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus 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 BackgroundOperation: title: BackgroundOperation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation 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 Actions14: title: Actions14 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton Geteventchannel: title: Geteventchannel required: - attributes - Id - IsDeleted - DeveloperName - Language - MasterLabel - NamespacePrefix - ManageableState - CreatedDate - CreatedById - LastModifiedDate - LastModifiedById - SystemModstamp - ChannelType - FullName - Metadata type: object properties: attributes: $ref: '#/components/schemas/Attributes4' Id: type: string example: abc123 IsDeleted: type: boolean example: true DeveloperName: type: string example: example_value Language: type: string example: example_value MasterLabel: type: string example: example_value NamespacePrefix: type: - string - 'null' example: example_value ManageableState: type: string example: example_value CreatedDate: type: string example: example_value CreatedById: type: string example: '500123' LastModifiedDate: type: string example: example_value LastModifiedById: type: string example: '500123' SystemModstamp: type: string example: example_value ChannelType: type: string example: example_value FullName: type: string example: example_value Metadata: $ref: '#/components/schemas/Metadata1' examples: - attributes: type: PlatformEventChannel url: /services/data/v58.0/tooling/sobjects/PlatformEventChannel/0YL4H0000004C93WAE Id: 0YL4H0000004C93WAE IsDeleted: false DeveloperName: HREvents Language: en_US MasterLabel: Custom Channel for the HR App NamespacePrefix: null ManageableState: unmanaged CreatedDate: 2021-01-11T19:33:54.000+0000 CreatedById: 00558000000yFyDAAU LastModifiedDate: 2021-01-11T19:33:54.000+0000 LastModifiedById: 00558000000yFyDAAU SystemModstamp: 2021-01-11T19:33:54.000+0000 ChannelType: data FullName: HREvents__chn Metadata: channelType: data label: Custom Channel for the HR App urls: null TestCase: title: TestCase required: - endTime - generatedData - inputs - startTime - status - testNumber - testResults type: object properties: endTime: type: string example: '2026-01-15T10:30:00Z' generatedData: $ref: '#/components/schemas/GeneratedData' inputs: $ref: '#/components/schemas/Inputs' startTime: type: string example: '2026-01-15T10:30:00Z' status: type: string example: example_value testNumber: type: integer contentEncoding: int32 example: 10 testResults: type: array items: $ref: '#/components/schemas/TestResult' description: '' example: [] examples: - endTime: '2025-09-10T13:46:30.000Z' generatedData: actionsSequence: '[]' invokedActions: '[[]]' outcome: To check the weather forecast at the resort, please provide the date you'd like to check. sessionId: 019933e0-8597-70de-912b-359082a322b2 topic: Customer_Service_Assistant_16jAU0000003zGf inputs: contextVariables: {} conversationHistory: [] utterance: What's the weather forecast at the resort? startTime: '2025-09-10T13:46:14.000Z' status: COMPLETED testNumber: 1 testResults: - actualValue: '[]' endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: '[]' metricLabel: actions_assertion name: actions_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: To check the weather forecast at the resort, please provide the date you'd like to check. endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: Please provide a future date to check the weather forecast. metricExplainability: The BOT RESPONSE correctly prompts the user for the necessary information (a future date) to provide the weather forecast, aligning well with the EXPECTED RESPONSE. It is clear and does not include irrelevant information. metricLabel: output_validation name: output_validation result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - actualValue: Customer_Service_Assistant_16jAU0000003zGf endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 expectedValue: Customer_Service_Assistant metricLabel: topic_assertion name: topic_assertion result: PASS score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricExplainability: The answer is incomplete as it does not provide the weather forecast at the resort, instead it asks for the date to check the forecast. metricLabel: completeness name: completeness result: FAILURE score: 1 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricExplainability: The answer is easy to understand, and it does not contain any significant grammar errors. The answer is also relevant to the question asked. metricLabel: coherence name: coherence result: PASS score: 4 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricLabel: conciseness name: conciseness result: PASS score: 5 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED - endTime: '2025-09-10T13:46:31.000Z' errorCode: 0 metricLabel: output_latency_milliseconds name: output_latency_milliseconds score: 2352 startTime: '2025-09-10T13:46:16.000Z' status: COMPLETED ContractHistory: title: ContractHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory 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}". '