openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort Objects 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: Objects paths: /data/v64.0/ui-api/list-info/{SOBJECT_API_NAME}: parameters: [] get: tags: - Objects 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/record-ui/{RECORD_IDS}: parameters: [] get: tags: - Objects 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/object-info: parameters: [] get: tags: - Objects 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: - Objects 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/lookups/{SOBJECT_API_NAME}/{FIELD_API_NAME}/{TARGET_API_NAME}: parameters: [] get: tags: - Objects 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 components: schemas: BadgeText: title: BadgeText required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SicDesc1: title: SicDesc1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SicDesc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Description length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesLightningExperiencePreferred: title: UserPreferencesLightningExperiencePreferred required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: title: UserPreferencesShowProfilePicToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DefaultGroupNotificationFrequency: title: DefaultGroupNotificationFrequency required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 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 UserPreferencesShowCountryToExternalUsers: title: UserPreferencesShowCountryToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true IsDeleted2: title: IsDeleted2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 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 AccountSource1: title: AccountSource1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: AccountSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: title: UserPreferencesShowWorkPhoneToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 Title1: title: Title1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: title: UserPreferencesHideSecondChatterOnboardingSplash required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LanguageLocaleKey: title: LanguageLocaleKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 UserPreferencesShowFaxToExternalUsers: title: UserPreferencesShowFaxToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ThemeInfo: title: ThemeInfo required: - color - iconUrl type: object properties: color: type: string example: example_value iconUrl: type: string example: https://www.example.com examples: - color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png CreatedBy3: title: CreatedBy3 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 FirstName4: title: FirstName4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Bertha 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 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 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 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 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 IsExtIndicatorVisible: title: IsExtIndicatorVisible required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Owner4: title: Owner4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value2' examples: - displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 UserPreferencesDisableEndorsementEmail: title: UserPreferencesDisableEndorsementEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 012000000000000AAA: title: 012000000000000AAA required: - Full type: object properties: Full: $ref: '#/components/schemas/Full' 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 BillingStreet1: title: BillingStreet1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BillingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowManagerToExternalUsers: title: UserPreferencesShowManagerToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 UserPreferencesShowMobilePhoneToGuestUsers: title: UserPreferencesShowMobilePhoneToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true OfflinePdaTrialExpirationDate: title: OfflinePdaTrialExpirationDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesShowEmailToGuestUsers: title: UserPreferencesShowEmailToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Street3: title: Street3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Department1: title: Department1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AnnualRevenue2: title: AnnualRevenue2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: integer contentEncoding: int32 example: 10 examples: - displayValue: $900,750,000 value: 900750000 00QB0000003pOQsMAM: title: 00QB0000003pOQsMAM required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields7' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Lead childRelationships: {} eTag: e79d644a0e26dd84435737c9b78a01f5 fields: AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null id: 00QB0000003pOQsMAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:47:56.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:47:56.000Z' weakEtag: 1695829676000 Rating3: title: Rating3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesEnableAutoSubForFeeds: title: UserPreferencesEnableAutoSubForFeeds required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Longitude: title: Longitude required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: title: UserPreferencesHideEndUserOnboardingAssistantModal required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: title: UserPreferencesDisableBookmarkEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LastName1: title: LastName1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 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 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 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 Website2: title: Website2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null ContactId: title: ContactId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true 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 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 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 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 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 BillingAddress2: title: BillingAddress2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BillingAddress calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false ShippingState1: title: ShippingState1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ShippingState calculated: false compound: false compoundComponentName: State compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesDisableLikeEmail: title: UserPreferencesDisableLikeEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: title: UserPreferencesShowPostalCodeToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 Fields6: title: Fields6 required: - AboutMe - AccountId - Address - Alias - BadgeText - BannerPhotoId - BannerPhotoUrl - CallCenterId - City - CommunityNickname - CompanyName - ContactId - Country - CreatedById - CreatedDate - DefaultGroupNotificationFrequency - DelegatedApproverId - Department - DigestFrequency - Division - Email - EmailEncodingKey - EmailPreferencesAutoBcc - EmailPreferencesAutoBccStayInTouch - EmailPreferencesStayInTouchReminder - EmployeeNumber - Extension - Fax - FederationIdentifier - FirstName - ForecastEnabled - FullPhotoUrl - GeocodeAccuracy - Id - IndividualId - IsActive - IsExtIndicatorVisible - IsPortalEnabled - IsProfilePhotoActive - JigsawImportLimitOverride - LanguageLocaleKey - LastLoginDate - LastModifiedById - LastModifiedDate - LastName - LastPasswordChangeDate - LastReferencedDate - LastViewedDate - Latitude - LocaleSidKey - Longitude - ManagerId - MediumBannerPhotoUrl - MediumPhotoUrl - MobilePhone - Name - NumberOfFailedLogins - OfflinePdaTrialExpirationDate - OfflineTrialExpirationDate - OutOfOfficeMessage - Phone - PortalRole - PostalCode - ProfileId - ProfilePhotoId - ReceivesAdminInfoEmails - ReceivesInfoEmails - SenderEmail - SenderName - Signature - SmallBannerPhotoUrl - SmallPhotoUrl - State - StayInTouchNote - StayInTouchSignature - StayInTouchSubject - Street - SystemModstamp - TimeZoneSidKey - Title - UserPermissionsCallCenterAutoLogin - UserPermissionsInteractionUser - UserPermissionsJigsawProspectingUser - UserPermissionsKnowledgeUser - UserPermissionsMarketingUser - UserPermissionsOfflineUser - UserPermissionsSFContentUser - UserPermissionsSiteforceContributorUser - UserPermissionsSiteforcePublisherUser - UserPermissionsSupportUser - UserPermissionsWorkDotComUserFeature - UserPreferencesActivityRemindersPopup - UserPreferencesApexPagesDeveloperMode - UserPreferencesCacheDiagnostics - UserPreferencesContentEmailAsAndWhen - UserPreferencesContentNoEmail - UserPreferencesCreateLEXAppsWTShown - UserPreferencesDedupeStorageMigrationComplete - UserPreferencesDisCommentAfterLikeEmail - UserPreferencesDisMentionsCommentEmail - UserPreferencesDisProfPostCommentEmail - UserPreferencesDisableAllFeedsEmail - UserPreferencesDisableBookmarkEmail - UserPreferencesDisableChangeCommentEmail - UserPreferencesDisableEndorsementEmail - UserPreferencesDisableFileShareNotificationsForApi - UserPreferencesDisableFollowersEmail - UserPreferencesDisableLaterCommentEmail - UserPreferencesDisableLikeEmail - UserPreferencesDisableMentionsPostEmail - UserPreferencesDisableMessageEmail - UserPreferencesDisableProfilePostEmail - UserPreferencesDisableSharePostEmail - UserPreferencesEnableAutoSubForFeeds - UserPreferencesEventRemindersCheckboxDefault - UserPreferencesExcludeMailAppAttachments - UserPreferencesFavoritesShowTopFavorites - UserPreferencesFavoritesWTShown - UserPreferencesFirstTimeInLightning - UserPreferencesGlobalNavBarWTShown - UserPreferencesGlobalNavGridMenuWTShown - UserPreferencesHasCelebrationBadge - UserPreferencesHasSentWarningEmail - UserPreferencesHasSentWarningEmail238 - UserPreferencesHasSentWarningEmail240 - UserPreferencesHeavyPagePromptEnabled - UserPreferencesHideBiggerPhotoCallout - UserPreferencesHideCSNDesktopTask - UserPreferencesHideCSNGetChatterMobileTask - UserPreferencesHideChatterOnboardingSplash - UserPreferencesHideEndUserOnboardingAssistantModal - UserPreferencesHideEventCalendar - UserPreferencesHideLearningPathModal - UserPreferencesHideLightningMigrationModal - UserPreferencesHideMailAppEAPUserGuidance - UserPreferencesHideMailAppWelcomeMat - UserPreferencesHideS1BrowserUI - UserPreferencesHideSecondChatterOnboardingSplash - UserPreferencesHideSfxWelcomeMat - UserPreferencesHideTaskListViewsPopover - UserPreferencesHideTrialsCelebration - UserPreferencesHideTrialsWelcomeMat - UserPreferencesJigsawListUser - UserPreferencesLightningExperiencePreferred - UserPreferencesLtngPromoReserved10UserPref - UserPreferencesLtngPromoReserved16UserPref - UserPreferencesLtngPromoReserved19UserPref - UserPreferencesNativeEmailClient - UserPreferencesNewLightningReportRunPageEnabled - UserPreferencesPathAssistantCollapsed - UserPreferencesPreviewCustomTheme - UserPreferencesPreviewLightning - UserPreferencesReadReceiptLastToggleValue - UserPreferencesReceiveNoNotificationsAsApprover - UserPreferencesReceiveNotificationsAsDelegatedApprover - UserPreferencesRecordHomeReservedWTShown - UserPreferencesRecordHomeSectionCollapseWTShown - UserPreferencesReminderSoundOff - UserPreferencesReverseOpenActivitiesView - UserPreferencesSRHOverrideActivities - UserPreferencesSalesEssentialsSetupAssistantCompleted - UserPreferencesSetupAssistantUserPref1 - UserPreferencesShowCityToExternalUsers - UserPreferencesShowCityToGuestUsers - UserPreferencesShowCountryToExternalUsers - UserPreferencesShowCountryToGuestUsers - UserPreferencesShowEmailToExternalUsers - UserPreferencesShowEmailToGuestUsers - UserPreferencesShowFaxToExternalUsers - UserPreferencesShowFaxToGuestUsers - UserPreferencesShowForecastingChangeSignals - UserPreferencesShowManagerToExternalUsers - UserPreferencesShowManagerToGuestUsers - UserPreferencesShowMobilePhoneToExternalUsers - UserPreferencesShowMobilePhoneToGuestUsers - UserPreferencesShowPostalCodeToExternalUsers - UserPreferencesShowPostalCodeToGuestUsers - UserPreferencesShowProfilePicToGuestUsers - UserPreferencesShowStateToExternalUsers - UserPreferencesShowStateToGuestUsers - UserPreferencesShowStreetAddressToExternalUsers - UserPreferencesShowStreetAddressToGuestUsers - UserPreferencesShowTitleToExternalUsers - UserPreferencesShowTitleToGuestUsers - UserPreferencesShowWorkPhoneToExternalUsers - UserPreferencesShowWorkPhoneToGuestUsers - UserPreferencesSortFeedByComment - UserPreferencesSuppressEventSFXReminders - UserPreferencesSuppressTaskSFXReminders - UserPreferencesTaskRemindersCheckboxDefault - UserPreferencesTodayGettingStarted - UserPreferencesTrailheadBadgeCreated - UserPreferencesUserDebugModePref - UserRoleId - UserType - Username type: object properties: AboutMe: $ref: '#/components/schemas/AboutMe' AccountId: $ref: '#/components/schemas/AccountId1' Address: $ref: '#/components/schemas/Address5' Alias: $ref: '#/components/schemas/Alias' BadgeText: $ref: '#/components/schemas/BadgeText' BannerPhotoId: $ref: '#/components/schemas/BannerPhotoId' BannerPhotoUrl: $ref: '#/components/schemas/BannerPhotoUrl' CallCenterId: $ref: '#/components/schemas/CallCenterId' City: $ref: '#/components/schemas/City' CommunityNickname: $ref: '#/components/schemas/CommunityNickname' CompanyName: $ref: '#/components/schemas/CompanyName' ContactId: $ref: '#/components/schemas/ContactId' Country: $ref: '#/components/schemas/Country' CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' DefaultGroupNotificationFrequency: $ref: '#/components/schemas/DefaultGroupNotificationFrequency' DelegatedApproverId: $ref: '#/components/schemas/DelegatedApproverId' Department: $ref: '#/components/schemas/Department1' DigestFrequency: $ref: '#/components/schemas/DigestFrequency' Division: $ref: '#/components/schemas/Division' Email: $ref: '#/components/schemas/Email1' EmailEncodingKey: $ref: '#/components/schemas/EmailEncodingKey' EmailPreferencesAutoBcc: $ref: '#/components/schemas/EmailPreferencesAutoBcc' EmailPreferencesAutoBccStayInTouch: $ref: '#/components/schemas/EmailPreferencesAutoBccStayInTouch' EmailPreferencesStayInTouchReminder: $ref: '#/components/schemas/EmailPreferencesStayInTouchReminder' EmployeeNumber: $ref: '#/components/schemas/EmployeeNumber' Extension: $ref: '#/components/schemas/Extension' Fax: $ref: '#/components/schemas/Fax2' FederationIdentifier: $ref: '#/components/schemas/FederationIdentifier' FirstName: $ref: '#/components/schemas/FirstName1' ForecastEnabled: $ref: '#/components/schemas/ForecastEnabled' FullPhotoUrl: $ref: '#/components/schemas/FullPhotoUrl' GeocodeAccuracy: $ref: '#/components/schemas/GeocodeAccuracy' Id: $ref: '#/components/schemas/Id4' IndividualId: $ref: '#/components/schemas/IndividualId1' IsActive: $ref: '#/components/schemas/IsActive' IsExtIndicatorVisible: $ref: '#/components/schemas/IsExtIndicatorVisible' IsPortalEnabled: $ref: '#/components/schemas/IsPortalEnabled' IsProfilePhotoActive: $ref: '#/components/schemas/IsProfilePhotoActive' JigsawImportLimitOverride: $ref: '#/components/schemas/JigsawImportLimitOverride' LanguageLocaleKey: $ref: '#/components/schemas/LanguageLocaleKey' LastLoginDate: $ref: '#/components/schemas/LastLoginDate' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' LastName: $ref: '#/components/schemas/LastName1' LastPasswordChangeDate: $ref: '#/components/schemas/LastPasswordChangeDate' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' Latitude: $ref: '#/components/schemas/Latitude' LocaleSidKey: $ref: '#/components/schemas/LocaleSidKey' Longitude: $ref: '#/components/schemas/Longitude' ManagerId: $ref: '#/components/schemas/ManagerId' MediumBannerPhotoUrl: $ref: '#/components/schemas/MediumBannerPhotoUrl' MediumPhotoUrl: $ref: '#/components/schemas/MediumPhotoUrl' MobilePhone: $ref: '#/components/schemas/MobilePhone1' Name: $ref: '#/components/schemas/Name17' NumberOfFailedLogins: $ref: '#/components/schemas/NumberOfFailedLogins' OfflinePdaTrialExpirationDate: $ref: '#/components/schemas/OfflinePdaTrialExpirationDate' OfflineTrialExpirationDate: $ref: '#/components/schemas/OfflineTrialExpirationDate' OutOfOfficeMessage: $ref: '#/components/schemas/OutOfOfficeMessage' Phone: $ref: '#/components/schemas/Phone2' PortalRole: $ref: '#/components/schemas/PortalRole' PostalCode: $ref: '#/components/schemas/PostalCode' ProfileId: $ref: '#/components/schemas/ProfileId' ProfilePhotoId: $ref: '#/components/schemas/ProfilePhotoId' ReceivesAdminInfoEmails: $ref: '#/components/schemas/ReceivesAdminInfoEmails' ReceivesInfoEmails: $ref: '#/components/schemas/ReceivesInfoEmails' SenderEmail: $ref: '#/components/schemas/SenderEmail' SenderName: $ref: '#/components/schemas/SenderName' Signature: $ref: '#/components/schemas/Signature' SmallBannerPhotoUrl: $ref: '#/components/schemas/SmallBannerPhotoUrl' SmallPhotoUrl: $ref: '#/components/schemas/SmallPhotoUrl' State: $ref: '#/components/schemas/State' StayInTouchNote: $ref: '#/components/schemas/StayInTouchNote' StayInTouchSignature: $ref: '#/components/schemas/StayInTouchSignature' StayInTouchSubject: $ref: '#/components/schemas/StayInTouchSubject' Street: $ref: '#/components/schemas/Street' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' TimeZoneSidKey: $ref: '#/components/schemas/TimeZoneSidKey' Title: $ref: '#/components/schemas/Title1' UserPermissionsCallCenterAutoLogin: $ref: '#/components/schemas/UserPermissionsCallCenterAutoLogin' UserPermissionsInteractionUser: $ref: '#/components/schemas/UserPermissionsInteractionUser' UserPermissionsJigsawProspectingUser: $ref: '#/components/schemas/UserPermissionsJigsawProspectingUser' UserPermissionsKnowledgeUser: $ref: '#/components/schemas/UserPermissionsKnowledgeUser' UserPermissionsMarketingUser: $ref: '#/components/schemas/UserPermissionsMarketingUser' UserPermissionsOfflineUser: $ref: '#/components/schemas/UserPermissionsOfflineUser' UserPermissionsSFContentUser: $ref: '#/components/schemas/UserPermissionsSFContentUser' UserPermissionsSiteforceContributorUser: $ref: '#/components/schemas/UserPermissionsSiteforceContributorUser' UserPermissionsSiteforcePublisherUser: $ref: '#/components/schemas/UserPermissionsSiteforcePublisherUser' UserPermissionsSupportUser: $ref: '#/components/schemas/UserPermissionsSupportUser' UserPermissionsWorkDotComUserFeature: $ref: '#/components/schemas/UserPermissionsWorkDotComUserFeature' UserPreferencesActivityRemindersPopup: $ref: '#/components/schemas/UserPreferencesActivityRemindersPopup' UserPreferencesApexPagesDeveloperMode: $ref: '#/components/schemas/UserPreferencesApexPagesDeveloperMode' UserPreferencesCacheDiagnostics: $ref: '#/components/schemas/UserPreferencesCacheDiagnostics' UserPreferencesContentEmailAsAndWhen: $ref: '#/components/schemas/UserPreferencesContentEmailAsAndWhen' UserPreferencesContentNoEmail: $ref: '#/components/schemas/UserPreferencesContentNoEmail' UserPreferencesCreateLEXAppsWTShown: $ref: '#/components/schemas/UserPreferencesCreateLEXAppsWTShown' UserPreferencesDedupeStorageMigrationComplete: $ref: '#/components/schemas/UserPreferencesDedupeStorageMigrationComplete' UserPreferencesDisCommentAfterLikeEmail: $ref: '#/components/schemas/UserPreferencesDisCommentAfterLikeEmail' UserPreferencesDisMentionsCommentEmail: $ref: '#/components/schemas/UserPreferencesDisMentionsCommentEmail' UserPreferencesDisProfPostCommentEmail: $ref: '#/components/schemas/UserPreferencesDisProfPostCommentEmail' UserPreferencesDisableAllFeedsEmail: $ref: '#/components/schemas/UserPreferencesDisableAllFeedsEmail' UserPreferencesDisableBookmarkEmail: $ref: '#/components/schemas/UserPreferencesDisableBookmarkEmail' UserPreferencesDisableChangeCommentEmail: $ref: '#/components/schemas/UserPreferencesDisableChangeCommentEmail' UserPreferencesDisableEndorsementEmail: $ref: '#/components/schemas/UserPreferencesDisableEndorsementEmail' UserPreferencesDisableFileShareNotificationsForApi: $ref: '#/components/schemas/UserPreferencesDisableFileShareNotificationsForApi' UserPreferencesDisableFollowersEmail: $ref: '#/components/schemas/UserPreferencesDisableFollowersEmail' UserPreferencesDisableLaterCommentEmail: $ref: '#/components/schemas/UserPreferencesDisableLaterCommentEmail' UserPreferencesDisableLikeEmail: $ref: '#/components/schemas/UserPreferencesDisableLikeEmail' UserPreferencesDisableMentionsPostEmail: $ref: '#/components/schemas/UserPreferencesDisableMentionsPostEmail' UserPreferencesDisableMessageEmail: $ref: '#/components/schemas/UserPreferencesDisableMessageEmail' UserPreferencesDisableProfilePostEmail: $ref: '#/components/schemas/UserPreferencesDisableProfilePostEmail' UserPreferencesDisableSharePostEmail: $ref: '#/components/schemas/UserPreferencesDisableSharePostEmail' UserPreferencesEnableAutoSubForFeeds: $ref: '#/components/schemas/UserPreferencesEnableAutoSubForFeeds' UserPreferencesEventRemindersCheckboxDefault: $ref: '#/components/schemas/UserPreferencesEventRemindersCheckboxDefault' UserPreferencesExcludeMailAppAttachments: $ref: '#/components/schemas/UserPreferencesExcludeMailAppAttachments' UserPreferencesFavoritesShowTopFavorites: $ref: '#/components/schemas/UserPreferencesFavoritesShowTopFavorites' UserPreferencesFavoritesWTShown: $ref: '#/components/schemas/UserPreferencesFavoritesWTShown' UserPreferencesFirstTimeInLightning: $ref: '#/components/schemas/UserPreferencesFirstTimeInLightning' UserPreferencesGlobalNavBarWTShown: $ref: '#/components/schemas/UserPreferencesGlobalNavBarWTShown' UserPreferencesGlobalNavGridMenuWTShown: $ref: '#/components/schemas/UserPreferencesGlobalNavGridMenuWTShown' UserPreferencesHasCelebrationBadge: $ref: '#/components/schemas/UserPreferencesHasCelebrationBadge' UserPreferencesHasSentWarningEmail: $ref: '#/components/schemas/UserPreferencesHasSentWarningEmail' UserPreferencesHasSentWarningEmail238: $ref: '#/components/schemas/UserPreferencesHasSentWarningEmail' UserPreferencesHasSentWarningEmail240: $ref: '#/components/schemas/UserPreferencesHasSentWarningEmail' UserPreferencesHeavyPagePromptEnabled: $ref: '#/components/schemas/UserPreferencesHeavyPagePromptEnabled' UserPreferencesHideBiggerPhotoCallout: $ref: '#/components/schemas/UserPreferencesHideBiggerPhotoCallout' UserPreferencesHideCSNDesktopTask: $ref: '#/components/schemas/UserPreferencesHideCSNDesktopTask' UserPreferencesHideCSNGetChatterMobileTask: $ref: '#/components/schemas/UserPreferencesHideCSNGetChatterMobileTask' UserPreferencesHideChatterOnboardingSplash: $ref: '#/components/schemas/UserPreferencesHideChatterOnboardingSplash' UserPreferencesHideEndUserOnboardingAssistantModal: $ref: '#/components/schemas/UserPreferencesHideEndUserOnboardingAssistantModal' UserPreferencesHideEventCalendar: $ref: '#/components/schemas/UserPreferencesHideEventCalendar' UserPreferencesHideLearningPathModal: $ref: '#/components/schemas/UserPreferencesHideLearningPathModal' UserPreferencesHideLightningMigrationModal: $ref: '#/components/schemas/UserPreferencesHideLightningMigrationModal' UserPreferencesHideMailAppEAPUserGuidance: $ref: '#/components/schemas/UserPreferencesHideMailAppEAPUserGuidance' UserPreferencesHideMailAppWelcomeMat: $ref: '#/components/schemas/UserPreferencesHideMailAppWelcomeMat' UserPreferencesHideS1BrowserUI: $ref: '#/components/schemas/UserPreferencesHideS1BrowserUI' UserPreferencesHideSecondChatterOnboardingSplash: $ref: '#/components/schemas/UserPreferencesHideSecondChatterOnboardingSplash' UserPreferencesHideSfxWelcomeMat: $ref: '#/components/schemas/UserPreferencesHideSfxWelcomeMat' UserPreferencesHideTaskListViewsPopover: $ref: '#/components/schemas/UserPreferencesHideTaskListViewsPopover' UserPreferencesHideTrialsCelebration: $ref: '#/components/schemas/UserPreferencesHideTrialsCelebration' UserPreferencesHideTrialsWelcomeMat: $ref: '#/components/schemas/UserPreferencesHideTrialsWelcomeMat' UserPreferencesJigsawListUser: $ref: '#/components/schemas/UserPreferencesJigsawListUser' UserPreferencesLightningExperiencePreferred: $ref: '#/components/schemas/UserPreferencesLightningExperiencePreferred' UserPreferencesLtngPromoReserved10UserPref: $ref: '#/components/schemas/UserPreferencesLtngPromoReserved10UserPref' UserPreferencesLtngPromoReserved16UserPref: $ref: '#/components/schemas/UserPreferencesLtngPromoReserved16UserPref' UserPreferencesLtngPromoReserved19UserPref: $ref: '#/components/schemas/UserPreferencesLtngPromoReserved19UserPref' UserPreferencesNativeEmailClient: $ref: '#/components/schemas/UserPreferencesNativeEmailClient' UserPreferencesNewLightningReportRunPageEnabled: $ref: '#/components/schemas/UserPreferencesNewLightningReportRunPageEnabled' UserPreferencesPathAssistantCollapsed: $ref: '#/components/schemas/UserPreferencesPathAssistantCollapsed' UserPreferencesPreviewCustomTheme: $ref: '#/components/schemas/UserPreferencesPreviewCustomTheme' UserPreferencesPreviewLightning: $ref: '#/components/schemas/UserPreferencesPreviewLightning' UserPreferencesReadReceiptLastToggleValue: $ref: '#/components/schemas/UserPreferencesReadReceiptLastToggleValue' UserPreferencesReceiveNoNotificationsAsApprover: $ref: '#/components/schemas/UserPreferencesReceiveNoNotificationsAsApprover' UserPreferencesReceiveNotificationsAsDelegatedApprover: $ref: '#/components/schemas/UserPreferencesReceiveNotificationsAsDelegatedApprover' UserPreferencesRecordHomeReservedWTShown: $ref: '#/components/schemas/UserPreferencesRecordHomeReservedWTShown' UserPreferencesRecordHomeSectionCollapseWTShown: $ref: '#/components/schemas/UserPreferencesRecordHomeSectionCollapseWTShown' UserPreferencesReminderSoundOff: $ref: '#/components/schemas/UserPreferencesReminderSoundOff' UserPreferencesReverseOpenActivitiesView: $ref: '#/components/schemas/UserPreferencesReverseOpenActivitiesView' UserPreferencesSRHOverrideActivities: $ref: '#/components/schemas/UserPreferencesSRHOverrideActivities' UserPreferencesSalesEssentialsSetupAssistantCompleted: $ref: '#/components/schemas/UserPreferencesSalesEssentialsSetupAssistantCompleted' UserPreferencesSetupAssistantUserPref1: $ref: '#/components/schemas/UserPreferencesSetupAssistantUserPref1' UserPreferencesShowCityToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowCityToExternalUsers' UserPreferencesShowCityToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowCityToGuestUsers' UserPreferencesShowCountryToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowCountryToExternalUsers' UserPreferencesShowCountryToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowCountryToGuestUsers' UserPreferencesShowEmailToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowEmailToExternalUsers' UserPreferencesShowEmailToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowEmailToGuestUsers' UserPreferencesShowFaxToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowFaxToExternalUsers' UserPreferencesShowFaxToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowFaxToGuestUsers' UserPreferencesShowForecastingChangeSignals: $ref: '#/components/schemas/UserPreferencesShowForecastingChangeSignals' UserPreferencesShowManagerToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowManagerToExternalUsers' UserPreferencesShowManagerToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowManagerToGuestUsers' UserPreferencesShowMobilePhoneToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowMobilePhoneToExternalUsers' UserPreferencesShowMobilePhoneToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowMobilePhoneToGuestUsers' UserPreferencesShowPostalCodeToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowPostalCodeToExternalUsers' UserPreferencesShowPostalCodeToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowPostalCodeToGuestUsers' UserPreferencesShowProfilePicToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowProfilePicToGuestUsers' UserPreferencesShowStateToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowStateToExternalUsers' UserPreferencesShowStateToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowStateToGuestUsers' UserPreferencesShowStreetAddressToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowStreetAddressToExternalUsers' UserPreferencesShowStreetAddressToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowStreetAddressToGuestUsers' UserPreferencesShowTitleToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowTitleToExternalUsers' UserPreferencesShowTitleToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowTitleToGuestUsers' UserPreferencesShowWorkPhoneToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowWorkPhoneToExternalUsers' UserPreferencesShowWorkPhoneToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowWorkPhoneToGuestUsers' UserPreferencesSortFeedByComment: $ref: '#/components/schemas/UserPreferencesSortFeedByComment' UserPreferencesSuppressEventSFXReminders: $ref: '#/components/schemas/UserPreferencesSuppressEventSFXReminders' UserPreferencesSuppressTaskSFXReminders: $ref: '#/components/schemas/UserPreferencesSuppressTaskSFXReminders' UserPreferencesTaskRemindersCheckboxDefault: $ref: '#/components/schemas/UserPreferencesTaskRemindersCheckboxDefault' UserPreferencesTodayGettingStarted: $ref: '#/components/schemas/UserPreferencesTodayGettingStarted' UserPreferencesTrailheadBadgeCreated: $ref: '#/components/schemas/UserPreferencesTrailheadBadgeCreated' UserPreferencesUserDebugModePref: $ref: '#/components/schemas/UserPreferencesUserDebugModePref' UserRoleId: $ref: '#/components/schemas/UserRoleId' UserType: $ref: '#/components/schemas/UserType' Username: $ref: '#/components/schemas/Username' examples: - AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource2: title: LeadSource2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Web value: Web UserPreferencesExcludeMailAppAttachments: title: UserPreferencesExcludeMailAppAttachments required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 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 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 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 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 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 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 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 UserPreferencesReceiveNotificationsAsDelegatedApprover: title: UserPreferencesReceiveNotificationsAsDelegatedApprover required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: title: UserPreferencesShowStateToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Extension: title: Extension required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 ReceivesInfoEmails: title: ReceivesInfoEmails required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesDisableAllFeedsEmail: title: UserPreferencesDisableAllFeedsEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 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 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 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 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 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 CustomerPriorityC1: title: CustomerPriorityC1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CustomerPriority__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Customer Priority length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId1: title: DandbCompanyId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true NaicsDesc1: title: NaicsDesc1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NaicsDesc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NAICS Description length: 120 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastModifiedById2: title: LastModifiedById2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 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 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 Rating2: title: Rating2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Hot value: Hot UserPermissionsSiteforcePublisherUser: title: UserPermissionsSiteforcePublisherUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: title: UserPreferencesShowManagerToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true RecordTypeInfos: title: RecordTypeInfos required: - 012000000000000AAA type: object properties: 012000000000000AAA: $ref: '#/components/schemas/012000000000000AAA1' examples: - 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA Id8: title: Id8 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO 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 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 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 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 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 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 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 TimeZoneSidKey: title: TimeZoneSidKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fields3: title: Fields3 required: - CreatedById - CreatedDate - DeveloperName - DoesIncludeBosses - DoesSendEmailToMembers - Email - Id - LastModifiedById - LastModifiedDate - Name - OwnerId - RelatedId - SystemModstamp - Type type: object properties: CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' DeveloperName: $ref: '#/components/schemas/DeveloperName' DoesIncludeBosses: $ref: '#/components/schemas/DoesIncludeBosses' DoesSendEmailToMembers: $ref: '#/components/schemas/DoesSendEmailToMembers' Email: $ref: '#/components/schemas/Email1' Id: $ref: '#/components/schemas/Id4' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' Name: $ref: '#/components/schemas/Name16' OwnerId: $ref: '#/components/schemas/OwnerId2' RelatedId: $ref: '#/components/schemas/RelatedId' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' Type: $ref: '#/components/schemas/Type7' examples: - CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 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 SenderName: title: SenderName required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true View: title: View required: - eTag - id - layoutType - mode - objectApiName - recordTypeId - saveOptions - sections type: object properties: eTag: type: string example: example_value id: type: string example: abc123 layoutType: type: string example: example_value mode: type: string example: example_value objectApiName: type: string example: example_value recordTypeId: type: string example: '500123' saveOptions: type: array items: type: string description: '' example: [] sections: type: array items: $ref: '#/components/schemas/Section' description: '' example: [] NameOrAlias: title: NameOrAlias required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPermissionsSupportUser: title: UserPermissionsSupportUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: title: UserPreferencesHideMailAppWelcomeMat required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Jigsaw2: title: Jigsaw2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: title: SmallBannerPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: title: BannerPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 01BB0000002rP3LMAU: title: 01BB0000002rP3LMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3LMAU Company: title: Company required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 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 UserPreferencesDisCommentAfterLikeEmail: title: UserPreferencesDisCommentAfterLikeEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LastModifiedBy3: title: LastModifiedBy3 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 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 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 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 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 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 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 RelatedId: title: RelatedId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Group1: title: Group1 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: - string - 'null' example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields3' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: type: object example: example_value searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: Group associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers - childObjectApiName: QueueSobject fieldName: QueueId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: QueueSobjects - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers createable: true custom: false defaultRecordTypeId: null deletable: true dependentFields: {} eTag: 7c2efbc357f16e2ce94a601b6724e2e0 feedEnabled: false fields: CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: 00G label: Group labelPlural: Group layoutable: false mruEnabled: false nameFields: - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png updateable: true UserPreferencesDisableLaterCommentEmail: title: UserPreferencesDisableLaterCommentEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true MediumBannerPhotoUrl: title: MediumBannerPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsConverted: title: IsConverted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesNativeEmailClient: title: UserPreferencesNativeEmailClient required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LastModifiedDate5: title: LastModifiedDate5 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' 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 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 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 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 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 UserPreferencesRecordHomeReservedWTShown: title: UserPreferencesRecordHomeReservedWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Latitude: title: Latitude required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowForecastingChangeSignals: title: UserPreferencesShowForecastingChangeSignals required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 01BB0000002rP3NMAU: title: 01BB0000002rP3NMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3NMAU UserPreferencesTodayGettingStarted: title: UserPreferencesTodayGettingStarted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: title: UserPreferencesFirstTimeInLightning required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true NumberOfEmployees1: title: NumberOfEmployees1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 01BB0000002rP3IMAU: title: 01BB0000002rP3IMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3IMAU Division: title: Division required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 00hB0000000JrBRIA0: title: 00hB0000000JrBRIA0 required: - id - sectionUserStates type: object properties: id: type: string example: abc123 sectionUserStates: $ref: '#/components/schemas/SectionUserStates' examples: - id: 00hB0000000JrBRIA0 sectionUserStates: 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU IsPortalEnabled: title: IsPortalEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Full: title: Full required: - View type: object properties: View: $ref: '#/components/schemas/View' Fax5: title: Fax5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null 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 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 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 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 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 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 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 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 UserPreferencesSalesEssentialsSetupAssistantCompleted: title: UserPreferencesSalesEssentialsSetupAssistantCompleted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true IsUnreadByOwner: title: IsUnreadByOwner required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 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 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 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 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 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 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 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 UserPreferencesReadReceiptLastToggleValue: title: UserPreferencesReadReceiptLastToggleValue required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SmallPhotoUrl: title: SmallPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 UserPreferencesNewLightningReportRunPageEnabled: title: UserPreferencesNewLightningReportRunPageEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true PostalCode3: title: PostalCode3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesShowMobilePhoneToExternalUsers: title: UserPreferencesShowMobilePhoneToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 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 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 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 LastActivityDate2: title: LastActivityDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Fields11: title: Fields11 required: - AnnualRevenue - City - Company - Country - CreatedBy - CreatedById - CreatedDate - CurrentGenerators__c - Description - Email - Fax - FirstName - Industry - LastModifiedBy - LastModifiedById - LastModifiedDate - LastName - LeadSource - MobilePhone - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Phone - PostalCode - Primary__c - ProductInterest__c - Rating - SICCode__c - Salutation - State - Status - Street - Title - Website type: object properties: AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue3' City: $ref: '#/components/schemas/City3' Company: $ref: '#/components/schemas/Company1' Country: $ref: '#/components/schemas/Country2' CreatedBy: $ref: '#/components/schemas/CreatedBy3' CreatedById: $ref: '#/components/schemas/CreatedById5' CreatedDate: $ref: '#/components/schemas/CreatedDate5' CurrentGenerators__c: $ref: '#/components/schemas/CurrentGeneratorsC1' Description: $ref: '#/components/schemas/Description6' Email: $ref: '#/components/schemas/Email5' Fax: $ref: '#/components/schemas/Fax5' FirstName: $ref: '#/components/schemas/FirstName4' Industry: $ref: '#/components/schemas/Industry3' LastModifiedBy: $ref: '#/components/schemas/LastModifiedBy3' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate5' LastName: $ref: '#/components/schemas/LastName4' LeadSource: $ref: '#/components/schemas/LeadSource2' MobilePhone: $ref: '#/components/schemas/MobilePhone3' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC2' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Phone: $ref: '#/components/schemas/Phone5' PostalCode: $ref: '#/components/schemas/PostalCode3' Primary__c: $ref: '#/components/schemas/PrimaryC1' ProductInterest__c: $ref: '#/components/schemas/ProductInterestC1' Rating: $ref: '#/components/schemas/Rating3' SICCode__c: $ref: '#/components/schemas/SICCodeC1' Salutation: $ref: '#/components/schemas/Salutation2' State: $ref: '#/components/schemas/State2' Status: $ref: '#/components/schemas/Status9' Street: $ref: '#/components/schemas/Street3' Title: $ref: '#/components/schemas/Title4' Website: $ref: '#/components/schemas/Website2' examples: - AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null 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 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' 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 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 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 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 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 UserPreferencesDedupeStorageMigrationComplete: title: UserPreferencesDedupeStorageMigrationComplete required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: title: UserPreferencesHideTrialsCelebration required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Name17: title: Name17 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 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 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 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 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 Salutation2: title: Salutation2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Ms. value: Ms. Street: title: Street required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LayoutUserStates: title: LayoutUserStates required: - 00hB0000000JrBRIA0 type: object properties: 00hB0000000JrBRIA0: $ref: '#/components/schemas/00hB0000000JrBRIA0' examples: - 00hB0000000JrBRIA0: id: 00hB0000000JrBRIA0 sectionUserStates: 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU 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 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 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 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 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 Site2: title: Site2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null StayInTouchNote: title: StayInTouchNote required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 ObjectInfos: title: ObjectInfos required: - Group - Lead - Name - User type: object properties: Group: $ref: '#/components/schemas/Group1' Lead: $ref: '#/components/schemas/Lead1' Name: $ref: '#/components/schemas/Name18' User: $ref: '#/components/schemas/User7' examples: - Group: apiName: Group associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers - childObjectApiName: QueueSobject fieldName: QueueId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: QueueSobjects - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers createable: true custom: false defaultRecordTypeId: null deletable: true dependentFields: {} eTag: 7c2efbc357f16e2ce94a601b6724e2e0 feedEnabled: false fields: CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: 00G label: Group labelPlural: Group layoutable: false mruEnabled: false nameFields: - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png updateable: true Lead: apiName: Lead associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: ActivityHistory fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: CampaignMember fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CampaignMembers - childObjectApiName: CleanInfo fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CleanInfos - childObjectApiName: CollaborationGroupRecord fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordAssociatedGroups - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EmailStatus fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailStatuses - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: LeadCleanInfo fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfos - childObjectApiName: LeadFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: LeadHistory fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: LeadShare fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ListEmailIndividualRecipient fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailIndividualRecipients - childObjectApiName: ListEmailSentResult fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailRecipients - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: Note fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Notes - childObjectApiName: NoteAndAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NotesAndAttachments - childObjectApiName: OpenActivity fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: ProcessInstance fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessInstances - childObjectApiName: ProcessInstanceHistory fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessSteps - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: Task fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 36ee19b8151a3359e045a269024228ee feedEnabled: true fields: Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: 00Q label: Lead labelPlural: Leads layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png updateable: true Name: apiName: Name associateEntityType: null associateParentEntity: null childRelationships: [] createable: false custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: 573f4fe385d2beee7dae9c908017b144 feedEnabled: false fields: Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NameOrAlias: apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RecordTypeId: apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: null label: Name labelPlural: Names layoutable: false mruEnabled: false nameFields: - FirstName - LastName - Name queryable: false recordTypeInfos: {} searchable: false themeInfo: null updateable: false User: apiName: User associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: AccountCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfoReviewers - childObjectApiName: AnalyticNotification fieldName: RunAsId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AnalyticNotificationRunAsUsers - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: CollaborationGroupMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMemberships - childObjectApiName: CollaborationGroupMemberRequest fieldName: RequesterId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembershipRequests - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactCleanInfoReviewers - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: CompanySignedId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContractsSigned - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DelegatedAccount fieldName: ManagedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentId - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: EntitySubscription fieldName: SubscriberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptions - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: ExternalDataUserAuth fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ExternalDataUserAuths - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: InstalledMobileApp fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: InstalledMobileApps - childObjectApiName: LeadCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfoReviewers - childObjectApiName: NetworkActivityAudit fieldName: EntityCreatedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EntityCreators - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: NetworkMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkMemberUsers - childObjectApiName: NetworkUserHistoryRecent fieldName: NetworkUserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkUserHistoryRecentToUser - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: OwnedContentDocument fieldName: OwnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OwnedContentDocuments - childObjectApiName: PermissionSetAssignment fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetAssignments - childObjectApiName: PermissionSetLicenseAssign fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetLicenseAssignments - childObjectApiName: Photo fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Photos - childObjectApiName: ProfileSkillEndorsement fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillUserEndorsements - childObjectApiName: ProfileSkillUser fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillChildren - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: SessionPermSetActivation fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: SessionPermSetActivations - childObjectApiName: Site fieldName: AdminId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserSites - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers - childObjectApiName: User fieldName: ManagerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedUsers - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord - childObjectApiName: UserEntityAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserEntityAccessRights - childObjectApiName: UserFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: UserFieldAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserFieldAccessRights - childObjectApiName: UserPreference fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserPreferences - childObjectApiName: UserShare fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: WorkBadge fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Badges - childObjectApiName: WorkThanks fieldName: GiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GivenThanks createable: true custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: d448e1084760248d7990ca72c7ab1ef4 feedEnabled: true fields: AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: '005' label: User labelPlural: People layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png updateable: true 012000000000000AAA1: title: 012000000000000AAA1 required: - available - defaultRecordTypeMapping - master - name - recordTypeId type: object properties: available: type: boolean example: true defaultRecordTypeMapping: type: boolean example: true master: type: boolean example: true name: type: string example: Example Title recordTypeId: type: string example: '500123' examples: - available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA Records: title: Records required: - 00QB0000003pOQsMAM - 00QB0000003pORDMA2 type: object properties: 00QB0000003pOQsMAM: $ref: '#/components/schemas/00QB0000003pOQsMAM' 00QB0000003pORDMA2: $ref: '#/components/schemas/00QB0000003pORDMA2' examples: - 00QB0000003pOQsMAM: apiName: Lead childRelationships: {} eTag: e79d644a0e26dd84435737c9b78a01f5 fields: AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null id: 00QB0000003pOQsMAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:47:56.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:47:56.000Z' weakEtag: 1695829676000 00QB0000003pORDMA2: apiName: Lead childRelationships: {} eTag: 015958bb8c44279cba6c8f899be4d834 fields: AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null id: 00QB0000003pORDMA2 lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:51:59.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:51:59.000Z' weakEtag: 1695829919000 IsProfilePhotoActive: title: IsProfilePhotoActive required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate2: title: LastModifiedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 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 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 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 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 PrimaryC1: title: PrimaryC1 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 'Yes' value: 'Yes' MasterRecordId2: title: MasterRecordId2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 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 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 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 PostalCode: title: PostalCode required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating1: title: Rating1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: title: DigestFrequency required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 Id4: title: Id4 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate2: title: LastReferencedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false EmailPreferencesAutoBcc: title: EmailPreferencesAutoBcc required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: title: UserPreferencesShowWorkPhoneToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 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 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 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 IndividualId1: title: IndividualId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true TickerSymbol1: title: TickerSymbol1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: TickerSymbol calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Ticker Symbol length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 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 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 JigsawImportLimitOverride: title: JigsawImportLimitOverride required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingLatitude1: title: ShippingLatitude1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ShippingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MediumPhotoUrl: title: MediumPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone3: title: MobilePhone3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null PhotoUrl2: title: PhotoUrl2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GetRecordDataandObjectMetadata: title: GetRecordDataandObjectMetadata required: - eTag - layoutUserStates - layouts - objectInfos - records type: object properties: eTag: type: string example: example_value layoutUserStates: $ref: '#/components/schemas/LayoutUserStates' layouts: $ref: '#/components/schemas/Layouts' objectInfos: $ref: '#/components/schemas/ObjectInfos' records: $ref: '#/components/schemas/Records' CloneSourceId: title: CloneSourceId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 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 UserPreferencesContentEmailAsAndWhen: title: UserPreferencesContentEmailAsAndWhen required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DoesIncludeBosses: title: DoesIncludeBosses required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 Value2: title: Value2 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields8' id: type: string example: abc123 lastModifiedById: type: - string - 'null' example: '500123' lastModifiedDate: type: - string - 'null' example: example_value recordTypeId: type: - string - 'null' example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: - string - 'null' example: example_value weakEtag: type: integer contentEncoding: int32 example: 10 examples: - apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 Description5: title: Description5 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 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 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 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 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 Signature: title: Signature required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: title: UserPreferencesHideMailAppEAPUserGuidance required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 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 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 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 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 UserRoleId: title: UserRoleId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesHideTaskListViewsPopover: title: UserPreferencesHideTaskListViewsPopover required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: title: UserPermissionsKnowledgeUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: title: UserPreferencesHideEventCalendar required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: title: UserPreferencesShowCityToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: title: UserPreferencesDisableChangeCommentEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 Fields7: title: Fields7 required: - AnnualRevenue - City - Company - Country - CreatedBy - CreatedById - CreatedDate - CurrentGenerators__c - Description - Email - Fax - FirstName - Industry - LastModifiedBy - LastModifiedById - LastModifiedDate - LastName - LeadSource - MobilePhone - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Phone - PostalCode - Primary__c - ProductInterest__c - Rating - SICCode__c - Salutation - State - Status - Street - Title - Website type: object properties: AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue2' City: $ref: '#/components/schemas/City2' Company: $ref: '#/components/schemas/Company1' Country: $ref: '#/components/schemas/Country2' CreatedBy: $ref: '#/components/schemas/CreatedBy3' CreatedById: $ref: '#/components/schemas/CreatedById5' CreatedDate: $ref: '#/components/schemas/CreatedDate5' CurrentGenerators__c: $ref: '#/components/schemas/CurrentGeneratorsC1' Description: $ref: '#/components/schemas/Description6' Email: $ref: '#/components/schemas/Email5' Fax: $ref: '#/components/schemas/Fax4' FirstName: $ref: '#/components/schemas/FirstName4' Industry: $ref: '#/components/schemas/Industry2' LastModifiedBy: $ref: '#/components/schemas/LastModifiedBy3' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate5' LastName: $ref: '#/components/schemas/LastName4' LeadSource: $ref: '#/components/schemas/LeadSource2' MobilePhone: $ref: '#/components/schemas/MobilePhone3' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC2' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Phone: $ref: '#/components/schemas/Phone5' PostalCode: $ref: '#/components/schemas/PostalCode2' Primary__c: $ref: '#/components/schemas/PrimaryC1' ProductInterest__c: $ref: '#/components/schemas/ProductInterestC1' Rating: $ref: '#/components/schemas/Rating2' SICCode__c: $ref: '#/components/schemas/SICCodeC1' Salutation: $ref: '#/components/schemas/Salutation2' State: $ref: '#/components/schemas/State2' Status: $ref: '#/components/schemas/Status9' Street: $ref: '#/components/schemas/Street2' Title: $ref: '#/components/schemas/Title4' Website: $ref: '#/components/schemas/Website2' examples: - AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null Type7: title: Type7 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 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 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 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 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 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 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 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 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 UserPreferencesSuppressEventSFXReminders: title: UserPreferencesSuppressEventSFXReminders required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Website1: title: Website1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: title: SenderEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 UserPreferencesLtngPromoReserved19UserPref: title: UserPreferencesLtngPromoReserved19UserPref required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ConvertedAccountId: title: ConvertedAccountId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false MobilePhone1: title: MobilePhone1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 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 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 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 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 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 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 00QB0000003pORDMA2: title: 00QB0000003pORDMA2 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields11' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Lead childRelationships: {} eTag: 015958bb8c44279cba6c8f899be4d834 fields: AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null id: 00QB0000003pORDMA2 lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:51:59.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:51:59.000Z' weakEtag: 1695829919000 Fields8: title: Fields8 required: - Id - Name type: object properties: Id: $ref: '#/components/schemas/Id8' Name: $ref: '#/components/schemas/Name21' examples: - Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil SystemModstamp2: title: SystemModstamp2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 PortalRole: title: PortalRole required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesFavoritesWTShown: title: UserPreferencesFavoritesWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 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 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 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 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}". '