openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort Record 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: Record paths: /data/v64.0/jobs/ingest//successfulResults: parameters: [] get: tags: - Record summary: Salesforce Get Job Successful Record Results operationId: GetJobSuccessfulRecordResults parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:04:15 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=12/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: text/csv: schema: type: string examples: - '"sf__Id","sf__Created",Name ' contentMediaType: text/csv example: '"sf__Id","sf__Created",Name ' deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/jobs/ingest//failedResults: parameters: [] get: tags: - Record summary: Salesforce Get Job Failed Record Results operationId: GetJobFailedRecordResults parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:04:29 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=12/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: text/csv: schema: type: string examples: - '"sf__Id","sf__Error",Name ' contentMediaType: text/csv example: '"sf__Id","sf__Error",Name ' deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/jobs/ingest//unprocessedrecords: parameters: [] get: tags: - Record summary: Salesforce Get Job Unprocessed Record Results operationId: GetJobUnprocessedRecordResults parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Mon, 20 Nov 2023 15:04:51 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=15/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: text/csv: schema: type: string examples: - 'Name ' contentMediaType: text/csv example: 'Name ' deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/chatter/feeds/record/{RECORD_GROUP_ID}/feed-elements: parameters: [] get: tags: - Record summary: Salesforce Record Feed Elements description: 'Returns the feed elements for all the records the context user is following, or all the feed elements of the specified recordId. Use this resource to search a feed or to get the feed elements for a specific feed, including another user’s feed. To use this resource to get the feed elements for a group, specify the group ID as the recordId. https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resource_feeds_record.htm' operationId: RecordFeedElements parameters: - name: RECORD_GROUP_ID in: path description: '' required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 22 Nov 2023 11:05:44 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/SuccessfulRecordFeedElements' - examples: - currentPageToken: null currentPageUrl: /services/data/v58.0/chatter/feeds/record/001.../feed-elements elements: [] isModifiedToken: null isModifiedUrl: null nextPageToken: null nextPageUrl: null updatesToken: 2:1700651144000 updatesUrl: /services/data/v58.0/chatter/feeds/record/001.../feed-elements?updatedSince=2%3A1700651144000 contentMediaType: application/json;charset=UTF-8 example: currentPageToken: null currentPageUrl: /services/data/v58.0/chatter/feeds/record/001.../feed-elements elements: [] isModifiedToken: null isModifiedUrl: null nextPageToken: null nextPageUrl: null updatesToken: 2:1700651144000 updatesUrl: /services/data/v58.0/chatter/feeds/record/001.../feed-elements?updatedSince=2%3A1700651144000 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/record/{RECORD_IDS}: parameters: [] get: tags: - Record summary: Salesforce Get Record Detail Page Actions description: Get the actions on record detail pages. operationId: GetRecordDetailPageActions parameters: - name: RECORD_IDS in: path description: A single record ID, or a comma-delimited list of record IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:16:27 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"070a59ceff1430940937c233f1b952dd--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetRecordDetailPageActions' - examples: - actions: 0014H00002LbR7QQAV: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV 00158000006QBOhAAO: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO eTag: 070a59ceff1430940937c233f1b952dd url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV,00158000006QBOhAAO contentMediaType: application/json;charset=UTF-8 example: actions: 0014H00002LbR7QQAV: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV 00158000006QBOhAAO: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO eTag: 070a59ceff1430940937c233f1b952dd url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV,00158000006QBOhAAO deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/record/{RECORD_ID}/record-edit: parameters: [] get: tags: - Record summary: Salesforce Get Record Edit Page Actions description: Get the actions on record detail pages. operationId: GetRecordEditPageActions parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 10:17:45 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"550367168889732c414e90f1a22d15af--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetRecordEditPageActions' - examples: - actions: 0014H00002LbR7QQAV: actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit eTag: 550367168889732c414e90f1a22d15af url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit contentMediaType: application/json;charset=UTF-8 example: actions: 0014H00002LbR7QQAV: actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit eTag: 550367168889732c414e90f1a22d15af url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/record/{RECORD_ID}/related-list-record/{RELATED_LIST_RECORD_IDS}: parameters: [] get: tags: - Record summary: Salesforce Get Related List Record Actions description: Get the actions on records in related lists. operationId: GetRelatedListRecordActions parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' - name: RELATED_LIST_RECORD_IDS in: path description: A related list record ID, or a comma-delimited list of related list record IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:37:18 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"f29ba79a7eda15543fca804e0e88bea6--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetRelatedListRecordActions' - examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA eTag: f29ba79a7eda15543fca804e0e88bea6 url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA contentMediaType: application/json;charset=UTF-8 example: actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA eTag: f29ba79a7eda15543fca804e0e88bea6 url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/actions/list-view-record/{RECORD_IDS}: parameters: [] get: tags: - Record summary: Salesforce Get List View Record Actions description: Get the record actions on list views. operationId: GetListViewRecordActions parameters: - name: RECORD_IDS in: path description: A single record ID, or a comma-delimited list of record IDs. required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Fri, 06 Oct 2023 11:40:07 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"1baaebae684ef749af218f59bf4b1d4d--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetListViewRecordActions' - examples: - actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA contentMediaType: application/json;charset=UTF-8 example: actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/sobjects/{SOBJECT_API_NAME}/describe/layouts/{RECORD_TYPE_ID}: parameters: [] get: tags: - Record summary: Salesforce Describe Sobject Layouts Per Record Type description: Returns a list of layouts and descriptions. The list of fields and the layout name are returned. operationId: DescribeSObjectLayoutsPerRecordType parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value - name: RECORD_TYPE_ID in: path description: '' required: true schema: type: string example: '500123' - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: '' headers: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/limits/recordCount: parameters: [] get: tags: - Record summary: Salesforce Record Count description: 'Lists information about object record counts in your organization. This resource is available in REST API version 40.0 and later for API users with the “View Setup and Configuration” permission. The returned record count is approximate, and does not include the following types of records: Deleted records in the recycle bin. Archived records. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_record_count.htm' operationId: RecordCount parameters: - name: sObjects in: query description: 'A comma-delimited list of object names. If a listed object is not found in the org, it is ignored and not returned in the response. This parameter is optional. If this parameter is not provided, the resource returns record counts for all objects in the org.' required: true style: form explode: true schema: type: string examples: - Account,Contact,Lead example: example_value - name: Content-Type in: header description: '' required: true schema: const: application/json type: string examples: - application/json example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:28:16 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Sforce-Limit-Info: content: text/plain: schema: type: string contentMediaType: text/plain example: api-usage=3/15000 Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/RecordCount' - examples: - sObjects: - count: 12 name: Account - count: 20 name: Contact - count: 22 name: Lead contentMediaType: application/json;charset=UTF-8 example: sObjects: - count: 12 name: Account - count: 20 name: Contact - count: 22 name: Lead 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: - Record summary: Salesforce Get Record Data and Object Metadata description: 'Get layout information, metadata, and data to build UI for a single record or for a collection of records. The response contains layout information for whichever layout types are specified in the layoutTypes parameter. It contains data for the records specified in the recordIds parameter. The response contains object metadata for the object types of the records specified in the recordIds parameter, and for any nested objects. For example, a request to /ui-api/record-ui/001RM000003RsOHYA0, which is an Account, returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object.' operationId: GetRecordDataandObjectMetadata parameters: - name: RECORD_IDS in: path description: Comma-separated list of record IDs required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:52:18 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"3af1644c612336c764937c1097eb2994--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: $ref: '#/components/schemas/GetRecordDataandObjectMetadata' examples: Getrecorddataandobjectmetadata200Example: summary: Default GetRecordDataandObjectMetadata 200 response x-microcks-default: true value: eTag: example_value layoutUserStates: {} layouts: {} objectInfos: {} records: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/layout/{SOBJECT_API_NAME}: parameters: [] get: tags: - Record summary: Salesforce Get Record Layout Metadata description: Get metadata about page layouts for the specified object type. operationId: GetRecordLayoutMetadata parameters: - name: SOBJECT_API_NAME in: path description: '' required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:54:02 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"07ce091fdbe7461d6b2a8813c63d3124--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: $ref: '#/components/schemas/GetRecordLayoutMetadata' examples: Getrecordlayoutmetadata200Example: summary: Default GetRecordLayoutMetadata 200 response x-microcks-default: true value: eTag: example_value id: abc123 layoutType: example_value mode: example_value objectApiName: example_value recordTypeId: '500123' saveOptions: - example_value sections: - collapsible: true columns: 10 heading: example_value id: abc123 layoutRows: {} rows: 10 useHeading: true deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/object-info/{SOBJECT_API_NAME}/picklist-values/{RECORD_TYPE_ID}: parameters: [] get: tags: - Record summary: Salesforce Get Values for All Picklist Fields of a Record Type description: Get metadata about a specific object. The response includes metadata describing fields, child relationships, record type, and theme. operationId: GetValuesforAllPicklistFieldsofaRecordType parameters: - name: SOBJECT_API_NAME in: path description: Object API Name required: true schema: type: string example: example_value - name: RECORD_TYPE_ID in: path description: Record type Id. Use `012000000000000AAA` as default when there are no custom record types. required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:55:22 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"ef21257ca08f8952ff154f57dc775336--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetValuesforAllPicklistFieldsofaRecordType' - examples: - eTag: ef21257ca08f8952ff154f57dc775336 picklistFieldValues: CleanStatus: controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped LeadSource: controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other Level__c: controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary MailingGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown OtherGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown Salutation: controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. contentMediaType: application/json;charset=UTF-8 example: eTag: ef21257ca08f8952ff154f57dc775336 picklistFieldValues: CleanStatus: controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped LeadSource: controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other Level__c: controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary MailingGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown OtherGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown Salutation: controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/records/{RECORD_ID}: parameters: [] get: tags: - Record summary: Salesforce Get a Record description: Get a record’s data. operationId: GetaRecord parameters: - name: RECORD_ID in: path description: '' required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:58:57 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"8897eb60da3dea171b0d755821bf2c36--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetaRecord' - examples: - apiName: Account childRelationships: {} eTag: 8897eb60da3dea171b0d755821bf2c36 fields: Name: displayValue: null value: Burlington Textiles Corp of America Rating: displayValue: Warm value: Warm id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 contentMediaType: application/json;charset=UTF-8 example: apiName: Account childRelationships: {} eTag: 8897eb60da3dea171b0d755821bf2c36 fields: Name: displayValue: null value: Burlington Textiles Corp of America Rating: displayValue: Warm value: Warm id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK patch: tags: - Record summary: Salesforce Update a Record description: 'Update a record''s data. User Interface API enforces Salesforce validation rules. If a validation rule fails, the response is an Error with Output. When you make a PATCH request to update a record, make sure that the record hasn’t changed since the user started editing it. To find out whether it’s safe to save a record, pass the If-Modified-Since HTTP header in the request. As of API version 43.0, if you pass read-only fields in a request body, the response is an Error with Output.' operationId: UpdateaRecord parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/UpdateaRecordRequest' - examples: - allowSaveOnDuplicate: false fields: FieldAPIName: FieldValue contentMediaType: application/json example: allowSaveOnDuplicate: false fields: FieldAPIName: FieldValue required: true responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 16:04:41 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-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: '"1be6f040e46732e79a0999d6fea9fe7d"' Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/UpdateaRecord' - examples: - apiName: Account childRelationships: {} eTag: 1be6f040e46732e79a0999d6fea9fe7d fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:04 value: '2023-09-27T16:04:41.000Z' Name: displayValue: null value: My Renamed Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:04:41.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:04:41.000Z' weakEtag: 1695830681000 contentMediaType: application/json;charset=UTF-8 example: apiName: Account childRelationships: {} eTag: 1be6f040e46732e79a0999d6fea9fe7d fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:04 value: '2023-09-27T16:04:41.000Z' Name: displayValue: null value: My Renamed Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:04:41.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:04:41.000Z' weakEtag: 1695830681000 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK delete: tags: - Record summary: Salesforce Delete a Record description: 'Update a record''s data. User Interface API enforces Salesforce validation rules. If a validation rule fails, the response is an Error with Output. When you make a PATCH request to update a record, make sure that the record hasn’t changed since the user started editing it. To find out whether it’s safe to save a record, pass the If-Modified-Since HTTP header in the request. As of API version 43.0, if you pass read-only fields in a request body, the response is an Error with Output.' operationId: DeleteaRecord parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' responses: '204': description: No Content headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 16:05:14 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block Content-Security-Policy: content: text/plain: schema: type: string contentMediaType: text/plain example: upgrade-insecure-requests X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private content: {} deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/records: parameters: [] post: tags: - Record summary: Salesforce Create a Record description: 'Create a record. First, make a request to the Clone Record Default or Create Record Default resources to get the default metadata and data for the record. As of API version 43.0, if you pass read-only fields in a request body, the response is an Error with Output.' operationId: CreateaRecord parameters: [] requestBody: description: '' content: application/json: schema: allOf: - $ref: '#/components/schemas/CreateaRecordRequest' - examples: - allowSaveOnDuplicate: false apiName: Object fields: FieldAPIName: FieldValue contentMediaType: application/json example: allowSaveOnDuplicate: false apiName: Object fields: FieldAPIName: FieldValue required: true responses: '201': description: Created headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 16:01:13 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private ETag: content: text/plain: schema: type: string contentMediaType: text/plain example: '"057ae0953591faed613c5e19a086f7a8--gzip"' Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/CreateaRecord' - examples: - apiName: Account childRelationships: {} eTag: 057ae0953591faed613c5e19a086f7a8 fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' Name: displayValue: null value: My New Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:01:14.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:01:14.000Z' weakEtag: 1695830474000 contentMediaType: application/json;charset=UTF-8 example: apiName: Account childRelationships: {} eTag: 057ae0953591faed613c5e19a086f7a8 fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' Name: displayValue: null value: My New Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:01:14.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:01:14.000Z' weakEtag: 1695830474000 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/record-defaults/clone/{RECORD_ID}: parameters: [] get: tags: - Record summary: Salesforce Get Default Values to Clone a Record description: 'Get the default layout information, object information, and data for cloning a record. After getting the default values, make a request to POST /ui-api/records to create the record. The response contains the default field values for a record cloned from the record specified in , optionally of the specified recordTypeId. It also contains the corresponding layout information for edit mode. In the Salesforce user interface, an admin with “Customize Application” permission can mark a field as required in a layout. When you’re building UI, to determine which fields to mark as required in a layout for edit mode, use the RecordLayoutItem.required property. The response contains object metadata for the object type of the record specified in and for any nested objects. For example, /ui-api/record-defaults/clone/001d000000AtfRIAAZ is a request to clone an Account record. It returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object.' operationId: GetDefaultValuestoCloneaRecord parameters: - name: RECORD_ID in: path description: Record ID required: true schema: type: string example: '500123' responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 16:01:45 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: $ref: '#/components/schemas/GetDefaultValuestoCloneaRecord' examples: Getdefaultvaluestoclonearecord200Example: summary: Default GetDefaultValuestoCloneaRecord 200 response x-microcks-default: true value: layout: eTag: example_value id: abc123 layoutType: example_value mode: example_value objectApiName: example_value recordTypeId: '500123' saveOptions: - {} sections: - {} objectInfos: {} record: apiName: example_value childRelationships: example_value eTag: example_value id: abc123 lastModifiedById: '500123' lastModifiedDate: example_value recordTypeId: '500123' recordTypeInfo: example_value systemModstamp: example_value weakEtag: 10 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK /data/v64.0/ui-api/record-defaults/create/{SOBJECT_API_NAME}: parameters: [] get: tags: - Record summary: Salesforce Get Default Values to Create a Record description: 'Get the default values for fields for a new record of a specified object and optional record type. After getting the default values, make a request to POST /ui-api/records to create the record. The response contains the default field values for the Full layout type for a new record of the object type specified in . It also contains the corresponding layout for create mode. In the Salesforce user interface, an admin with “Customize Application” permission can mark a field as required in a layout. When you’re building UI, to determine which fields to mark as required in a layout for create mode, use the RecordLayoutItem.required property. The response contains object metadata for the object specified in and for any nested objects. For example, a request to /ui-api/record-defaults/create/Account returns object metadata for Account and User, because the OwnerId field on the Account object contains a reference to the User object.' operationId: GetDefaultValuestoCreateaRecord parameters: - name: SOBJECT_API_NAME in: path description: sObject API name required: true schema: type: string example: example_value responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 16:03:34 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: $ref: '#/components/schemas/GetDefaultValuestoCreateaRecord' examples: Getdefaultvaluestocreatearecord200Example: summary: Default GetDefaultValuestoCreateaRecord 200 response x-microcks-default: true value: layout: eTag: example_value id: abc123 layoutType: example_value mode: example_value objectApiName: example_value recordTypeId: '500123' saveOptions: - {} sections: - {} objectInfos: {} record: apiName: example_value childRelationships: example_value eTag: example_value id: abc123 lastModifiedById: '500123' lastModifiedDate: example_value recordTypeId: '500123' recordTypeInfo: example_value systemModstamp: example_value weakEtag: 10 deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK 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 Sic4: title: Sic4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '6752' DefaultGroupNotificationFrequency: title: DefaultGroupNotificationFrequency required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: title: CommunityNickname required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted2: title: IsDeleted2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesShowCountryToExternalUsers: title: UserPreferencesShowCountryToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LayoutRow1: title: LayoutRow1 required: - layoutItems type: object properties: layoutItems: type: array items: $ref: '#/components/schemas/LayoutItem1' description: '' example: [] examples: - layoutItems: - editableForNew: false editableForUpdate: false label: Account Owner layoutComponents: - apiName: OwnerId componentType: Field label: Owner ID lookupIdApiName: OwnerId required: false sortable: false - editableForNew: true editableForUpdate: true label: Rating layoutComponents: - apiName: Rating componentType: Field label: Account Rating lookupIdApiName: null required: false sortable: false UserPreferencesCacheDiagnostics: title: UserPreferencesCacheDiagnostics required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: title: UserPermissionsJigsawProspectingUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true State: title: State required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountSource1: title: AccountSource1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: AccountSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: title: UserPreferencesShowWorkPhoneToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Street2: title: Street2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 321 Westcott Building Status9: title: Status9 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Working - Contacted value: Working - Contacted ActiveC4: title: ActiveC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 'Yes' value: 'Yes' CleanStatus4: title: CleanStatus4 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped 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 IsPartner1: title: IsPartner1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsPartner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Partner Account length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: title: LanguageLocaleKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GetRecordEditPageActions: title: GetRecordEditPageActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions5' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 0014H00002LbR7QQAV: actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit eTag: 550367168889732c414e90f1a22d15af url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit UserPreferencesShowFaxToExternalUsers: title: UserPreferencesShowFaxToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SLAExpirationDateC2: title: SLAExpirationDateC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Ownership4: title: Ownership4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Private value: Private ThemeInfo: title: ThemeInfo required: - color - iconUrl type: object properties: color: type: string example: example_value iconUrl: type: string example: https://www.example.com examples: - color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png CreatedBy3: title: CreatedBy3 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 NaicsCode1: title: NaicsCode1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NaicsCode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NAICS Code length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName4: title: FirstName4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Bertha Tradestyle1: title: Tradestyle1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Tradestyle calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Tradestyle length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: title: UserPreferencesHideCSNGetChatterMobileTask required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LevelC: title: LevelC required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary ShippingPostalCode4: title: ShippingPostalCode4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '66045' 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' BillingStreet1: title: BillingStreet1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BillingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowManagerToExternalUsers: title: UserPreferencesShowManagerToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LastModifiedById5: title: LastModifiedById5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO GetaRecord: title: GetaRecord required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields17' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Account childRelationships: {} eTag: 8897eb60da3dea171b0d755821bf2c36 fields: Name: displayValue: null value: Burlington Textiles Corp of America Rating: displayValue: Warm value: Warm id: 001B000000UnQ2wIAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2017-08-18T14:46:22.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2017-08-18T14:46:22.000Z' weakEtag: 1503067582000 Section1: title: Section1 required: - collapsible - columns - heading - id - layoutRows - rows - useHeading type: object properties: collapsible: type: boolean example: true columns: type: integer contentEncoding: int32 example: 10 heading: type: string example: example_value id: type: string example: abc123 layoutRows: type: array items: $ref: '#/components/schemas/LayoutRow1' description: '' example: [] rows: type: integer contentEncoding: int32 example: 10 useHeading: type: boolean example: true examples: - collapsible: false columns: 2 heading: Account Information id: 01BB0000002rP1oMAE layoutRows: - layoutItems: - editableForNew: false editableForUpdate: false label: Account Owner layoutComponents: - apiName: OwnerId componentType: Field label: Owner ID lookupIdApiName: OwnerId required: false sortable: false - editableForNew: true editableForUpdate: true label: Rating layoutComponents: - apiName: Rating componentType: Field label: Account Rating lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Account Name layoutComponents: - apiName: Name componentType: Field label: Account Name lookupIdApiName: Id required: true sortable: false - editableForNew: true editableForUpdate: true label: Phone layoutComponents: - apiName: Phone componentType: Field label: Account Phone lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Parent Account layoutComponents: - apiName: ParentId componentType: Field label: Parent Account ID lookupIdApiName: ParentId required: false sortable: false - editableForNew: true editableForUpdate: true label: Fax layoutComponents: - apiName: Fax componentType: Field label: Account Fax lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Account Number layoutComponents: - apiName: AccountNumber componentType: Field label: Account Number lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: Website layoutComponents: - apiName: Website componentType: Field label: Website lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Account Site layoutComponents: - apiName: Site componentType: Field label: Account Site lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: Ticker Symbol layoutComponents: - apiName: TickerSymbol componentType: Field label: Ticker Symbol lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Type layoutComponents: - apiName: Type componentType: Field label: Account Type lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: Ownership layoutComponents: - apiName: Ownership componentType: Field label: Ownership lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Industry layoutComponents: - apiName: Industry componentType: Field label: Industry lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: Employees layoutComponents: - apiName: NumberOfEmployees componentType: Field label: Employees lookupIdApiName: null required: false sortable: false - layoutItems: - editableForNew: true editableForUpdate: true label: Annual Revenue layoutComponents: - apiName: AnnualRevenue componentType: Field label: Annual Revenue lookupIdApiName: null required: false sortable: false - editableForNew: true editableForUpdate: true label: SIC Code layoutComponents: - apiName: Sic componentType: Field label: SIC Code lookupIdApiName: null required: false sortable: false rows: 8 useHeading: false 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 Type13: title: Type13 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesShowMobilePhoneToGuestUsers: title: UserPreferencesShowMobilePhoneToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true OfflinePdaTrialExpirationDate: title: OfflinePdaTrialExpirationDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesShowEmailToGuestUsers: title: UserPreferencesShowEmailToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Street3: title: Street3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Department1: title: Department1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AnnualRevenue2: title: AnnualRevenue2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: integer contentEncoding: int32 example: 10 examples: - displayValue: $900,750,000 value: 900750000 Rating3: title: Rating3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null 00QB0000003pOQsMAM: title: 00QB0000003pOQsMAM required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields7' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Lead childRelationships: {} eTag: e79d644a0e26dd84435737c9b78a01f5 fields: AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null id: 00QB0000003pOQsMAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:47:56.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:47:56.000Z' weakEtag: 1695829676000 UserPreferencesEnableAutoSubForFeeds: title: UserPreferencesEnableAutoSubForFeeds required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Longitude: title: Longitude required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true GetRelatedListRecordActions: title: GetRelatedListRecordActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions9' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA eTag: f29ba79a7eda15543fca804e0e88bea6 url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA 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 GetDefaultValuestoCreateaRecord: title: GetDefaultValuestoCreateaRecord required: - layout - objectInfos - record type: object properties: layout: $ref: '#/components/schemas/Layout1' objectInfos: $ref: '#/components/schemas/ObjectInfos1' record: $ref: '#/components/schemas/Record28' OutOfOfficeMessage: title: OutOfOfficeMessage required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BillingCountry1: title: BillingCountry1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BillingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsOfflineUser: title: UserPermissionsOfflineUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: title: UserPreferencesShowTitleToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 UserPreferencesLtngPromoReserved16UserPref: title: UserPreferencesLtngPromoReserved16UserPref required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true StayInTouchSubject: title: StayInTouchSubject required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Address5: title: Address5 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false ActiveC2: title: ActiveC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Value6: title: Value6 required: - attributes - label - validFor - value type: object properties: attributes: type: - string - 'null' example: example_value label: type: string example: Example Title validFor: type: array items: type: string description: '' example: [] value: type: string example: example_value examples: - attributes: null label: Agriculture validFor: [] value: Agriculture Actions6: title: Actions6 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: - string - 'null' example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: string example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton Status8: title: Status8 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingPostalCode3: title: BillingPostalCode3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null BannerPhotoId: title: BannerPhotoId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name42: title: Name42 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null ConvertedOpportunityId: title: ConvertedOpportunityId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false OwnerId2: title: OwnerId2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FederationIdentifier: title: FederationIdentifier required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 ShippingStreet4: title: ShippingStreet4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 1301 Hoch Drive UserPreferencesDisableLikeEmail: title: UserPreferencesDisableLikeEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: title: UserPreferencesShowPostalCodeToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Fields6: title: Fields6 required: - AboutMe - AccountId - Address - Alias - BadgeText - BannerPhotoId - BannerPhotoUrl - CallCenterId - City - CommunityNickname - CompanyName - ContactId - Country - CreatedById - CreatedDate - DefaultGroupNotificationFrequency - DelegatedApproverId - Department - DigestFrequency - Division - Email - EmailEncodingKey - EmailPreferencesAutoBcc - EmailPreferencesAutoBccStayInTouch - EmailPreferencesStayInTouchReminder - EmployeeNumber - Extension - Fax - FederationIdentifier - FirstName - ForecastEnabled - FullPhotoUrl - GeocodeAccuracy - Id - IndividualId - IsActive - IsExtIndicatorVisible - IsPortalEnabled - IsProfilePhotoActive - JigsawImportLimitOverride - LanguageLocaleKey - LastLoginDate - LastModifiedById - LastModifiedDate - LastName - LastPasswordChangeDate - LastReferencedDate - LastViewedDate - Latitude - LocaleSidKey - Longitude - ManagerId - MediumBannerPhotoUrl - MediumPhotoUrl - MobilePhone - Name - NumberOfFailedLogins - OfflinePdaTrialExpirationDate - OfflineTrialExpirationDate - OutOfOfficeMessage - Phone - PortalRole - PostalCode - ProfileId - ProfilePhotoId - ReceivesAdminInfoEmails - ReceivesInfoEmails - SenderEmail - SenderName - Signature - SmallBannerPhotoUrl - SmallPhotoUrl - State - StayInTouchNote - StayInTouchSignature - StayInTouchSubject - Street - SystemModstamp - TimeZoneSidKey - Title - UserPermissionsCallCenterAutoLogin - UserPermissionsInteractionUser - UserPermissionsJigsawProspectingUser - UserPermissionsKnowledgeUser - UserPermissionsMarketingUser - UserPermissionsOfflineUser - UserPermissionsSFContentUser - UserPermissionsSiteforceContributorUser - UserPermissionsSiteforcePublisherUser - UserPermissionsSupportUser - UserPermissionsWorkDotComUserFeature - UserPreferencesActivityRemindersPopup - UserPreferencesApexPagesDeveloperMode - UserPreferencesCacheDiagnostics - UserPreferencesContentEmailAsAndWhen - UserPreferencesContentNoEmail - UserPreferencesCreateLEXAppsWTShown - UserPreferencesDedupeStorageMigrationComplete - UserPreferencesDisCommentAfterLikeEmail - UserPreferencesDisMentionsCommentEmail - UserPreferencesDisProfPostCommentEmail - UserPreferencesDisableAllFeedsEmail - UserPreferencesDisableBookmarkEmail - UserPreferencesDisableChangeCommentEmail - UserPreferencesDisableEndorsementEmail - UserPreferencesDisableFileShareNotificationsForApi - UserPreferencesDisableFollowersEmail - UserPreferencesDisableLaterCommentEmail - UserPreferencesDisableLikeEmail - UserPreferencesDisableMentionsPostEmail - UserPreferencesDisableMessageEmail - UserPreferencesDisableProfilePostEmail - UserPreferencesDisableSharePostEmail - UserPreferencesEnableAutoSubForFeeds - UserPreferencesEventRemindersCheckboxDefault - UserPreferencesExcludeMailAppAttachments - UserPreferencesFavoritesShowTopFavorites - UserPreferencesFavoritesWTShown - UserPreferencesFirstTimeInLightning - UserPreferencesGlobalNavBarWTShown - UserPreferencesGlobalNavGridMenuWTShown - UserPreferencesHasCelebrationBadge - UserPreferencesHasSentWarningEmail - UserPreferencesHasSentWarningEmail238 - UserPreferencesHasSentWarningEmail240 - UserPreferencesHeavyPagePromptEnabled - UserPreferencesHideBiggerPhotoCallout - UserPreferencesHideCSNDesktopTask - UserPreferencesHideCSNGetChatterMobileTask - UserPreferencesHideChatterOnboardingSplash - UserPreferencesHideEndUserOnboardingAssistantModal - UserPreferencesHideEventCalendar - UserPreferencesHideLearningPathModal - UserPreferencesHideLightningMigrationModal - UserPreferencesHideMailAppEAPUserGuidance - UserPreferencesHideMailAppWelcomeMat - UserPreferencesHideS1BrowserUI - UserPreferencesHideSecondChatterOnboardingSplash - UserPreferencesHideSfxWelcomeMat - UserPreferencesHideTaskListViewsPopover - UserPreferencesHideTrialsCelebration - UserPreferencesHideTrialsWelcomeMat - UserPreferencesJigsawListUser - UserPreferencesLightningExperiencePreferred - UserPreferencesLtngPromoReserved10UserPref - UserPreferencesLtngPromoReserved16UserPref - UserPreferencesLtngPromoReserved19UserPref - UserPreferencesNativeEmailClient - UserPreferencesNewLightningReportRunPageEnabled - UserPreferencesPathAssistantCollapsed - UserPreferencesPreviewCustomTheme - UserPreferencesPreviewLightning - UserPreferencesReadReceiptLastToggleValue - UserPreferencesReceiveNoNotificationsAsApprover - UserPreferencesReceiveNotificationsAsDelegatedApprover - UserPreferencesRecordHomeReservedWTShown - UserPreferencesRecordHomeSectionCollapseWTShown - UserPreferencesReminderSoundOff - UserPreferencesReverseOpenActivitiesView - UserPreferencesSRHOverrideActivities - UserPreferencesSalesEssentialsSetupAssistantCompleted - UserPreferencesSetupAssistantUserPref1 - UserPreferencesShowCityToExternalUsers - UserPreferencesShowCityToGuestUsers - UserPreferencesShowCountryToExternalUsers - UserPreferencesShowCountryToGuestUsers - UserPreferencesShowEmailToExternalUsers - UserPreferencesShowEmailToGuestUsers - UserPreferencesShowFaxToExternalUsers - UserPreferencesShowFaxToGuestUsers - UserPreferencesShowForecastingChangeSignals - UserPreferencesShowManagerToExternalUsers - UserPreferencesShowManagerToGuestUsers - UserPreferencesShowMobilePhoneToExternalUsers - UserPreferencesShowMobilePhoneToGuestUsers - UserPreferencesShowPostalCodeToExternalUsers - UserPreferencesShowPostalCodeToGuestUsers - UserPreferencesShowProfilePicToGuestUsers - UserPreferencesShowStateToExternalUsers - UserPreferencesShowStateToGuestUsers - UserPreferencesShowStreetAddressToExternalUsers - UserPreferencesShowStreetAddressToGuestUsers - UserPreferencesShowTitleToExternalUsers - UserPreferencesShowTitleToGuestUsers - UserPreferencesShowWorkPhoneToExternalUsers - UserPreferencesShowWorkPhoneToGuestUsers - UserPreferencesSortFeedByComment - UserPreferencesSuppressEventSFXReminders - UserPreferencesSuppressTaskSFXReminders - UserPreferencesTaskRemindersCheckboxDefault - UserPreferencesTodayGettingStarted - UserPreferencesTrailheadBadgeCreated - UserPreferencesUserDebugModePref - UserRoleId - UserType - Username type: object properties: AboutMe: $ref: '#/components/schemas/AboutMe' AccountId: $ref: '#/components/schemas/AccountId1' Address: $ref: '#/components/schemas/Address5' Alias: $ref: '#/components/schemas/Alias' BadgeText: $ref: '#/components/schemas/BadgeText' BannerPhotoId: $ref: '#/components/schemas/BannerPhotoId' BannerPhotoUrl: $ref: '#/components/schemas/BannerPhotoUrl' CallCenterId: $ref: '#/components/schemas/CallCenterId' City: $ref: '#/components/schemas/City' CommunityNickname: $ref: '#/components/schemas/CommunityNickname' CompanyName: $ref: '#/components/schemas/CompanyName' ContactId: $ref: '#/components/schemas/ContactId' Country: $ref: '#/components/schemas/Country' CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' DefaultGroupNotificationFrequency: $ref: '#/components/schemas/DefaultGroupNotificationFrequency' DelegatedApproverId: $ref: '#/components/schemas/DelegatedApproverId' Department: $ref: '#/components/schemas/Department1' DigestFrequency: $ref: '#/components/schemas/DigestFrequency' Division: $ref: '#/components/schemas/Division' Email: $ref: '#/components/schemas/Email1' EmailEncodingKey: $ref: '#/components/schemas/EmailEncodingKey' EmailPreferencesAutoBcc: $ref: '#/components/schemas/EmailPreferencesAutoBcc' EmailPreferencesAutoBccStayInTouch: $ref: '#/components/schemas/EmailPreferencesAutoBccStayInTouch' EmailPreferencesStayInTouchReminder: $ref: '#/components/schemas/EmailPreferencesStayInTouchReminder' EmployeeNumber: $ref: '#/components/schemas/EmployeeNumber' Extension: $ref: '#/components/schemas/Extension' Fax: $ref: '#/components/schemas/Fax2' FederationIdentifier: $ref: '#/components/schemas/FederationIdentifier' FirstName: $ref: '#/components/schemas/FirstName1' ForecastEnabled: $ref: '#/components/schemas/ForecastEnabled' FullPhotoUrl: $ref: '#/components/schemas/FullPhotoUrl' GeocodeAccuracy: $ref: '#/components/schemas/GeocodeAccuracy' Id: $ref: '#/components/schemas/Id4' IndividualId: $ref: '#/components/schemas/IndividualId1' IsActive: $ref: '#/components/schemas/IsActive' IsExtIndicatorVisible: $ref: '#/components/schemas/IsExtIndicatorVisible' IsPortalEnabled: $ref: '#/components/schemas/IsPortalEnabled' IsProfilePhotoActive: $ref: '#/components/schemas/IsProfilePhotoActive' JigsawImportLimitOverride: $ref: '#/components/schemas/JigsawImportLimitOverride' LanguageLocaleKey: $ref: '#/components/schemas/LanguageLocaleKey' LastLoginDate: $ref: '#/components/schemas/LastLoginDate' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' LastName: $ref: '#/components/schemas/LastName1' LastPasswordChangeDate: $ref: '#/components/schemas/LastPasswordChangeDate' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' Latitude: $ref: '#/components/schemas/Latitude' LocaleSidKey: $ref: '#/components/schemas/LocaleSidKey' Longitude: $ref: '#/components/schemas/Longitude' ManagerId: $ref: '#/components/schemas/ManagerId' MediumBannerPhotoUrl: $ref: '#/components/schemas/MediumBannerPhotoUrl' MediumPhotoUrl: $ref: '#/components/schemas/MediumPhotoUrl' MobilePhone: $ref: '#/components/schemas/MobilePhone1' Name: $ref: '#/components/schemas/Name17' NumberOfFailedLogins: $ref: '#/components/schemas/NumberOfFailedLogins' OfflinePdaTrialExpirationDate: $ref: '#/components/schemas/OfflinePdaTrialExpirationDate' OfflineTrialExpirationDate: $ref: '#/components/schemas/OfflineTrialExpirationDate' OutOfOfficeMessage: $ref: '#/components/schemas/OutOfOfficeMessage' Phone: $ref: '#/components/schemas/Phone2' PortalRole: $ref: '#/components/schemas/PortalRole' PostalCode: $ref: '#/components/schemas/PostalCode' ProfileId: $ref: '#/components/schemas/ProfileId' ProfilePhotoId: $ref: '#/components/schemas/ProfilePhotoId' ReceivesAdminInfoEmails: $ref: '#/components/schemas/ReceivesAdminInfoEmails' ReceivesInfoEmails: $ref: '#/components/schemas/ReceivesInfoEmails' SenderEmail: $ref: '#/components/schemas/SenderEmail' SenderName: $ref: '#/components/schemas/SenderName' Signature: $ref: '#/components/schemas/Signature' SmallBannerPhotoUrl: $ref: '#/components/schemas/SmallBannerPhotoUrl' SmallPhotoUrl: $ref: '#/components/schemas/SmallPhotoUrl' State: $ref: '#/components/schemas/State' StayInTouchNote: $ref: '#/components/schemas/StayInTouchNote' StayInTouchSignature: $ref: '#/components/schemas/StayInTouchSignature' StayInTouchSubject: $ref: '#/components/schemas/StayInTouchSubject' Street: $ref: '#/components/schemas/Street' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' TimeZoneSidKey: $ref: '#/components/schemas/TimeZoneSidKey' Title: $ref: '#/components/schemas/Title1' UserPermissionsCallCenterAutoLogin: $ref: '#/components/schemas/UserPermissionsCallCenterAutoLogin' UserPermissionsInteractionUser: $ref: '#/components/schemas/UserPermissionsInteractionUser' UserPermissionsJigsawProspectingUser: $ref: '#/components/schemas/UserPermissionsJigsawProspectingUser' UserPermissionsKnowledgeUser: $ref: '#/components/schemas/UserPermissionsKnowledgeUser' UserPermissionsMarketingUser: $ref: '#/components/schemas/UserPermissionsMarketingUser' UserPermissionsOfflineUser: $ref: '#/components/schemas/UserPermissionsOfflineUser' UserPermissionsSFContentUser: $ref: '#/components/schemas/UserPermissionsSFContentUser' UserPermissionsSiteforceContributorUser: $ref: '#/components/schemas/UserPermissionsSiteforceContributorUser' UserPermissionsSiteforcePublisherUser: $ref: '#/components/schemas/UserPermissionsSiteforcePublisherUser' UserPermissionsSupportUser: $ref: '#/components/schemas/UserPermissionsSupportUser' UserPermissionsWorkDotComUserFeature: $ref: '#/components/schemas/UserPermissionsWorkDotComUserFeature' UserPreferencesActivityRemindersPopup: $ref: '#/components/schemas/UserPreferencesActivityRemindersPopup' UserPreferencesApexPagesDeveloperMode: $ref: '#/components/schemas/UserPreferencesApexPagesDeveloperMode' UserPreferencesCacheDiagnostics: $ref: '#/components/schemas/UserPreferencesCacheDiagnostics' UserPreferencesContentEmailAsAndWhen: $ref: '#/components/schemas/UserPreferencesContentEmailAsAndWhen' UserPreferencesContentNoEmail: $ref: '#/components/schemas/UserPreferencesContentNoEmail' UserPreferencesCreateLEXAppsWTShown: $ref: '#/components/schemas/UserPreferencesCreateLEXAppsWTShown' UserPreferencesDedupeStorageMigrationComplete: $ref: '#/components/schemas/UserPreferencesDedupeStorageMigrationComplete' UserPreferencesDisCommentAfterLikeEmail: $ref: '#/components/schemas/UserPreferencesDisCommentAfterLikeEmail' UserPreferencesDisMentionsCommentEmail: $ref: '#/components/schemas/UserPreferencesDisMentionsCommentEmail' UserPreferencesDisProfPostCommentEmail: $ref: '#/components/schemas/UserPreferencesDisProfPostCommentEmail' UserPreferencesDisableAllFeedsEmail: $ref: '#/components/schemas/UserPreferencesDisableAllFeedsEmail' UserPreferencesDisableBookmarkEmail: $ref: '#/components/schemas/UserPreferencesDisableBookmarkEmail' UserPreferencesDisableChangeCommentEmail: $ref: '#/components/schemas/UserPreferencesDisableChangeCommentEmail' UserPreferencesDisableEndorsementEmail: $ref: '#/components/schemas/UserPreferencesDisableEndorsementEmail' UserPreferencesDisableFileShareNotificationsForApi: $ref: '#/components/schemas/UserPreferencesDisableFileShareNotificationsForApi' UserPreferencesDisableFollowersEmail: $ref: '#/components/schemas/UserPreferencesDisableFollowersEmail' UserPreferencesDisableLaterCommentEmail: $ref: '#/components/schemas/UserPreferencesDisableLaterCommentEmail' UserPreferencesDisableLikeEmail: $ref: '#/components/schemas/UserPreferencesDisableLikeEmail' UserPreferencesDisableMentionsPostEmail: $ref: '#/components/schemas/UserPreferencesDisableMentionsPostEmail' UserPreferencesDisableMessageEmail: $ref: '#/components/schemas/UserPreferencesDisableMessageEmail' UserPreferencesDisableProfilePostEmail: $ref: '#/components/schemas/UserPreferencesDisableProfilePostEmail' UserPreferencesDisableSharePostEmail: $ref: '#/components/schemas/UserPreferencesDisableSharePostEmail' UserPreferencesEnableAutoSubForFeeds: $ref: '#/components/schemas/UserPreferencesEnableAutoSubForFeeds' UserPreferencesEventRemindersCheckboxDefault: $ref: '#/components/schemas/UserPreferencesEventRemindersCheckboxDefault' UserPreferencesExcludeMailAppAttachments: $ref: '#/components/schemas/UserPreferencesExcludeMailAppAttachments' UserPreferencesFavoritesShowTopFavorites: $ref: '#/components/schemas/UserPreferencesFavoritesShowTopFavorites' UserPreferencesFavoritesWTShown: $ref: '#/components/schemas/UserPreferencesFavoritesWTShown' UserPreferencesFirstTimeInLightning: $ref: '#/components/schemas/UserPreferencesFirstTimeInLightning' UserPreferencesGlobalNavBarWTShown: $ref: '#/components/schemas/UserPreferencesGlobalNavBarWTShown' UserPreferencesGlobalNavGridMenuWTShown: $ref: '#/components/schemas/UserPreferencesGlobalNavGridMenuWTShown' UserPreferencesHasCelebrationBadge: $ref: '#/components/schemas/UserPreferencesHasCelebrationBadge' UserPreferencesHasSentWarningEmail: $ref: '#/components/schemas/UserPreferencesHasSentWarningEmail' UserPreferencesHasSentWarningEmail238: $ref: '#/components/schemas/UserPreferencesHasSentWarningEmail' UserPreferencesHasSentWarningEmail240: $ref: '#/components/schemas/UserPreferencesHasSentWarningEmail' UserPreferencesHeavyPagePromptEnabled: $ref: '#/components/schemas/UserPreferencesHeavyPagePromptEnabled' UserPreferencesHideBiggerPhotoCallout: $ref: '#/components/schemas/UserPreferencesHideBiggerPhotoCallout' UserPreferencesHideCSNDesktopTask: $ref: '#/components/schemas/UserPreferencesHideCSNDesktopTask' UserPreferencesHideCSNGetChatterMobileTask: $ref: '#/components/schemas/UserPreferencesHideCSNGetChatterMobileTask' UserPreferencesHideChatterOnboardingSplash: $ref: '#/components/schemas/UserPreferencesHideChatterOnboardingSplash' UserPreferencesHideEndUserOnboardingAssistantModal: $ref: '#/components/schemas/UserPreferencesHideEndUserOnboardingAssistantModal' UserPreferencesHideEventCalendar: $ref: '#/components/schemas/UserPreferencesHideEventCalendar' UserPreferencesHideLearningPathModal: $ref: '#/components/schemas/UserPreferencesHideLearningPathModal' UserPreferencesHideLightningMigrationModal: $ref: '#/components/schemas/UserPreferencesHideLightningMigrationModal' UserPreferencesHideMailAppEAPUserGuidance: $ref: '#/components/schemas/UserPreferencesHideMailAppEAPUserGuidance' UserPreferencesHideMailAppWelcomeMat: $ref: '#/components/schemas/UserPreferencesHideMailAppWelcomeMat' UserPreferencesHideS1BrowserUI: $ref: '#/components/schemas/UserPreferencesHideS1BrowserUI' UserPreferencesHideSecondChatterOnboardingSplash: $ref: '#/components/schemas/UserPreferencesHideSecondChatterOnboardingSplash' UserPreferencesHideSfxWelcomeMat: $ref: '#/components/schemas/UserPreferencesHideSfxWelcomeMat' UserPreferencesHideTaskListViewsPopover: $ref: '#/components/schemas/UserPreferencesHideTaskListViewsPopover' UserPreferencesHideTrialsCelebration: $ref: '#/components/schemas/UserPreferencesHideTrialsCelebration' UserPreferencesHideTrialsWelcomeMat: $ref: '#/components/schemas/UserPreferencesHideTrialsWelcomeMat' UserPreferencesJigsawListUser: $ref: '#/components/schemas/UserPreferencesJigsawListUser' UserPreferencesLightningExperiencePreferred: $ref: '#/components/schemas/UserPreferencesLightningExperiencePreferred' UserPreferencesLtngPromoReserved10UserPref: $ref: '#/components/schemas/UserPreferencesLtngPromoReserved10UserPref' UserPreferencesLtngPromoReserved16UserPref: $ref: '#/components/schemas/UserPreferencesLtngPromoReserved16UserPref' UserPreferencesLtngPromoReserved19UserPref: $ref: '#/components/schemas/UserPreferencesLtngPromoReserved19UserPref' UserPreferencesNativeEmailClient: $ref: '#/components/schemas/UserPreferencesNativeEmailClient' UserPreferencesNewLightningReportRunPageEnabled: $ref: '#/components/schemas/UserPreferencesNewLightningReportRunPageEnabled' UserPreferencesPathAssistantCollapsed: $ref: '#/components/schemas/UserPreferencesPathAssistantCollapsed' UserPreferencesPreviewCustomTheme: $ref: '#/components/schemas/UserPreferencesPreviewCustomTheme' UserPreferencesPreviewLightning: $ref: '#/components/schemas/UserPreferencesPreviewLightning' UserPreferencesReadReceiptLastToggleValue: $ref: '#/components/schemas/UserPreferencesReadReceiptLastToggleValue' UserPreferencesReceiveNoNotificationsAsApprover: $ref: '#/components/schemas/UserPreferencesReceiveNoNotificationsAsApprover' UserPreferencesReceiveNotificationsAsDelegatedApprover: $ref: '#/components/schemas/UserPreferencesReceiveNotificationsAsDelegatedApprover' UserPreferencesRecordHomeReservedWTShown: $ref: '#/components/schemas/UserPreferencesRecordHomeReservedWTShown' UserPreferencesRecordHomeSectionCollapseWTShown: $ref: '#/components/schemas/UserPreferencesRecordHomeSectionCollapseWTShown' UserPreferencesReminderSoundOff: $ref: '#/components/schemas/UserPreferencesReminderSoundOff' UserPreferencesReverseOpenActivitiesView: $ref: '#/components/schemas/UserPreferencesReverseOpenActivitiesView' UserPreferencesSRHOverrideActivities: $ref: '#/components/schemas/UserPreferencesSRHOverrideActivities' UserPreferencesSalesEssentialsSetupAssistantCompleted: $ref: '#/components/schemas/UserPreferencesSalesEssentialsSetupAssistantCompleted' UserPreferencesSetupAssistantUserPref1: $ref: '#/components/schemas/UserPreferencesSetupAssistantUserPref1' UserPreferencesShowCityToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowCityToExternalUsers' UserPreferencesShowCityToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowCityToGuestUsers' UserPreferencesShowCountryToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowCountryToExternalUsers' UserPreferencesShowCountryToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowCountryToGuestUsers' UserPreferencesShowEmailToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowEmailToExternalUsers' UserPreferencesShowEmailToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowEmailToGuestUsers' UserPreferencesShowFaxToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowFaxToExternalUsers' UserPreferencesShowFaxToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowFaxToGuestUsers' UserPreferencesShowForecastingChangeSignals: $ref: '#/components/schemas/UserPreferencesShowForecastingChangeSignals' UserPreferencesShowManagerToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowManagerToExternalUsers' UserPreferencesShowManagerToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowManagerToGuestUsers' UserPreferencesShowMobilePhoneToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowMobilePhoneToExternalUsers' UserPreferencesShowMobilePhoneToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowMobilePhoneToGuestUsers' UserPreferencesShowPostalCodeToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowPostalCodeToExternalUsers' UserPreferencesShowPostalCodeToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowPostalCodeToGuestUsers' UserPreferencesShowProfilePicToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowProfilePicToGuestUsers' UserPreferencesShowStateToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowStateToExternalUsers' UserPreferencesShowStateToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowStateToGuestUsers' UserPreferencesShowStreetAddressToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowStreetAddressToExternalUsers' UserPreferencesShowStreetAddressToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowStreetAddressToGuestUsers' UserPreferencesShowTitleToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowTitleToExternalUsers' UserPreferencesShowTitleToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowTitleToGuestUsers' UserPreferencesShowWorkPhoneToExternalUsers: $ref: '#/components/schemas/UserPreferencesShowWorkPhoneToExternalUsers' UserPreferencesShowWorkPhoneToGuestUsers: $ref: '#/components/schemas/UserPreferencesShowWorkPhoneToGuestUsers' UserPreferencesSortFeedByComment: $ref: '#/components/schemas/UserPreferencesSortFeedByComment' UserPreferencesSuppressEventSFXReminders: $ref: '#/components/schemas/UserPreferencesSuppressEventSFXReminders' UserPreferencesSuppressTaskSFXReminders: $ref: '#/components/schemas/UserPreferencesSuppressTaskSFXReminders' UserPreferencesTaskRemindersCheckboxDefault: $ref: '#/components/schemas/UserPreferencesTaskRemindersCheckboxDefault' UserPreferencesTodayGettingStarted: $ref: '#/components/schemas/UserPreferencesTodayGettingStarted' UserPreferencesTrailheadBadgeCreated: $ref: '#/components/schemas/UserPreferencesTrailheadBadgeCreated' UserPreferencesUserDebugModePref: $ref: '#/components/schemas/UserPreferencesUserDebugModePref' UserRoleId: $ref: '#/components/schemas/UserRoleId' UserType: $ref: '#/components/schemas/UserType' Username: $ref: '#/components/schemas/Username' examples: - AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Parent7: title: Parent7 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesExcludeMailAppAttachments: title: UserPreferencesExcludeMailAppAttachments required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LeadSource2: title: LeadSource2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Web value: Web CallCenterId: title: CallCenterId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfilePhotoId: title: ProfilePhotoId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false EmployeeNumber: title: EmployeeNumber required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: title: UserPreferencesShowStreetAddressToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: title: UserPreferencesEventRemindersCheckboxDefault required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true BillingState1: title: BillingState1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BillingState calculated: false compound: false compoundComponentName: State compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Actions9: title: Actions9 required: - 00158000006QBOhAAO type: object properties: 00158000006QBOhAAO: $ref: '#/components/schemas/00158000006QBOhAAO2' examples: - 00158000006QBOhAAO: actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA ShippingStreet2: title: ShippingStreet2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null RecordCount: title: RecordCount required: - sObjects type: object properties: sObjects: type: array items: $ref: '#/components/schemas/SObjects1' description: '' example: [] examples: - sObjects: - count: 12 name: Account - count: 20 name: Contact - count: 22 name: Lead UserType: title: UserType required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ParentId2: title: ParentId2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Actions13: title: Actions13 required: - 00358000006woxwAAA type: object properties: 00358000006woxwAAA: $ref: '#/components/schemas/00358000006woxwAAA' examples: - 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA 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 UpdateaRecordRequest: title: UpdateaRecordRequest required: - allowSaveOnDuplicate - fields type: object properties: allowSaveOnDuplicate: type: boolean example: true fields: $ref: '#/components/schemas/Fields20' examples: - allowSaveOnDuplicate: false fields: FieldAPIName: FieldValue 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 SLAC2: title: SLAC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesReceiveNotificationsAsDelegatedApprover: title: UserPreferencesReceiveNotificationsAsDelegatedApprover required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: title: UserPreferencesShowStateToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Extension: title: Extension required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Record27: title: Record27 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields27' id: type: - string - 'null' example: abc123 lastModifiedById: type: - string - 'null' example: '500123' lastModifiedDate: type: - string - 'null' example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: - string - 'null' example: example_value weakEtag: type: integer contentEncoding: int32 example: 10 examples: - apiName: Account childRelationships: {} eTag: 5facf9dfb1b0feae1ee6b348b8b5f942 fields: AccountNumber: displayValue: null value: CC634267 Active__c: displayValue: 'Yes' value: 'Yes' AnnualRevenue: displayValue: $50,000,000 value: 50000000 BillingCity: displayValue: null value: Lawrence BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '66045' BillingState: displayValue: null value: KS BillingStreet: displayValue: null value: 1301 Hoch Drive CloneSourceId: displayValue: null value: 001B000000UnQ2yIAF CustomerPriority__c: displayValue: Low value: Low Description: displayValue: null value: null Fax: displayValue: null value: (785) 241-6201 Industry: displayValue: Consulting value: Consulting Name: displayValue: null value: Dickenson plc NumberOfEmployees: displayValue: null value: 120 NumberofLocations__c: displayValue: null value: 2 Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: e8465cd0d7506b4905dc7e11f6b8ab50 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: Private value: Private Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (785) 241-6200 Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: 15/03/2017 value: '2017-03-15T00:00:00.000Z' SLASerialNumber__c: displayValue: null value: '7425' SLA__c: displayValue: Bronze value: Bronze ShippingCity: displayValue: null value: Lawrence ShippingCountry: displayValue: null value: USA ShippingPostalCode: displayValue: null value: '66045' ShippingState: displayValue: null value: KS ShippingStreet: displayValue: null value: 1301 Hoch Drive Sic: displayValue: null value: '6752' Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: Customer - Channel value: Customer - Channel UpsellOpportunity__c: displayValue: 'No' value: 'No' Website: displayValue: null value: dickenson-consulting.com id: null lastModifiedById: null lastModifiedDate: null recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: null weakEtag: 0 ReceivesInfoEmails: title: ReceivesInfoEmails required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesDisableAllFeedsEmail: title: UserPreferencesDisableAllFeedsEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: title: UserPreferencesHeavyPagePromptEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Phone2: title: Phone2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastViewedDate2: title: LastViewedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BillingLongitude1: title: BillingLongitude1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BillingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 SuccessfulRecordFeedElements: title: SuccessfulRecordFeedElements required: - currentPageToken - currentPageUrl - elements - isModifiedToken - isModifiedUrl - nextPageToken - nextPageUrl - updatesToken - updatesUrl type: object properties: currentPageToken: type: - string - 'null' example: CAUQAA currentPageUrl: type: string example: https://www.example.com elements: type: array items: type: string description: '' example: [] isModifiedToken: type: - string - 'null' example: CAUQAA isModifiedUrl: type: - string - 'null' example: https://www.example.com nextPageToken: type: - string - 'null' example: CAUQAA nextPageUrl: type: - string - 'null' example: https://www.example.com updatesToken: type: string example: CAUQAA updatesUrl: type: string example: https://www.example.com examples: - currentPageToken: null currentPageUrl: /services/data/v58.0/chatter/feeds/record/001.../feed-elements elements: [] isModifiedToken: null isModifiedUrl: null nextPageToken: null nextPageUrl: null updatesToken: 2:1700651144000 updatesUrl: /services/data/v58.0/chatter/feeds/record/001.../feed-elements?updatedSince=2%3A1700651144000 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 GetListViewRecordActions: title: GetListViewRecordActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions13' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 00358000006woxwAAA: actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA eTag: 1baaebae684ef749af218f59bf4b1d4d url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA NaicsDesc1: title: NaicsDesc1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NaicsDesc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NAICS Description length: 120 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 0014H00002LbR7QQAV1: title: 0014H00002LbR7QQAV1 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions6' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit LastModifiedById2: title: LastModifiedById2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Salutation1: title: Salutation1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OfflineTrialExpirationDate: title: OfflineTrialExpirationDate required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ShippingStreet1: title: ShippingStreet1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ShippingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsSiteforcePublisherUser: title: UserPermissionsSiteforcePublisherUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Rating2: title: Rating2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Hot value: Hot UserPreferencesShowManagerToGuestUsers: title: UserPreferencesShowManagerToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 00358000006woxwAAA: title: 00358000006woxwAAA required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions14' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000382731WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000382732WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA ChildRelationship2: title: ChildRelationship2 required: - childObjectApiName - fieldName - junctionIdListNames - junctionReferenceTo - relationshipName type: object properties: childObjectApiName: type: string example: example_value fieldName: type: string example: example_value junctionIdListNames: type: array items: type: string description: '' example: [] junctionReferenceTo: type: array items: type: string description: '' example: [] relationshipName: type: string example: example_value examples: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers 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 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 Record28: title: Record28 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields31' id: type: - string - 'null' example: abc123 lastModifiedById: type: - string - 'null' example: '500123' lastModifiedDate: type: - string - 'null' example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: - string - 'null' example: example_value weakEtag: type: integer contentEncoding: int32 example: 10 examples: - apiName: Account childRelationships: {} eTag: 3a2af430441878fee09664963c96136b fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null Name: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: e8465cd0d7506b4905dc7e11f6b8ab50 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: null lastModifiedById: null lastModifiedDate: null recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: null weakEtag: 0 UserPreferencesShowFaxToGuestUsers: title: UserPreferencesShowFaxToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 OtherGeocodeAccuracy1: title: OtherGeocodeAccuracy1 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown BillingLatitude1: title: BillingLatitude1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BillingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: title: UserPermissionsCallCenterAutoLogin required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SenderName: title: SenderName required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true View: title: View required: - eTag - id - layoutType - mode - objectApiName - recordTypeId - saveOptions - sections type: object properties: eTag: type: string example: example_value id: type: string example: abc123 layoutType: type: string example: example_value mode: type: string example: example_value objectApiName: type: string example: example_value recordTypeId: type: string example: '500123' saveOptions: type: array items: type: string description: '' example: [] sections: type: array items: $ref: '#/components/schemas/Section' description: '' example: [] NameOrAlias: title: NameOrAlias required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPermissionsSupportUser: title: UserPermissionsSupportUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Jigsaw2: title: Jigsaw2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: title: UserPreferencesHideMailAppWelcomeMat required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SmallBannerPhotoUrl: title: SmallBannerPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: title: BannerPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 01BB0000002rP3LMAU: title: 01BB0000002rP3LMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3LMAU Company: title: Company required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesSetupAssistantUserPref1: title: UserPreferencesSetupAssistantUserPref1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LocaleSidKey: title: LocaleSidKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State2: title: State2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: FL UserPreferencesJigsawListUser: title: UserPreferencesJigsawListUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SLASerialNumberC4: title: SLASerialNumberC4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '7425' Fields31: title: Fields31 required: - AccountNumber - Active__c - AnnualRevenue - BillingCity - BillingCountry - BillingPostalCode - BillingState - BillingStreet - CustomerPriority__c - Description - Fax - Industry - Name - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Ownership - Parent - ParentId - Phone - Rating - SLAExpirationDate__c - SLASerialNumber__c - SLA__c - ShippingCity - ShippingCountry - ShippingPostalCode - ShippingState - ShippingStreet - Sic - Site - TickerSymbol - Type - UpsellOpportunity__c - Website type: object properties: AccountNumber: $ref: '#/components/schemas/AccountNumber2' Active__c: $ref: '#/components/schemas/ActiveC2' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue3' BillingCity: $ref: '#/components/schemas/BillingCity3' BillingCountry: $ref: '#/components/schemas/BillingCountry3' BillingPostalCode: $ref: '#/components/schemas/BillingPostalCode3' BillingState: $ref: '#/components/schemas/BillingState3' BillingStreet: $ref: '#/components/schemas/BillingStreet3' CustomerPriority__c: $ref: '#/components/schemas/CustomerPriorityC2' Description: $ref: '#/components/schemas/Description6' Fax: $ref: '#/components/schemas/Fax5' Industry: $ref: '#/components/schemas/Industry3' Name: $ref: '#/components/schemas/Name42' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC5' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Ownership: $ref: '#/components/schemas/Ownership2' Parent: $ref: '#/components/schemas/Parent7' ParentId: $ref: '#/components/schemas/ParentId2' Phone: $ref: '#/components/schemas/Phone9' Rating: $ref: '#/components/schemas/Rating3' SLAExpirationDate__c: $ref: '#/components/schemas/SLAExpirationDateC2' SLASerialNumber__c: $ref: '#/components/schemas/SLASerialNumberC2' SLA__c: $ref: '#/components/schemas/SLAC2' ShippingCity: $ref: '#/components/schemas/ShippingCity2' ShippingCountry: $ref: '#/components/schemas/ShippingCountry2' ShippingPostalCode: $ref: '#/components/schemas/ShippingPostalCode2' ShippingState: $ref: '#/components/schemas/ShippingState2' ShippingStreet: $ref: '#/components/schemas/ShippingStreet2' Sic: $ref: '#/components/schemas/Sic2' Site: $ref: '#/components/schemas/Site2' TickerSymbol: $ref: '#/components/schemas/TickerSymbol2' Type: $ref: '#/components/schemas/Type13' UpsellOpportunity__c: $ref: '#/components/schemas/UpsellOpportunityC2' Website: $ref: '#/components/schemas/Website2' examples: - AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null Name: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: e8465cd0d7506b4905dc7e11f6b8ab50 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null UserPreferencesDisProfPostCommentEmail: title: UserPreferencesDisProfPostCommentEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: title: UserPreferencesHideS1BrowserUI required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: title: UserPreferencesReverseOpenActivitiesView required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 UserPreferencesShowCountryToGuestUsers: title: UserPreferencesShowCountryToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ShippingCountry2: title: ShippingCountry2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null CleanStatus2: title: CleanStatus2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideLightningMigrationModal: title: UserPreferencesHideLightningMigrationModal required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Username: title: Username required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberofLocationsC2: title: NumberofLocationsC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: integer contentEncoding: int32 example: 10 examples: - displayValue: null value: 130 RelatedId: title: RelatedId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Group1: title: Group1 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: - string - 'null' example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields3' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: type: object example: example_value searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: Group associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers - childObjectApiName: QueueSobject fieldName: QueueId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: QueueSobjects - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers createable: true custom: false defaultRecordTypeId: null deletable: true dependentFields: {} eTag: 7c2efbc357f16e2ce94a601b6724e2e0 feedEnabled: false fields: CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: 00G label: Group labelPlural: Group layoutable: false mruEnabled: false nameFields: - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png updateable: true ShippingCity2: title: ShippingCity2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesDisableLaterCommentEmail: title: UserPreferencesDisableLaterCommentEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true MediumBannerPhotoUrl: title: MediumBannerPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone9: title: Phone9 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null IsConverted: title: IsConverted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesNativeEmailClient: title: UserPreferencesNativeEmailClient required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 Layout: title: Layout required: - eTag - id - layoutType - mode - objectApiName - recordTypeId - saveOptions - sections type: object properties: eTag: type: string example: example_value id: type: string example: abc123 layoutType: type: string example: example_value mode: type: string example: example_value objectApiName: type: string example: example_value recordTypeId: type: string example: '500123' saveOptions: type: array items: type: string description: '' example: [] sections: type: array items: $ref: '#/components/schemas/Section1' description: '' example: [] Fields4: title: Fields4 required: - Address - AnnualRevenue - City - CleanStatus - CloneSourceId - Company - CompanyDunsNumber - ConvertedAccountId - ConvertedContactId - ConvertedDate - ConvertedOpportunityId - Country - CreatedById - CreatedDate - CurrentGenerators__c - DandbCompanyId - Description - Email - EmailBouncedDate - EmailBouncedReason - Fax - FirstName - GeocodeAccuracy - Id - IndividualId - Industry - IsConverted - IsDeleted - IsUnreadByOwner - Jigsaw - JigsawContactId - LastActivityDate - LastModifiedById - LastModifiedDate - LastName - LastReferencedDate - LastViewedDate - Latitude - LeadSource - Longitude - MasterRecordId - MobilePhone - Name - NumberOfEmployees - NumberofLocations__c - OwnerId - Phone - PhotoUrl - PostalCode - Primary__c - ProductInterest__c - Rating - SICCode__c - Salutation - State - Status - Street - SystemModstamp - Title - Website type: object properties: Address: $ref: '#/components/schemas/Address5' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue1' City: $ref: '#/components/schemas/City' CleanStatus: $ref: '#/components/schemas/CleanStatus2' CloneSourceId: $ref: '#/components/schemas/CloneSourceId' Company: $ref: '#/components/schemas/Company' CompanyDunsNumber: $ref: '#/components/schemas/CompanyDunsNumber' ConvertedAccountId: $ref: '#/components/schemas/ConvertedAccountId' ConvertedContactId: $ref: '#/components/schemas/ConvertedContactId' ConvertedDate: $ref: '#/components/schemas/ConvertedDate' ConvertedOpportunityId: $ref: '#/components/schemas/ConvertedOpportunityId' Country: $ref: '#/components/schemas/Country' CreatedById: $ref: '#/components/schemas/CreatedById2' CreatedDate: $ref: '#/components/schemas/CreatedDate2' CurrentGenerators__c: $ref: '#/components/schemas/CurrentGeneratorsC' DandbCompanyId: $ref: '#/components/schemas/DandbCompanyId1' Description: $ref: '#/components/schemas/Description5' Email: $ref: '#/components/schemas/Email1' EmailBouncedDate: $ref: '#/components/schemas/EmailBouncedDate1' EmailBouncedReason: $ref: '#/components/schemas/EmailBouncedReason1' Fax: $ref: '#/components/schemas/Fax2' FirstName: $ref: '#/components/schemas/FirstName1' GeocodeAccuracy: $ref: '#/components/schemas/GeocodeAccuracy' Id: $ref: '#/components/schemas/Id4' IndividualId: $ref: '#/components/schemas/IndividualId1' Industry: $ref: '#/components/schemas/Industry1' IsConverted: $ref: '#/components/schemas/IsConverted' IsDeleted: $ref: '#/components/schemas/IsDeleted2' IsUnreadByOwner: $ref: '#/components/schemas/IsUnreadByOwner' Jigsaw: $ref: '#/components/schemas/Jigsaw2' JigsawContactId: $ref: '#/components/schemas/JigsawContactId1' LastActivityDate: $ref: '#/components/schemas/LastActivityDate2' LastModifiedById: $ref: '#/components/schemas/LastModifiedById2' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate2' LastName: $ref: '#/components/schemas/LastName1' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' Latitude: $ref: '#/components/schemas/Latitude' LeadSource: $ref: '#/components/schemas/LeadSource1' Longitude: $ref: '#/components/schemas/Longitude' MasterRecordId: $ref: '#/components/schemas/MasterRecordId2' MobilePhone: $ref: '#/components/schemas/MobilePhone1' Name: $ref: '#/components/schemas/Name17' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees1' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC1' OwnerId: $ref: '#/components/schemas/OwnerId2' Phone: $ref: '#/components/schemas/Phone2' PhotoUrl: $ref: '#/components/schemas/PhotoUrl2' PostalCode: $ref: '#/components/schemas/PostalCode' Primary__c: $ref: '#/components/schemas/PrimaryC' ProductInterest__c: $ref: '#/components/schemas/ProductInterestC' Rating: $ref: '#/components/schemas/Rating1' SICCode__c: $ref: '#/components/schemas/SICCodeC' Salutation: $ref: '#/components/schemas/Salutation1' State: $ref: '#/components/schemas/State' Status: $ref: '#/components/schemas/Status8' Street: $ref: '#/components/schemas/Street' SystemModstamp: $ref: '#/components/schemas/SystemModstamp2' Title: $ref: '#/components/schemas/Title1' Website: $ref: '#/components/schemas/Website1' examples: - Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SLAExpirationDateC4: title: SLAExpirationDateC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 15/03/2017 value: '2017-03-15T00:00:00.000Z' Title4: title: Title4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Director of Vendor Relations IsActive: title: IsActive required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesRecordHomeReservedWTShown: title: UserPreferencesRecordHomeReservedWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Latitude: title: Latitude required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesShowForecastingChangeSignals: title: UserPreferencesShowForecastingChangeSignals required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true NumberOfEmployees1: title: NumberOfEmployees1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesTodayGettingStarted: title: UserPreferencesTodayGettingStarted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: title: UserPreferencesFirstTimeInLightning required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 01BB0000002rP3NMAU: title: 01BB0000002rP3NMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3NMAU Division: title: Division required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 01BB0000002rP3IMAU: title: 01BB0000002rP3IMAU required: - collapsed - id type: object properties: collapsed: type: boolean example: true id: type: string example: abc123 examples: - collapsed: false id: 01BB0000002rP3IMAU 00hB0000000JrBRIA0: title: 00hB0000000JrBRIA0 required: - id - sectionUserStates type: object properties: id: type: string example: abc123 sectionUserStates: $ref: '#/components/schemas/SectionUserStates' examples: - id: 00hB0000000JrBRIA0 sectionUserStates: 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU IsPortalEnabled: title: IsPortalEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Full: title: Full required: - View type: object properties: View: $ref: '#/components/schemas/View' Type10: title: Type10 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Customer - Direct value: Customer - Direct Fax5: title: Fax5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null BillingStreet3: title: BillingStreet3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesApexPagesDeveloperMode: title: UserPreferencesApexPagesDeveloperMode required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: title: UserPreferencesDisableMessageEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true JigsawContactId1: title: JigsawContactId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesHideSfxWelcomeMat: title: UserPreferencesHideSfxWelcomeMat required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Fields27: title: Fields27 required: - AccountNumber - Active__c - AnnualRevenue - BillingCity - BillingCountry - BillingPostalCode - BillingState - BillingStreet - CloneSourceId - CustomerPriority__c - Description - Fax - Industry - Name - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Ownership - Parent - ParentId - Phone - Rating - SLAExpirationDate__c - SLASerialNumber__c - SLA__c - ShippingCity - ShippingCountry - ShippingPostalCode - ShippingState - ShippingStreet - Sic - Site - TickerSymbol - Type - UpsellOpportunity__c - Website type: object properties: AccountNumber: $ref: '#/components/schemas/AccountNumber4' Active__c: $ref: '#/components/schemas/ActiveC4' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue2' BillingCity: $ref: '#/components/schemas/BillingCity2' BillingCountry: $ref: '#/components/schemas/BillingCountry2' BillingPostalCode: $ref: '#/components/schemas/BillingPostalCode2' BillingState: $ref: '#/components/schemas/BillingState2' BillingStreet: $ref: '#/components/schemas/BillingStreet2' CloneSourceId: $ref: '#/components/schemas/CloneSourceId3' CustomerPriority__c: $ref: '#/components/schemas/CustomerPriorityC4' Description: $ref: '#/components/schemas/Description6' Fax: $ref: '#/components/schemas/Fax4' Industry: $ref: '#/components/schemas/Industry2' Name: $ref: '#/components/schemas/Name21' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees7' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC2' Owner: $ref: '#/components/schemas/Owner4' OwnerId: $ref: '#/components/schemas/OwnerId4' Ownership: $ref: '#/components/schemas/Ownership4' Parent: $ref: '#/components/schemas/Parent7' ParentId: $ref: '#/components/schemas/ParentId2' Phone: $ref: '#/components/schemas/Phone5' Rating: $ref: '#/components/schemas/Rating3' SLAExpirationDate__c: $ref: '#/components/schemas/SLAExpirationDateC4' SLASerialNumber__c: $ref: '#/components/schemas/SLASerialNumberC4' SLA__c: $ref: '#/components/schemas/SLAC4' ShippingCity: $ref: '#/components/schemas/ShippingCity4' ShippingCountry: $ref: '#/components/schemas/ShippingCountry4' ShippingPostalCode: $ref: '#/components/schemas/ShippingPostalCode4' ShippingState: $ref: '#/components/schemas/ShippingState4' ShippingStreet: $ref: '#/components/schemas/ShippingStreet4' Sic: $ref: '#/components/schemas/Sic4' Site: $ref: '#/components/schemas/Site2' TickerSymbol: $ref: '#/components/schemas/TickerSymbol2' Type: $ref: '#/components/schemas/Type10' UpsellOpportunity__c: $ref: '#/components/schemas/UpsellOpportunityC4' Website: $ref: '#/components/schemas/Website5' examples: - AccountNumber: displayValue: null value: CC634267 Active__c: displayValue: 'Yes' value: 'Yes' AnnualRevenue: displayValue: $50,000,000 value: 50000000 BillingCity: displayValue: null value: Lawrence BillingCountry: displayValue: null value: USA BillingPostalCode: displayValue: null value: '66045' BillingState: displayValue: null value: KS BillingStreet: displayValue: null value: 1301 Hoch Drive CloneSourceId: displayValue: null value: 001B000000UnQ2yIAF CustomerPriority__c: displayValue: Low value: Low Description: displayValue: null value: null Fax: displayValue: null value: (785) 241-6201 Industry: displayValue: Consulting value: Consulting Name: displayValue: null value: Dickenson plc NumberOfEmployees: displayValue: null value: 120 NumberofLocations__c: displayValue: null value: 2 Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: e8465cd0d7506b4905dc7e11f6b8ab50 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: Private value: Private Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: (785) 241-6200 Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: 15/03/2017 value: '2017-03-15T00:00:00.000Z' SLASerialNumber__c: displayValue: null value: '7425' SLA__c: displayValue: Bronze value: Bronze ShippingCity: displayValue: null value: Lawrence ShippingCountry: displayValue: null value: USA ShippingPostalCode: displayValue: null value: '66045' ShippingState: displayValue: null value: KS ShippingStreet: displayValue: null value: 1301 Hoch Drive Sic: displayValue: null value: '6752' Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: Customer - Channel value: Customer - Channel UpsellOpportunity__c: displayValue: 'No' value: 'No' Website: displayValue: null value: dickenson-consulting.com ProductInterestC1: title: ProductInterestC1 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: GC5000 series value: GC5000 series TickerSymbol2: title: TickerSymbol2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesTaskRemindersCheckboxDefault: title: UserPreferencesTaskRemindersCheckboxDefault required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ChannelProgramLevelName1: title: ChannelProgramLevelName1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ChannelProgramLevelName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Level Name length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false UserPermissionsMarketingUser: title: UserPermissionsMarketingUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ActiveC1: title: ActiveC1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Active__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocationsC1: title: NumberofLocationsC1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 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 GetValuesforAllPicklistFieldsofaRecordType: title: GetValuesforAllPicklistFieldsofaRecordType required: - eTag - picklistFieldValues type: object properties: eTag: type: string example: example_value picklistFieldValues: $ref: '#/components/schemas/PicklistFieldValues' examples: - eTag: ef21257ca08f8952ff154f57dc775336 picklistFieldValues: CleanStatus: controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped LeadSource: controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other Level__c: controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary MailingGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown OtherGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown Salutation: controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. AccountNumber2: title: AccountNumber2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Value: title: Value required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields8' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: - string - 'null' example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreateaRecordRequest: title: CreateaRecordRequest required: - allowSaveOnDuplicate - apiName - fields type: object properties: allowSaveOnDuplicate: type: boolean example: true apiName: type: string example: example_value fields: $ref: '#/components/schemas/Fields20' examples: - allowSaveOnDuplicate: false apiName: Object fields: FieldAPIName: FieldValue Industry2: title: Industry2 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Agriculture value: Agriculture UserPreferencesSalesEssentialsSetupAssistantCompleted: title: UserPreferencesSalesEssentialsSetupAssistantCompleted required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true IsUnreadByOwner: title: IsUnreadByOwner required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberOfEmployees2: title: NumberOfEmployees2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UserPreferencesSortFeedByComment: title: UserPreferencesSortFeedByComment required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true PicklistFieldValues: title: PicklistFieldValues required: - CleanStatus - LeadSource - Level__c - MailingGeocodeAccuracy - OtherGeocodeAccuracy - Salutation type: object properties: CleanStatus: $ref: '#/components/schemas/CleanStatus4' LeadSource: $ref: '#/components/schemas/LeadSource4' Level__c: $ref: '#/components/schemas/LevelC' MailingGeocodeAccuracy: $ref: '#/components/schemas/MailingGeocodeAccuracy1' OtherGeocodeAccuracy: $ref: '#/components/schemas/OtherGeocodeAccuracy1' Salutation: $ref: '#/components/schemas/Salutation4' examples: - CleanStatus: controllerValues: {} defaultValue: null eTag: bd535d2876948d8bb91fad409b69e359 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/CleanStatus values: - attributes: null label: In Sync validFor: [] value: Matched - attributes: null label: Different validFor: [] value: Different - attributes: null label: Reviewed validFor: [] value: Acknowledged - attributes: null label: Not Found validFor: [] value: NotFound - attributes: null label: Inactive validFor: [] value: Inactive - attributes: null label: Not Compared validFor: [] value: Pending - attributes: null label: Select Match validFor: [] value: SelectMatch - attributes: null label: Skipped validFor: [] value: Skipped LeadSource: controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other Level__c: controllerValues: {} defaultValue: null eTag: ffef8adfed014c3057fd14658f5202c4 url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Level__c values: - attributes: null label: Secondary validFor: [] value: Secondary - attributes: null label: Tertiary validFor: [] value: Tertiary - attributes: null label: Primary validFor: [] value: Primary MailingGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown OtherGeocodeAccuracy: controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/OtherGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown Salutation: controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. BillingState2: title: BillingState2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: NC BillingState3: title: BillingState3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null NumberOfFailedLogins: title: NumberOfFailedLogins required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DelegatedApproverId: title: DelegatedApproverId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Actions2: title: Actions2 required: - 0014H00002LbR7QQAV - 00158000006QBOhAAO type: object properties: 0014H00002LbR7QQAV: $ref: '#/components/schemas/0014H00002LbR7QQAV' 00158000006QBOhAAO: $ref: '#/components/schemas/00158000006QBOhAAO' examples: - 0014H00002LbR7QQAV: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV 00158000006QBOhAAO: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO 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 ShippingCity4: title: ShippingCity4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Lawrence UserPreferencesHasSentWarningEmail: title: UserPreferencesHasSentWarningEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true GetRecordLayoutMetadata: title: GetRecordLayoutMetadata required: - eTag - id - layoutType - mode - objectApiName - recordTypeId - saveOptions - sections type: object properties: eTag: type: string example: example_value id: type: string example: abc123 layoutType: type: string example: example_value mode: type: string example: example_value objectApiName: type: string example: example_value recordTypeId: type: string example: '500123' saveOptions: type: array items: type: string description: '' example: [] sections: type: array items: $ref: '#/components/schemas/Section1' description: '' example: [] Alias: title: Alias required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Description6: title: Description6 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null BillingStreet2: title: BillingStreet2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 525 S. Lexington Ave UserPermissionsInteractionUser: title: UserPermissionsInteractionUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: title: UserPreferencesReadReceiptLastToggleValue required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SmallPhotoUrl: title: SmallPhotoUrl required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesNewLightningReportRunPageEnabled: title: UserPreferencesNewLightningReportRunPageEnabled required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: title: UserPreferencesShowMobilePhoneToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ShippingPostalCode1: title: ShippingPostalCode1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ShippingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode3: title: PostalCode3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null BillingCity3: title: BillingCity3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Section: title: Section required: - collapsible - columns - heading - id - layoutRows - rows - useHeading type: object properties: collapsible: type: boolean example: true columns: type: integer contentEncoding: int32 example: 10 heading: type: string example: example_value id: type: string example: abc123 layoutRows: type: array items: $ref: '#/components/schemas/LayoutRow' description: '' example: [] rows: type: integer contentEncoding: int32 example: 10 useHeading: type: boolean example: true UserPreferencesShowPostalCodeToExternalUsers: title: UserPreferencesShowPostalCodeToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ShippingCity1: title: ShippingCity1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ShippingCity calculated: false compound: false compoundComponentName: City compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountNumber4: title: AccountNumber4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: CC634267 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 Salutation4: title: Salutation4 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: 2de0a04925bdf8e3c70fe1177129a63f url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/Salutation values: - attributes: null label: Mr. validFor: [] value: Mr. - attributes: null label: Ms. validFor: [] value: Ms. - attributes: null label: Mrs. validFor: [] value: Mrs. - attributes: null label: Dr. validFor: [] value: Dr. - attributes: null label: Prof. validFor: [] value: Prof. 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' YearStarted1: title: YearStarted1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: YearStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Year Started length: 4 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true User7: title: User7 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: - string - 'null' example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields6' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: type: object example: example_value searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: User associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: AccountCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfoReviewers - childObjectApiName: AnalyticNotification fieldName: RunAsId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AnalyticNotificationRunAsUsers - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: CollaborationGroupMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMemberships - childObjectApiName: CollaborationGroupMemberRequest fieldName: RequesterId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembershipRequests - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactCleanInfoReviewers - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: CompanySignedId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContractsSigned - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DelegatedAccount fieldName: ManagedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentId - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: EntitySubscription fieldName: SubscriberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptions - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: ExternalDataUserAuth fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ExternalDataUserAuths - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: InstalledMobileApp fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: InstalledMobileApps - childObjectApiName: LeadCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfoReviewers - childObjectApiName: NetworkActivityAudit fieldName: EntityCreatedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EntityCreators - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: NetworkMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkMemberUsers - childObjectApiName: NetworkUserHistoryRecent fieldName: NetworkUserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkUserHistoryRecentToUser - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: OwnedContentDocument fieldName: OwnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OwnedContentDocuments - childObjectApiName: PermissionSetAssignment fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetAssignments - childObjectApiName: PermissionSetLicenseAssign fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetLicenseAssignments - childObjectApiName: Photo fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Photos - childObjectApiName: ProfileSkillEndorsement fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillUserEndorsements - childObjectApiName: ProfileSkillUser fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillChildren - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: SessionPermSetActivation fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: SessionPermSetActivations - childObjectApiName: Site fieldName: AdminId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserSites - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers - childObjectApiName: User fieldName: ManagerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedUsers - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord - childObjectApiName: UserEntityAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserEntityAccessRights - childObjectApiName: UserFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: UserFieldAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserFieldAccessRights - childObjectApiName: UserPreference fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserPreferences - childObjectApiName: UserShare fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: WorkBadge fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Badges - childObjectApiName: WorkThanks fieldName: GiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GivenThanks createable: true custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: d448e1084760248d7990ca72c7ab1ef4 feedEnabled: true fields: AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: '005' label: User labelPlural: People layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png updateable: true Actions5: title: Actions5 required: - 0014H00002LbR7QQAV type: object properties: 0014H00002LbR7QQAV: $ref: '#/components/schemas/0014H00002LbR7QQAV1' examples: - 0014H00002LbR7QQAV: actions: - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350887WAA isMassAction: 'false' label: Save lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: SaveAndNew externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350888WAA isMassAction: 'false' label: Save & New lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton - actionListContext: RecordEdit actionTarget: null actionTargetType: Invoke apiName: CancelEdit externalId: 00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000350889WAA isMassAction: 'false' label: Cancel lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: LightningWebComponent_Action targetObject: Account targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit UserPreferencesHasCelebrationBadge: title: UserPreferencesHasCelebrationBadge required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 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 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 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 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 ShippingState2: title: ShippingState2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null GetRecordDetailPageActions: title: GetRecordDetailPageActions required: - actions - eTag - url type: object properties: actions: $ref: '#/components/schemas/Actions2' eTag: type: string example: example_value url: type: string example: https://www.example.com examples: - actions: 0014H00002LbR7QQAV: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV 00158000006QBOhAAO: actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO eTag: 070a59ceff1430940937c233f1b952dd url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV,00158000006QBOhAAO SectionUserStates: title: SectionUserStates required: - 01BB0000002rP3IMAU - 01BB0000002rP3JMAU - 01BB0000002rP3LMAU - 01BB0000002rP3MMAU - 01BB0000002rP3NMAU type: object properties: 01BB0000002rP3IMAU: $ref: '#/components/schemas/01BB0000002rP3IMAU' 01BB0000002rP3JMAU: $ref: '#/components/schemas/01BB0000002rP3JMAU' 01BB0000002rP3LMAU: $ref: '#/components/schemas/01BB0000002rP3LMAU' 01BB0000002rP3MMAU: $ref: '#/components/schemas/01BB0000002rP3MMAU' 01BB0000002rP3NMAU: $ref: '#/components/schemas/01BB0000002rP3NMAU' examples: - 01BB0000002rP3IMAU: collapsed: false id: 01BB0000002rP3IMAU 01BB0000002rP3JMAU: collapsed: false id: 01BB0000002rP3JMAU 01BB0000002rP3LMAU: collapsed: false id: 01BB0000002rP3LMAU 01BB0000002rP3MMAU: collapsed: false id: 01BB0000002rP3MMAU 01BB0000002rP3NMAU: collapsed: false id: 01BB0000002rP3NMAU UserPreferencesDisableFollowersEmail: title: UserPreferencesDisableFollowersEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailBouncedReason1: title: EmailBouncedReason1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 CreateaRecord: title: CreateaRecord required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields21' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Account childRelationships: {} eTag: 057ae0953591faed613c5e19a086f7a8 fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' Name: displayValue: null value: My New Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:01:14.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:01:14.000Z' weakEtag: 1695830474000 UserPreferencesDisableSharePostEmail: title: UserPreferencesDisableSharePostEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: title: UserPreferencesShowCityToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DoesSendEmailToMembers: title: DoesSendEmailToMembers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCodeC1: title: SICCodeC1 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '2768' UserPreferencesGlobalNavGridMenuWTShown: title: UserPreferencesGlobalNavGridMenuWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: title: UserPreferencesReminderSoundOff required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ObjectInfos1: title: ObjectInfos1 required: - Account - User type: object properties: Account: $ref: '#/components/schemas/Account13' User: $ref: '#/components/schemas/User7' examples: - Account: apiName: Account associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: Account fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ChildAccounts - childObjectApiName: AccountBrand fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountBrands - childObjectApiName: AccountCleanInfo fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfos - childObjectApiName: AccountContactRole fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountContactRoles - childObjectApiName: AccountFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: AccountHistory fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: AccountPartner fieldName: AccountFromId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountPartnersFrom - childObjectApiName: AccountPartner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountPartnersTo - childObjectApiName: AccountShare fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ActivityHistory fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: Asset fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Assets - childObjectApiName: Asset fieldName: AssetProvidedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProvidedAssets - childObjectApiName: Asset fieldName: AssetServicedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ServicedAssets - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: AuthorizationFormConsent fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RelatedAuthorizationFormConsents - childObjectApiName: Case fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Cases - childObjectApiName: ChannelProgramMember fieldName: PartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ChannelProgramMembers - childObjectApiName: CleanInfo fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CleanInfos - childObjectApiName: CollaborationGroupRecord fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordAssociatedGroups - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: Contact fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Contacts - childObjectApiName: ContactRequest fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Contracts - childObjectApiName: DelegatedAccount fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedAccounts - childObjectApiName: DelegatedAccount fieldName: TargetId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedAccount - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessage fieldName: RelatedToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Emails - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: Note fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Notes - childObjectApiName: NoteAndAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NotesAndAttachments - childObjectApiName: OpenActivity fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: Opportunity fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Opportunities - childObjectApiName: OpportunityPartner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpportunityPartnersTo - childObjectApiName: Order fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Orders - childObjectApiName: Partner fieldName: AccountFromId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnersFrom - childObjectApiName: Partner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnersTo - childObjectApiName: PartnerFundAllocation fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundAllocations - childObjectApiName: PartnerFundClaim fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundClaims - childObjectApiName: PartnerFundRequest fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundRequests - childObjectApiName: PartnerMarketingBudget fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerMarketingBudgets - childObjectApiName: ProcessInstance fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessInstances - childObjectApiName: ProcessInstanceHistory fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessSteps - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: ScorecardAssociation fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ScorecardAssociations - childObjectApiName: Task fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: User fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Users createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 7b786e93cc2b9142accd7a29facc2474 feedEnabled: true fields: AccountNumber: apiName: AccountNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Number length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountSource: apiName: AccountSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Active__c: apiName: Active__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingAddress: apiName: BillingAddress calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false BillingCity: apiName: BillingCity calculated: false compound: false compoundComponentName: City compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingCountry: apiName: BillingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingGeocodeAccuracy: apiName: BillingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingLatitude: apiName: BillingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true BillingLongitude: apiName: BillingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true BillingPostalCode: apiName: BillingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingState: apiName: BillingState calculated: false compound: false compoundComponentName: State compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingStreet: apiName: BillingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ChannelProgramLevelName: apiName: ChannelProgramLevelName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Level Name length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false ChannelProgramName: apiName: ChannelProgramName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Name length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CustomerPriority__c: apiName: CustomerPriority__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Customer Priority length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DunsNumber: apiName: DunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsCustomerPortal: apiName: IsCustomerPortal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Customer Portal Account length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPartner: apiName: IsPartner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Partner Account length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawCompanyId: apiName: JigsawCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Company ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawCompany required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NaicsCode: apiName: NaicsCode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NAICS Code length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NaicsDesc: apiName: NaicsDesc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NAICS Description length: 120 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Ownership: apiName: Ownership calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Ownership length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ParentId: apiName: ParentId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Parent Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Parent required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SLAExpirationDate__c: apiName: SLAExpirationDate__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SLASerialNumber__c: apiName: SLASerialNumber__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA Serial Number length: 10 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SLA__c: apiName: SLA__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingAddress: apiName: ShippingAddress calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false ShippingCity: apiName: ShippingCity calculated: false compound: false compoundComponentName: City compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingCountry: apiName: ShippingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingGeocodeAccuracy: apiName: ShippingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingLatitude: apiName: ShippingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ShippingLongitude: apiName: ShippingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ShippingPostalCode: apiName: ShippingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingState: apiName: ShippingState calculated: false compound: false compoundComponentName: State compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingStreet: apiName: ShippingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Sic: apiName: Sic calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SicDesc: apiName: SicDesc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Description length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Site: apiName: Site calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Site length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TickerSymbol: apiName: TickerSymbol calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Ticker Symbol length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Tradestyle: apiName: Tradestyle calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Tradestyle length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Type length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UpsellOpportunity__c: apiName: UpsellOpportunity__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Upsell Opportunity length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true YearStarted: apiName: YearStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Year Started length: 4 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: '001' label: Account labelPlural: Accounts layoutable: true mruEnabled: true nameFields: - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 5867E8 iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png updateable: true User: apiName: User associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: AccountCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfoReviewers - childObjectApiName: AnalyticNotification fieldName: RunAsId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AnalyticNotificationRunAsUsers - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: CollaborationGroupMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMemberships - childObjectApiName: CollaborationGroupMemberRequest fieldName: RequesterId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembershipRequests - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactCleanInfoReviewers - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: CompanySignedId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContractsSigned - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DelegatedAccount fieldName: ManagedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentId - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: EntitySubscription fieldName: SubscriberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptions - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: ExternalDataUserAuth fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ExternalDataUserAuths - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: InstalledMobileApp fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: InstalledMobileApps - childObjectApiName: LeadCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfoReviewers - childObjectApiName: NetworkActivityAudit fieldName: EntityCreatedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EntityCreators - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: NetworkMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkMemberUsers - childObjectApiName: NetworkUserHistoryRecent fieldName: NetworkUserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkUserHistoryRecentToUser - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: OwnedContentDocument fieldName: OwnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OwnedContentDocuments - childObjectApiName: PermissionSetAssignment fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetAssignments - childObjectApiName: PermissionSetLicenseAssign fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetLicenseAssignments - childObjectApiName: Photo fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Photos - childObjectApiName: ProfileSkillEndorsement fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillUserEndorsements - childObjectApiName: ProfileSkillUser fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillChildren - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: SessionPermSetActivation fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: SessionPermSetActivations - childObjectApiName: Site fieldName: AdminId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserSites - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers - childObjectApiName: User fieldName: ManagerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedUsers - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord - childObjectApiName: UserEntityAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserEntityAccessRights - childObjectApiName: UserFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: UserFieldAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserFieldAccessRights - childObjectApiName: UserPreference fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserPreferences - childObjectApiName: UserShare fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: WorkBadge fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Badges - childObjectApiName: WorkThanks fieldName: GiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GivenThanks createable: true custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: d448e1084760248d7990ca72c7ab1ef4 feedEnabled: true fields: AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: '005' label: User labelPlural: People layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png updateable: true SLASerialNumberC2: title: SLASerialNumberC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null AccountId1: title: AccountId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ProfileId: title: ProfileId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BillingPostalCode2: title: BillingPostalCode2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: '27215' LayoutItem1: title: LayoutItem1 required: - editableForNew - editableForUpdate - label - layoutComponents - lookupIdApiName - required - sortable type: object properties: editableForNew: type: boolean example: true editableForUpdate: type: boolean example: true label: type: string example: Example Title layoutComponents: type: array items: $ref: '#/components/schemas/LayoutComponent1' description: '' example: [] lookupIdApiName: type: - string - 'null' example: example_value required: type: boolean example: true sortable: type: boolean example: true examples: - editableForNew: false editableForUpdate: false label: Account Owner layoutComponents: - apiName: OwnerId componentType: Field label: Owner ID lookupIdApiName: OwnerId required: false sortable: false 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 CompanyDunsNumber: title: CompanyDunsNumber required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email1: title: Email1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 012000000000000AAA1: title: 012000000000000AAA1 required: - available - defaultRecordTypeMapping - master - name - recordTypeId type: object properties: available: type: boolean example: true defaultRecordTypeMapping: type: boolean example: true master: type: boolean example: true name: type: string example: Example Title recordTypeId: type: string example: '500123' examples: - available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA ObjectInfos: title: ObjectInfos required: - Group - Lead - Name - User type: object properties: Group: $ref: '#/components/schemas/Group1' Lead: $ref: '#/components/schemas/Lead1' Name: $ref: '#/components/schemas/Name18' User: $ref: '#/components/schemas/User7' examples: - Group: apiName: Group associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: GroupMember fieldName: GroupId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembers - childObjectApiName: QueueSobject fieldName: QueueId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: QueueSobjects - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers createable: true custom: false defaultRecordTypeId: null deletable: true dependentFields: {} eTag: 7c2efbc357f16e2ce94a601b6724e2e0 feedEnabled: false fields: CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DeveloperName: apiName: DeveloperName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Developer Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesIncludeBosses: apiName: DoesIncludeBosses calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Include Bosses length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DoesSendEmailToMembers: apiName: DoesSendEmailToMembers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Send Email to Members length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Organization nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RelatedId: apiName: RelatedId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Related ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name - apiName: UserRole nameFields: - Name relationshipName: Related required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: 00G label: Group labelPlural: Group layoutable: false mruEnabled: false nameFields: - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/orders_120.png updateable: true Lead: apiName: Lead associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: ActivityHistory fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: CampaignMember fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CampaignMembers - childObjectApiName: CleanInfo fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CleanInfos - childObjectApiName: CollaborationGroupRecord fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordAssociatedGroups - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EmailStatus fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailStatuses - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: LeadCleanInfo fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfos - childObjectApiName: LeadFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: LeadHistory fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: LeadShare fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ListEmailIndividualRecipient fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailIndividualRecipients - childObjectApiName: ListEmailSentResult fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailRecipients - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: Note fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Notes - childObjectApiName: NoteAndAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NotesAndAttachments - childObjectApiName: OpenActivity fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: ProcessInstance fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessInstances - childObjectApiName: ProcessInstanceHistory fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessSteps - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: Task fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 36ee19b8151a3359e045a269024228ee feedEnabled: true fields: Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: 00Q label: Lead labelPlural: Leads layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png updateable: true Name: apiName: Name associateEntityType: null associateParentEntity: null childRelationships: [] createable: false custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: 573f4fe385d2beee7dae9c908017b144 feedEnabled: false fields: Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NameOrAlias: apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RecordTypeId: apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false keyPrefix: null label: Name labelPlural: Names layoutable: false mruEnabled: false nameFields: - FirstName - LastName - Name queryable: false recordTypeInfos: {} searchable: false themeInfo: null updateable: false User: apiName: User associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: AccountCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfoReviewers - childObjectApiName: AnalyticNotification fieldName: RunAsId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AnalyticNotificationRunAsUsers - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: CollaborationGroupMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMemberships - childObjectApiName: CollaborationGroupMemberRequest fieldName: RequesterId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GroupMembershipRequests - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactCleanInfoReviewers - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: CompanySignedId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContractsSigned - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DelegatedAccount fieldName: ManagedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentId - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: EntitySubscription fieldName: SubscriberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptions - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: ExternalDataUserAuth fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ExternalDataUserAuths - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: InstalledMobileApp fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: InstalledMobileApps - childObjectApiName: LeadCleanInfo fieldName: LastStatusChangedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfoReviewers - childObjectApiName: NetworkActivityAudit fieldName: EntityCreatedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EntityCreators - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: NetworkMember fieldName: MemberId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkMemberUsers - childObjectApiName: NetworkUserHistoryRecent fieldName: NetworkUserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NetworkUserHistoryRecentToUser - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: OwnedContentDocument fieldName: OwnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OwnedContentDocuments - childObjectApiName: PermissionSetAssignment fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetAssignments - childObjectApiName: PermissionSetLicenseAssign fieldName: AssigneeId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PermissionSetLicenseAssignments - childObjectApiName: Photo fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Photos - childObjectApiName: ProfileSkillEndorsement fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillUserEndorsements - childObjectApiName: ProfileSkillUser fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserProfileSkillChildren - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: SessionPermSetActivation fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: SessionPermSetActivations - childObjectApiName: Site fieldName: AdminId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserSites - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: User fieldName: DelegatedApproverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedUsers - childObjectApiName: User fieldName: ManagerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedUsers - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord - childObjectApiName: UserEntityAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserEntityAccessRights - childObjectApiName: UserFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: UserFieldAccess fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserFieldAccessRights - childObjectApiName: UserPreference fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UserPreferences - childObjectApiName: UserShare fieldName: UserId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: WorkBadge fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Badges - childObjectApiName: WorkThanks fieldName: GiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: GivenThanks createable: true custom: false defaultRecordTypeId: null deletable: false dependentFields: {} eTag: d448e1084760248d7990ca72c7ab1ef4 feedEnabled: true fields: AboutMe: apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountId: apiName: AccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Account required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BadgeText: apiName: BadgeText calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Photo badge text overlay length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoId: apiName: BannerPhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false BannerPhotoUrl: apiName: BannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CallCenterId: apiName: CallCenterId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Call Center ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: CallCenter nameFields: - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyName: apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ContactId: apiName: ContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: Contact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false DefaultGroupNotificationFrequency: apiName: DefaultGroupNotificationFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Default Notification Frequency when Joining Groups length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DelegatedApproverId: apiName: DelegatedApproverId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Delegated Approver ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Department: apiName: Department calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Department length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Division: apiName: Division calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Division length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailEncodingKey: apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailPreferencesAutoBcc: apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesStayInTouchReminder: apiName: EmailPreferencesStayInTouchReminder calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: StayInTouchReminder length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmployeeNumber: apiName: EmployeeNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employee Number length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Extension: apiName: Extension calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Extension length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FederationIdentifier: apiName: FederationIdentifier calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SAML Federation ID length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ForecastEnabled: apiName: ForecastEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Allow Forecasting length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FullPhotoUrl: apiName: FullPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for full-sized Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsExtIndicatorVisible: apiName: IsExtIndicatorVisible calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Show external indicator length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPortalEnabled: apiName: IsPortalEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Is Portal Enabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsProfilePhotoActive: apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false JigsawImportLimitOverride: apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LanguageLocaleKey: apiName: LanguageLocaleKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Language length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastLoginDate: apiName: LastLoginDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Login length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastPasswordChangeDate: apiName: LastPasswordChangeDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Password Change or Reset length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LocaleSidKey: apiName: LocaleSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Locale length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ManagerId: apiName: ManagerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Manager ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Manager required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true MediumBannerPhotoUrl: apiName: MediumBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for Android banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MediumPhotoUrl: apiName: MediumPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for medium profile photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfFailedLogins: apiName: NumberOfFailedLogins calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Failed Login Attempts length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflinePdaTrialExpirationDate: apiName: OfflinePdaTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Sales Anywhere Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OfflineTrialExpirationDate: apiName: OfflineTrialExpirationDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline Edition Trial Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false OutOfOfficeMessage: apiName: OutOfOfficeMessage calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Out of office message length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PortalRole: apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: true scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true ProfilePhotoId: apiName: ProfilePhotoId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Photo nameFields: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReceivesAdminInfoEmails: apiName: ReceivesAdminInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Admin Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ReceivesInfoEmails: apiName: ReceivesInfoEmails calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Info Emails length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderEmail: apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SenderName: apiName: SenderName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Signature: apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SmallBannerPhotoUrl: apiName: SmallBannerPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Url for IOS banner photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false SmallPhotoUrl: apiName: SmallPhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo length: 1024 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchNote: apiName: StayInTouchNote calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Note length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSignature: apiName: StayInTouchSignature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Signature length: 512 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true StayInTouchSubject: apiName: StayInTouchSubject calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Stay-in-Touch Email Subject length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TimeZoneSidKey: apiName: TimeZoneSidKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Time Zone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsCallCenterAutoLogin: apiName: UserPermissionsCallCenterAutoLogin calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Auto-login To Call Center length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsInteractionUser: apiName: UserPermissionsInteractionUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Flow User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsJigsawProspectingUser: apiName: UserPermissionsJigsawProspectingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsKnowledgeUser: apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsMarketingUser: apiName: UserPermissionsMarketingUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Marketing User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsOfflineUser: apiName: UserPermissionsOfflineUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Offline User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSFContentUser: apiName: UserPermissionsSFContentUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salesforce CRM Content User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforceContributorUser: apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSiteforcePublisherUser: apiName: UserPermissionsSiteforcePublisherUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Publisher User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsSupportUser: apiName: UserPermissionsSupportUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Service Cloud User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPermissionsWorkDotComUserFeature: apiName: UserPermissionsWorkDotComUserFeature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: WDC User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesActivityRemindersPopup: apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesApexPagesDeveloperMode: apiName: UserPreferencesApexPagesDeveloperMode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ApexPagesDeveloperMode length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCacheDiagnostics: apiName: UserPreferencesCacheDiagnostics calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CacheDiagnostics length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentEmailAsAndWhen: apiName: UserPreferencesContentEmailAsAndWhen calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentEmailAsAndWhen length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesContentNoEmail: apiName: UserPreferencesContentNoEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ContentNoEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDedupeStorageMigrationComplete: apiName: UserPreferencesDedupeStorageMigrationComplete calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DedupeStorageMigrationComplete length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisCommentAfterLikeEmail: apiName: UserPreferencesDisCommentAfterLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisCommentAfterLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisMentionsCommentEmail: apiName: UserPreferencesDisMentionsCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisMentionsCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisProfPostCommentEmail: apiName: UserPreferencesDisProfPostCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisProfPostCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableAllFeedsEmail: apiName: UserPreferencesDisableAllFeedsEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableAllFeedsEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableBookmarkEmail: apiName: UserPreferencesDisableBookmarkEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableBookmarkEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableEndorsementEmail: apiName: UserPreferencesDisableEndorsementEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableEndorsementEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFileShareNotificationsForApi: apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableFollowersEmail: apiName: UserPreferencesDisableFollowersEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFollowersEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLaterCommentEmail: apiName: UserPreferencesDisableLaterCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLaterCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableLikeEmail: apiName: UserPreferencesDisableLikeEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableLikeEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMentionsPostEmail: apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableMessageEmail: apiName: UserPreferencesDisableMessageEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMessageEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableProfilePostEmail: apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableSharePostEmail: apiName: UserPreferencesDisableSharePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableSharePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEnableAutoSubForFeeds: apiName: UserPreferencesEnableAutoSubForFeeds calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EnableAutoSubForFeeds length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesEventRemindersCheckboxDefault: apiName: UserPreferencesEventRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: EventRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesExcludeMailAppAttachments: apiName: UserPreferencesExcludeMailAppAttachments calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ExcludeMailAppAttachments length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesShowTopFavorites: apiName: UserPreferencesFavoritesShowTopFavorites calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesShowTopFavorites length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFavoritesWTShown: apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesFirstTimeInLightning: apiName: UserPreferencesFirstTimeInLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FirstTimeInLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavBarWTShown: apiName: UserPreferencesGlobalNavBarWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavBarWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesGlobalNavGridMenuWTShown: apiName: UserPreferencesGlobalNavGridMenuWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: GlobalNavGridMenuWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasCelebrationBadge: apiName: UserPreferencesHasCelebrationBadge calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasCelebrationBadge length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail: apiName: UserPreferencesHasSentWarningEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail238: apiName: UserPreferencesHasSentWarningEmail238 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail238 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHasSentWarningEmail240: apiName: UserPreferencesHasSentWarningEmail240 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HasSentWarningEmail240 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHeavyPagePromptEnabled: apiName: UserPreferencesHeavyPagePromptEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HeavyPagePromptEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideBiggerPhotoCallout: apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNDesktopTask: apiName: UserPreferencesHideCSNDesktopTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNDesktopTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideCSNGetChatterMobileTask: apiName: UserPreferencesHideCSNGetChatterMobileTask calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideCSNGetChatterMobileTask length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideChatterOnboardingSplash: apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEndUserOnboardingAssistantModal: apiName: UserPreferencesHideEndUserOnboardingAssistantModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEndUserOnboardingAssistantModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLearningPathModal: apiName: UserPreferencesHideLearningPathModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLearningPathModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideLightningMigrationModal: apiName: UserPreferencesHideLightningMigrationModal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideLightningMigrationModal length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideMailAppWelcomeMat: apiName: UserPreferencesHideMailAppWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideS1BrowserUI: apiName: UserPreferencesHideS1BrowserUI calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideS1BrowserUI length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSecondChatterOnboardingSplash: apiName: UserPreferencesHideSecondChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSecondChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideSfxWelcomeMat: apiName: UserPreferencesHideSfxWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideSfxWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTaskListViewsPopover: apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsCelebration: apiName: UserPreferencesHideTrialsCelebration calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsCelebration length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideTrialsWelcomeMat: apiName: UserPreferencesHideTrialsWelcomeMat calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTrialsWelcomeMat length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesJigsawListUser: apiName: UserPreferencesJigsawListUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: JigsawListUser length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLightningExperiencePreferred: apiName: UserPreferencesLightningExperiencePreferred calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LightningExperiencePreferred length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved10UserPref: apiName: UserPreferencesLtngPromoReserved10UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved10UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved16UserPref: apiName: UserPreferencesLtngPromoReserved16UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved16UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNativeEmailClient: apiName: UserPreferencesNativeEmailClient calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NativeEmailClient length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesNewLightningReportRunPageEnabled: apiName: UserPreferencesNewLightningReportRunPageEnabled calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NewLightningReportRunPageEnabled length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPathAssistantCollapsed: apiName: UserPreferencesPathAssistantCollapsed calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PathAssistantCollapsed length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewCustomTheme: apiName: UserPreferencesPreviewCustomTheme calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewCustomTheme length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesPreviewLightning: apiName: UserPreferencesPreviewLightning calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: PreviewLightning length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReadReceiptLastToggleValue: apiName: UserPreferencesReadReceiptLastToggleValue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReadReceiptLastToggleValue length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNoNotificationsAsApprover: apiName: UserPreferencesReceiveNoNotificationsAsApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNoNotificationsAsApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReceiveNotificationsAsDelegatedApprover: apiName: UserPreferencesReceiveNotificationsAsDelegatedApprover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReceiveNotificationsAsDelegatedApprover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeReservedWTShown: apiName: UserPreferencesRecordHomeReservedWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeReservedWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesRecordHomeSectionCollapseWTShown: apiName: UserPreferencesRecordHomeSectionCollapseWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: RecordHomeSectionCollapseWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReminderSoundOff: apiName: UserPreferencesReminderSoundOff calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReminderSoundOff length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesReverseOpenActivitiesView: apiName: UserPreferencesReverseOpenActivitiesView calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ReverseOpenActivitiesView length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSRHOverrideActivities: apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSalesEssentialsSetupAssistantCompleted: apiName: UserPreferencesSalesEssentialsSetupAssistantCompleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SalesEssentialsSetupAssistantCompleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSetupAssistantUserPref1: apiName: UserPreferencesSetupAssistantUserPref1 calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SetupAssistantUserPref1 length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToExternalUsers: apiName: UserPreferencesShowCityToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToExternalUsers: apiName: UserPreferencesShowCountryToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCountryToGuestUsers: apiName: UserPreferencesShowCountryToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCountryToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToGuestUsers: apiName: UserPreferencesShowEmailToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToExternalUsers: apiName: UserPreferencesShowFaxToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowFaxToGuestUsers: apiName: UserPreferencesShowFaxToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowFaxToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowForecastingChangeSignals: apiName: UserPreferencesShowForecastingChangeSignals calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowForecastingChangeSignals length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToExternalUsers: apiName: UserPreferencesShowManagerToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowManagerToGuestUsers: apiName: UserPreferencesShowManagerToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowManagerToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToExternalUsers: apiName: UserPreferencesShowMobilePhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowMobilePhoneToGuestUsers: apiName: UserPreferencesShowMobilePhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowMobilePhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToExternalUsers: apiName: UserPreferencesShowPostalCodeToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowPostalCodeToGuestUsers: apiName: UserPreferencesShowPostalCodeToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowPostalCodeToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowProfilePicToGuestUsers: apiName: UserPreferencesShowProfilePicToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowProfilePicToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToGuestUsers: apiName: UserPreferencesShowStateToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToExternalUsers: apiName: UserPreferencesShowStreetAddressToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStreetAddressToGuestUsers: apiName: UserPreferencesShowStreetAddressToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStreetAddressToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToExternalUsers: apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowTitleToGuestUsers: apiName: UserPreferencesShowTitleToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToExternalUsers: apiName: UserPreferencesShowWorkPhoneToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSortFeedByComment: apiName: UserPreferencesSortFeedByComment calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SortFeedByComment length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressEventSFXReminders: apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTaskRemindersCheckboxDefault: apiName: UserPreferencesTaskRemindersCheckboxDefault calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TaskRemindersCheckboxDefault length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTodayGettingStarted: apiName: UserPreferencesTodayGettingStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TodayGettingStarted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesTrailheadBadgeCreated: apiName: UserPreferencesTrailheadBadgeCreated calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: TrailheadBadgeCreated length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesUserDebugModePref: apiName: UserPreferencesUserDebugModePref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: UserDebugModePref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true UserType: apiName: UserType calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: User Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: '005' label: User labelPlural: People layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: {} searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png updateable: true Records: title: Records required: - 00QB0000003pOQsMAM - 00QB0000003pORDMA2 type: object properties: 00QB0000003pOQsMAM: $ref: '#/components/schemas/00QB0000003pOQsMAM' 00QB0000003pORDMA2: $ref: '#/components/schemas/00QB0000003pORDMA2' examples: - 00QB0000003pOQsMAM: apiName: Lead childRelationships: {} eTag: e79d644a0e26dd84435737c9b78a01f5 fields: AnnualRevenue: displayValue: $900,750,000 value: 900750000 City: displayValue: null value: Tallahassee Company: displayValue: null value: Farmers Coop. of Florida Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bertha@fcof.net Fax: displayValue: null value: (850) 644-4300 FirstName: displayValue: null value: Bertha Industry: displayValue: Agriculture value: Agriculture LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:47 value: '2023-09-27T15:47:56.000Z' LastName: displayValue: null value: Boxer LeadSource: displayValue: Web value: Web MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (850) 644-4200 PostalCode: displayValue: null value: '32306' Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: Hot value: Hot SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms. value: Ms. State: displayValue: null value: FL Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: 321 Westcott Building Title: displayValue: null value: Director of Vendor Relations Website: displayValue: null value: null id: 00QB0000003pOQsMAM lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:47:56.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:47:56.000Z' weakEtag: 1695829676000 00QB0000003pORDMA2: apiName: Lead childRelationships: {} eTag: 015958bb8c44279cba6c8f899be4d834 fields: AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null id: 00QB0000003pORDMA2 lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:51:59.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:51:59.000Z' weakEtag: 1695829919000 GetDefaultValuestoCloneaRecord: title: GetDefaultValuestoCloneaRecord required: - layout - objectInfos - record type: object properties: layout: $ref: '#/components/schemas/Layout' objectInfos: $ref: '#/components/schemas/ObjectInfos1' record: $ref: '#/components/schemas/Record27' SObjects1: title: SObjects1 required: - count - name type: object properties: count: type: integer contentEncoding: int32 example: 42 name: type: string example: Example Title examples: - count: 12 name: Account IsProfilePhotoActive: title: IsProfilePhotoActive required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IsProfilePhotoActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Has Profile Photo length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate2: title: LastModifiedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesSRHOverrideActivities: title: UserPreferencesSRHOverrideActivities required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSRHOverrideActivities calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SRHOverrideActivities length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailPreferencesAutoBccStayInTouch: title: EmailPreferencesAutoBccStayInTouch required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailPreferencesAutoBccStayInTouch calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBccStayInTouch length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true CustomerPriorityC4: title: CustomerPriorityC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Low value: Low LayoutComponent1: title: LayoutComponent1 required: - apiName - componentType - label type: object properties: apiName: type: - string - 'null' example: example_value componentType: type: string example: example_value label: type: string example: Example Title behavior: type: string example: example_value customLinkUrl: type: string example: https://www.example.com examples: - apiName: OwnerId componentType: Field label: Owner ID 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 Fields17: title: Fields17 required: - Name - Rating type: object properties: Name: $ref: '#/components/schemas/Name21' Rating: $ref: '#/components/schemas/Rating2' examples: - Name: displayValue: null value: Burlington Textiles Corp of America Rating: displayValue: Warm value: Warm MasterRecordId2: title: MasterRecordId2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PrimaryC1: title: PrimaryC1 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 'Yes' value: 'Yes' NumberofLocationsC5: title: NumberofLocationsC5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null UpsellOpportunityC1: title: UpsellOpportunityC1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UpsellOpportunity__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Upsell Opportunity length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PostalCode: title: PostalCode required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Owner6: title: Owner6 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: $ref: '#/components/schemas/Value' examples: - displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 Rating1: title: Rating1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DigestFrequency: title: DigestFrequency required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DigestFrequency calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Chatter Email Highlights Frequency length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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' Id4: title: Id4 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Group ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate2: title: LastReferencedDate2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false EmailPreferencesAutoBcc: title: EmailPreferencesAutoBcc required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailPreferencesAutoBcc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: AutoBcc length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowWorkPhoneToGuestUsers: title: UserPreferencesShowWorkPhoneToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowWorkPhoneToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowWorkPhoneToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true OwnerId4: title: OwnerId4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 005B0000003TOI6IAO FirstName1: title: FirstName1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IndividualId1: title: IndividualId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true TickerSymbol1: title: TickerSymbol1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: TickerSymbol calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Ticker Symbol length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingState4: title: ShippingState4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: KS JigsawCompanyId1: title: JigsawCompanyId1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: JigsawCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Company ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawCompany required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ReferenceToInfo: title: ReferenceToInfo required: - apiName - nameFields type: object properties: apiName: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] examples: - apiName: User nameFields: - FirstName - LastName - Name Industry1: title: Industry1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Company1: title: Company1 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Farmers Coop. of Florida CloneSourceId3: title: CloneSourceId3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: 001B000000UnQ2yIAF Fields5: title: Fields5 required: - Alias - CommunityNickname - Email - FirstName - Id - IsActive - LastName - LastReferencedDate - LastViewedDate - Name - NameOrAlias - Phone - ProfileId - RecordTypeId - Title - Type - UserRoleId - Username type: object properties: Alias: $ref: '#/components/schemas/Alias' CommunityNickname: $ref: '#/components/schemas/CommunityNickname' Email: $ref: '#/components/schemas/Email1' FirstName: $ref: '#/components/schemas/FirstName1' Id: $ref: '#/components/schemas/Id4' IsActive: $ref: '#/components/schemas/IsActive' LastName: $ref: '#/components/schemas/LastName1' LastReferencedDate: $ref: '#/components/schemas/LastReferencedDate2' LastViewedDate: $ref: '#/components/schemas/LastViewedDate2' Name: $ref: '#/components/schemas/Name19' NameOrAlias: $ref: '#/components/schemas/NameOrAlias' Phone: $ref: '#/components/schemas/Phone2' ProfileId: $ref: '#/components/schemas/ProfileId' RecordTypeId: $ref: '#/components/schemas/RecordTypeId' Title: $ref: '#/components/schemas/Title1' Type: $ref: '#/components/schemas/Type7' UserRoleId: $ref: '#/components/schemas/UserRoleId' Username: $ref: '#/components/schemas/Username' examples: - Alias: apiName: Alias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Alias length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CommunityNickname: apiName: CommunityNickname calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Nickname length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsActive: apiName: IsActive calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NameOrAlias: apiName: NameOrAlias calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name or Alias length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ProfileId: apiName: ProfileId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Profile ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Profile nameFields: - Name relationshipName: Profile required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false RecordTypeId: apiName: RecordTypeId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Record Type ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: RecordType nameFields: - Name relationshipName: RecordType required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Type length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserRoleId: apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Username: apiName: Username calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Username length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false 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 LeadSource4: title: LeadSource4 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: edb5c49da4ff7bfe2cf15ecae67a306c url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/LeadSource values: - attributes: null label: Web validFor: [] value: Web - attributes: null label: Phone Inquiry validFor: [] value: Phone Inquiry - attributes: null label: Partner Referral validFor: [] value: Partner Referral - attributes: null label: Purchased List validFor: [] value: Purchased List - attributes: null label: Other validFor: [] value: Other UserPreferencesDisableProfilePostEmail: title: UserPreferencesDisableProfilePostEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableProfilePostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableProfilePostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true JigsawImportLimitOverride: title: JigsawImportLimitOverride required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: JigsawImportLimitOverride calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Monthly Addition Limit length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingCountry2: title: BillingCountry2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: USA ShippingLatitude1: title: ShippingLatitude1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ShippingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true UpdateaRecord: title: UpdateaRecord required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields21' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Account childRelationships: {} eTag: 1be6f040e46732e79a0999d6fea9fe7d fields: AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:04 value: '2023-09-27T16:04:41.000Z' Name: displayValue: null value: My Renamed Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null id: 0011Q00002Z2P5jQAF lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T16:04:41.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T16:04:41.000Z' weakEtag: 1695830681000 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 CloneSourceId: title: CloneSourceId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false GetRecordDataandObjectMetadata: title: GetRecordDataandObjectMetadata required: - eTag - layoutUserStates - layouts - objectInfos - records type: object properties: eTag: type: string example: example_value layoutUserStates: $ref: '#/components/schemas/LayoutUserStates' layouts: $ref: '#/components/schemas/Layouts' objectInfos: $ref: '#/components/schemas/ObjectInfos' records: $ref: '#/components/schemas/Records' Layout1: title: Layout1 required: - eTag - id - layoutType - mode - objectApiName - recordTypeId - saveOptions - sections type: object properties: eTag: type: string example: example_value id: type: string example: abc123 layoutType: type: string example: example_value mode: type: string example: example_value objectApiName: type: string example: example_value recordTypeId: type: string example: '500123' saveOptions: type: array items: type: string description: '' example: [] sections: type: array items: $ref: '#/components/schemas/Section' description: '' example: [] Sic2: title: Sic2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null 0014H00002LbR7QQAV: title: 0014H00002LbR7QQAV required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions3' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328008WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328011WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328012WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328013WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328014WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328015WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328016WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328017WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 0014H00002LbR7QQAV subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328018WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328019WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328020WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328021WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328022WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328023WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 0014H00002LbR7QQAV subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328024WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328025WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328026WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328027WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328028WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328029WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328030WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328031WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:0014H00002LbR7QQAV::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328032WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list - /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV 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 SLAC4: title: SLAC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: Bronze value: Bronze Value2: title: Value2 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields8' id: type: string example: abc123 lastModifiedById: type: - string - 'null' example: '500123' lastModifiedDate: type: - string - 'null' example: example_value recordTypeId: type: - string - 'null' example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: - string - 'null' example: example_value weakEtag: type: integer contentEncoding: int32 example: 10 examples: - apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 Description5: title: Description5 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Name19: title: Name19 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesDisableFileShareNotificationsForApi: title: UserPreferencesDisableFileShareNotificationsForApi required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableFileShareNotificationsForApi calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableFileShareNotificationsForApi length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true AnnualRevenue3: title: AnnualRevenue3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null Signature: title: Signature required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Signature calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Signature length: 1333 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesHideMailAppEAPUserGuidance: title: UserPreferencesHideMailAppEAPUserGuidance required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideMailAppEAPUserGuidance calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideMailAppEAPUserGuidance length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 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 BillingCity2: title: BillingCity2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: Burlington UserPreferencesDisableMentionsPostEmail: title: UserPreferencesDisableMentionsPostEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableMentionsPostEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableMentionsPostEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Lead1: title: Lead1 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: string example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields4' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: $ref: '#/components/schemas/RecordTypeInfos' searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: Lead associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: AcceptedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AcceptedEventRelations - childObjectApiName: ActivityHistory fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: CampaignMember fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CampaignMembers - childObjectApiName: CleanInfo fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CleanInfos - childObjectApiName: CollaborationGroupRecord fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordAssociatedGroups - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: ContactRequest fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: DeclinedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DeclinedEventRelations - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessageRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailMessageRelations - childObjectApiName: EmailStatus fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EmailStatuses - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: EventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: EventRelations - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: LeadCleanInfo fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: LeadCleanInfos - childObjectApiName: LeadFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: LeadHistory fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: LeadShare fieldName: LeadId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ListEmailIndividualRecipient fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailIndividualRecipients - childObjectApiName: ListEmailSentResult fieldName: RecipientId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ListEmailRecipients - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: Note fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Notes - childObjectApiName: NoteAndAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NotesAndAttachments - childObjectApiName: OpenActivity fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: OutgoingEmailRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OutgoingEmailRelations - childObjectApiName: ProcessInstance fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessInstances - childObjectApiName: ProcessInstanceHistory fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessSteps - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: Task fieldName: WhoId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: UndecidedEventRelation fieldName: RelationId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: UndecidedEventRelations - childObjectApiName: UserEmailPreferredPerson fieldName: PersonRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PersonRecord createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 36ee19b8151a3359e045a269024228ee feedEnabled: true fields: Address: apiName: Address calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true City: apiName: City calculated: false compound: false compoundComponentName: City compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Company: apiName: Company calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CompanyDunsNumber: apiName: CompanyDunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ConvertedAccountId: apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedContactId: apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ConvertedDate: apiName: ConvertedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false ConvertedOpportunityId: apiName: ConvertedOpportunityId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Opportunity ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Opportunity nameFields: - Name relationshipName: ConvertedOpportunity required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false Country: apiName: Country calculated: false compound: false compoundComponentName: Country compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CurrentGenerators__c: apiName: CurrentGenerators__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Current Generator(s) length: 100 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Email: apiName: Email calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedDate: apiName: EmailBouncedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true EmailBouncedReason: apiName: EmailBouncedReason calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Bounced Reason length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true FirstName: apiName: FirstName calculated: false compound: false compoundComponentName: FirstName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: First Name length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true GeocodeAccuracy: apiName: GeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IndividualId: apiName: IndividualId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Individual ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Individual nameFields: - FirstName - LastName - Name relationshipName: Individual required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsConverted: apiName: IsConverted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsUnreadByOwner: apiName: IsUnreadByOwner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Unread By Owner length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawContactId: apiName: JigsawContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Contact ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawContact required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastName: apiName: LastName calculated: false compound: false compoundComponentName: LastName compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Latitude: apiName: Latitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true LeadSource: apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Longitude: apiName: Longitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Lead nameFields: - FirstName - LastName - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MobilePhone: apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Full Name length: 121 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: true precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Group nameFields: - Name - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false PostalCode: apiName: PostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Primary__c: apiName: Primary__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Primary length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ProductInterest__c: apiName: ProductInterest__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Product Interest length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SICCode__c: apiName: SICCode__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 15 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Salutation: apiName: Salutation calculated: false compound: false compoundComponentName: Salutation compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: PersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Salutation length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true State: apiName: State calculated: false compound: false compoundComponentName: State compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Status: apiName: Status calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Status length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Street: apiName: Street calculated: false compound: false compoundComponentName: Street compoundFieldName: Address controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Title: apiName: Title calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Title length: 128 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: 00Q label: Lead labelPlural: Leads layoutable: true mruEnabled: true nameFields: - FirstName - LastName - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 1B96FF iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/lead_120.png updateable: true 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 UserPreferencesHideChatterOnboardingSplash: title: UserPreferencesHideChatterOnboardingSplash required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideChatterOnboardingSplash calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideChatterOnboardingSplash length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Fax2: title: Fax2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserRoleId: title: UserRoleId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserRoleId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Role ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: UserRole nameFields: - Name relationshipName: UserRole required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false UserPreferencesHideTaskListViewsPopover: title: UserPreferencesHideTaskListViewsPopover required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideTaskListViewsPopover calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideTaskListViewsPopover length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Actions3: title: Actions3 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: - string - 'null' example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: - string - 'null' example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: - string - 'null' example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: - string - 'null' example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:0014H00002LbR7QQAV::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328007WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 0014H00002LbR7QQAV subtype: null targetObject: Account targetUrl: null type: StandardButton UpsellOpportunityC4: title: UpsellOpportunityC4 required: - displayValue - value type: object properties: displayValue: type: string example: example_value value: type: string example: example_value examples: - displayValue: 'No' value: 'No' UserPermissionsKnowledgeUser: title: UserPermissionsKnowledgeUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsKnowledgeUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Knowledge User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesHideEventCalendar: title: UserPreferencesHideEventCalendar required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideEventCalendar calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideEventCalendar length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowCityToGuestUsers: title: UserPreferencesShowCityToGuestUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowCityToGuestUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowCityToGuestUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesDisableChangeCommentEmail: title: UserPreferencesDisableChangeCommentEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesDisableChangeCommentEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: DisableChangeCommentEmail length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UpsellOpportunityC2: title: UpsellOpportunityC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null LayoutRow: title: LayoutRow required: - layoutItems type: object properties: layoutItems: type: array items: $ref: '#/components/schemas/LayoutItem' description: '' example: [] examples: - layoutItems: - editableForNew: false editableForUpdate: false label: Lead Owner layoutComponents: - apiName: OwnerId componentType: Field label: Owner ID lookupIdApiName: OwnerId required: false sortable: false - editableForNew: true editableForUpdate: true label: Phone layoutComponents: - apiName: Phone componentType: Field label: Phone lookupIdApiName: null required: false sortable: false 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 CustomerPriorityC2: title: CustomerPriorityC2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null MailingGeocodeAccuracy1: title: MailingGeocodeAccuracy1 required: - controllerValues - defaultValue - eTag - url - values type: object properties: controllerValues: type: object example: example_value defaultValue: type: - string - 'null' example: example_value eTag: type: string example: example_value url: type: string example: https://www.example.com values: type: array items: $ref: '#/components/schemas/Value6' description: '' example: [] examples: - controllerValues: {} defaultValue: null eTag: 776a2f5e98c411bafb45081e39a6f1ec url: /services/data/v58.0/ui-api/object-info/Contact/picklist-values/012000000000000AAA/MailingGeocodeAccuracy values: - attributes: null label: Address validFor: [] value: Address - attributes: null label: NearAddress validFor: [] value: NearAddress - attributes: null label: Block validFor: [] value: Block - attributes: null label: Street validFor: [] value: Street - attributes: null label: ExtendedZip validFor: [] value: ExtendedZip - attributes: null label: Zip validFor: [] value: Zip - attributes: null label: Neighborhood validFor: [] value: Neighborhood - attributes: null label: City validFor: [] value: City - attributes: null label: County validFor: [] value: County - attributes: null label: State validFor: [] value: State - attributes: null label: Unknown validFor: [] value: Unknown CreatedById2: title: CreatedById2 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CompanyName: title: CompanyName required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: CompanyName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Company Name length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax4: title: Fax4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: (850) 644-4300 UserPreferencesHideBiggerPhotoCallout: title: UserPreferencesHideBiggerPhotoCallout required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesHideBiggerPhotoCallout calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: HideBiggerPhotoCallout length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowStateToExternalUsers: title: UserPreferencesShowStateToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowStateToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowStateToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true Fields20: title: Fields20 required: - FieldAPIName type: object properties: FieldAPIName: type: string example: example_value examples: - FieldAPIName: FieldValue Sic1: title: Sic1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Sic calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 Website1: title: Website1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesSuppressEventSFXReminders: title: UserPreferencesSuppressEventSFXReminders required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSuppressEventSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressEventSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true SenderEmail: title: SenderEmail required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: SenderEmail calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Email extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Sender Address length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesLtngPromoReserved19UserPref: title: UserPreferencesLtngPromoReserved19UserPref required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesLtngPromoReserved19UserPref calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: LtngPromoReserved19UserPref length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ConvertedAccountId: title: ConvertedAccountId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedAccountId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: ConvertedAccount required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false MobilePhone1: title: MobilePhone1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: MobilePhone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Mobile Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesCreateLEXAppsWTShown: title: UserPreferencesCreateLEXAppsWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesCreateLEXAppsWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: CreateLEXAppsWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ShippingCountry4: title: ShippingCountry4 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: USA BillingCountry3: title: BillingCountry3 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null NumberOfEmployees7: title: NumberOfEmployees7 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: integer contentEncoding: int32 example: 10 examples: - displayValue: null value: 120 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 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 Account13: title: Account13 required: - apiName - associateEntityType - associateParentEntity - childRelationships - createable - custom - defaultRecordTypeId - deletable - dependentFields - eTag - feedEnabled - fields - keyPrefix - label - labelPlural - layoutable - mruEnabled - nameFields - queryable - recordTypeInfos - searchable - themeInfo - updateable type: object properties: apiName: type: string example: example_value associateEntityType: type: - string - 'null' example: example_value associateParentEntity: type: - string - 'null' example: example_value childRelationships: type: array items: $ref: '#/components/schemas/ChildRelationship2' description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true defaultRecordTypeId: type: string example: '500123' deletable: type: boolean example: true dependentFields: type: object example: example_value eTag: type: string example: example_value feedEnabled: type: boolean example: true fields: $ref: '#/components/schemas/Fields15' keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value layoutable: type: boolean example: true mruEnabled: type: boolean example: true nameFields: type: array items: type: string description: '' example: [] queryable: type: boolean example: true recordTypeInfos: $ref: '#/components/schemas/RecordTypeInfos' searchable: type: boolean example: true themeInfo: $ref: '#/components/schemas/ThemeInfo' updateable: type: boolean example: true examples: - apiName: Account associateEntityType: null associateParentEntity: null childRelationships: - childObjectApiName: Account fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ChildAccounts - childObjectApiName: AccountBrand fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountBrands - childObjectApiName: AccountCleanInfo fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountCleanInfos - childObjectApiName: AccountContactRole fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountContactRoles - childObjectApiName: AccountFeed fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Feeds - childObjectApiName: AccountHistory fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Histories - childObjectApiName: AccountPartner fieldName: AccountFromId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountPartnersFrom - childObjectApiName: AccountPartner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AccountPartnersTo - childObjectApiName: AccountShare fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Shares - childObjectApiName: ActivityHistory fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ActivityHistories - childObjectApiName: Asset fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Assets - childObjectApiName: Asset fieldName: AssetProvidedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProvidedAssets - childObjectApiName: Asset fieldName: AssetServicedById junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ServicedAssets - childObjectApiName: AttachedContentDocument fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AttachedContentDocuments - childObjectApiName: Attachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Attachments - childObjectApiName: AuthorizationFormConsent fieldName: ConsentGiverId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: AuthorizationFormConsents - childObjectApiName: AuthorizationFormConsent fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RelatedAuthorizationFormConsents - childObjectApiName: Case fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Cases - childObjectApiName: ChannelProgramMember fieldName: PartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ChannelProgramMembers - childObjectApiName: CleanInfo fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CleanInfos - childObjectApiName: CollaborationGroupRecord fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordAssociatedGroups - childObjectApiName: CombinedAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: CombinedAttachments - childObjectApiName: Contact fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Contacts - childObjectApiName: ContactRequest fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContactRequests - childObjectApiName: ContentDocumentLink fieldName: LinkedEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ContentDocumentLinks - childObjectApiName: Contract fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Contracts - childObjectApiName: DelegatedAccount fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DelegatedAccounts - childObjectApiName: DelegatedAccount fieldName: TargetId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ManagedAccount - childObjectApiName: DuplicateRecordItem fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: DuplicateRecordItems - childObjectApiName: EmailMessage fieldName: RelatedToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Emails - childObjectApiName: EntitySubscription fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FeedSubscriptionsForEntity - childObjectApiName: Event fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Events - childObjectApiName: FlowOrchestrationWorkItem fieldName: RelatedRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: FlowOrchestrationWorkItems - childObjectApiName: NetworkActivityAudit fieldName: ParentEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ParentEntities - childObjectApiName: Note fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Notes - childObjectApiName: NoteAndAttachment fieldName: ParentId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: NotesAndAttachments - childObjectApiName: OpenActivity fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpenActivities - childObjectApiName: Opportunity fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Opportunities - childObjectApiName: OpportunityPartner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: OpportunityPartnersTo - childObjectApiName: Order fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Orders - childObjectApiName: Partner fieldName: AccountFromId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnersFrom - childObjectApiName: Partner fieldName: AccountToId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnersTo - childObjectApiName: PartnerFundAllocation fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundAllocations - childObjectApiName: PartnerFundClaim fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundClaims - childObjectApiName: PartnerFundRequest fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerFundRequests - childObjectApiName: PartnerMarketingBudget fieldName: ChannelPartnerId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: PartnerMarketingBudgets - childObjectApiName: ProcessInstance fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessInstances - childObjectApiName: ProcessInstanceHistory fieldName: TargetObjectId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ProcessSteps - childObjectApiName: RecordAction fieldName: RecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActions - childObjectApiName: RecordActionHistory fieldName: ParentRecordId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: RecordActionHistories - childObjectApiName: ScorecardAssociation fieldName: TargetEntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: ScorecardAssociations - childObjectApiName: Task fieldName: WhatId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Tasks - childObjectApiName: TopicAssignment fieldName: EntityId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: TopicAssignments - childObjectApiName: User fieldName: AccountId junctionIdListNames: [] junctionReferenceTo: [] relationshipName: Users createable: true custom: false defaultRecordTypeId: 012000000000000AAA deletable: true dependentFields: {} eTag: 7b786e93cc2b9142accd7a29facc2474 feedEnabled: true fields: AccountNumber: apiName: AccountNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Number length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AccountSource: apiName: AccountSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Active__c: apiName: Active__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Active length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AnnualRevenue: apiName: AnnualRevenue calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Currency extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Annual Revenue length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingAddress: apiName: BillingAddress calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false BillingCity: apiName: BillingCity calculated: false compound: false compoundComponentName: City compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingCountry: apiName: BillingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingGeocodeAccuracy: apiName: BillingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingLatitude: apiName: BillingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true BillingLongitude: apiName: BillingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true BillingPostalCode: apiName: BillingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingState: apiName: BillingState calculated: false compound: false compoundComponentName: State compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true BillingStreet: apiName: BillingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: BillingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Billing Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ChannelProgramLevelName: apiName: ChannelProgramLevelName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Level Name length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false ChannelProgramName: apiName: ChannelProgramName calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Channel Program Name length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false CleanStatus: apiName: CleanStatus calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clean Status length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true CloneSourceId: apiName: CloneSourceId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Clone Source length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedById: apiName: CreatedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: CreatedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CreatedDate: apiName: CreatedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Created Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false CustomerPriority__c: apiName: CustomerPriority__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Customer Priority length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true DandbCompanyId: apiName: DandbCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D&B Company ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: DandBCompany nameFields: - Name relationshipName: DandbCompany required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Description: apiName: Description calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: false filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Description length: 32000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true DunsNumber: apiName: DunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Fax: apiName: Fax calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Fax length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Id: apiName: Id calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Industry: apiName: Industry calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Industry length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsCustomerPortal: apiName: IsCustomerPortal calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Customer Portal Account length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true IsDeleted: apiName: IsDeleted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Deleted length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false IsPartner: apiName: IsPartner calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Partner Account length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Jigsaw: apiName: Jigsaw calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Data.com Key length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true JigsawCompanyId: apiName: JigsawCompanyId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Jigsaw Company ID length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: JigsawCompany required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastActivityDate: apiName: LastActivityDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Activity length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedById: apiName: LastModifiedById calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified By ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: LastModifiedBy required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastModifiedDate: apiName: LastModifiedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Modified Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastReferencedDate: apiName: LastReferencedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Referenced Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false LastViewedDate: apiName: LastViewedDate calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Last Viewed Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false MasterRecordId: apiName: MasterRecordId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Master Record ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: MasterRecord required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false NaicsCode: apiName: NaicsCode calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NAICS Code length: 8 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NaicsDesc: apiName: NaicsDesc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: NAICS Description length: 120 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Name: apiName: Name calculated: false compound: true compoundComponentName: null compoundFieldName: Name controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: SwitchablePersonName filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Name length: 255 nameField: true polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberOfEmployees: apiName: NumberOfEmployees calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Int extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Employees length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true NumberofLocations__c: apiName: NumberofLocations__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Number of Locations length: 0 nameField: false polymorphicForeignKey: false precision: 3 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true OwnerId: apiName: OwnerId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Owner ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: User nameFields: - FirstName - LastName - Name relationshipName: Owner required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Ownership: apiName: Ownership calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Ownership length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ParentId: apiName: ParentId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Parent Account ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Account nameFields: - Name relationshipName: Parent required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: true Phone: apiName: Phone calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Phone extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Phone length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true PhotoUrl: apiName: PhotoUrl calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Url extraTypeInfo: ImageUrl filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Photo URL length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false Rating: apiName: Rating calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Rating length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SLAExpirationDate__c: apiName: SLAExpirationDate__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Date extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA Expiration Date length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SLASerialNumber__c: apiName: SLASerialNumber__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA Serial Number length: 10 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SLA__c: apiName: SLA__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SLA length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingAddress: apiName: ShippingAddress calculated: false compound: true compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Address extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Address length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: false unique: false updateable: false ShippingCity: apiName: ShippingCity calculated: false compound: false compoundComponentName: City compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping City length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingCountry: apiName: ShippingCountry calculated: false compound: false compoundComponentName: Country compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Country length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingGeocodeAccuracy: apiName: ShippingGeocodeAccuracy calculated: false compound: false compoundComponentName: GeocodeAccuracy compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Geocode Accuracy length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingLatitude: apiName: ShippingLatitude calculated: false compound: false compoundComponentName: Latitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Latitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ShippingLongitude: apiName: ShippingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true ShippingPostalCode: apiName: ShippingPostalCode calculated: false compound: false compoundComponentName: PostalCode compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Zip/Postal Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingState: apiName: ShippingState calculated: false compound: false compoundComponentName: State compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping State/Province length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true ShippingStreet: apiName: ShippingStreet calculated: false compound: false compoundComponentName: Street compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Street length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Sic: apiName: Sic calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Code length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SicDesc: apiName: SicDesc calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SIC Description length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Site: apiName: Site calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Site length: 80 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true SystemModstamp: apiName: SystemModstamp calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: DateTime extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: System Modstamp length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: false TickerSymbol: apiName: TickerSymbol calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Ticker Symbol length: 20 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Tradestyle: apiName: Tradestyle calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Tradestyle length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Type: apiName: Type calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Account Type length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UpsellOpportunity__c: apiName: UpsellOpportunity__c calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: true dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Upsell Opportunity length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true Website: apiName: Website calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Url extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Website length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true YearStarted: apiName: YearStarted calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Year Started length: 4 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true keyPrefix: '001' label: Account labelPlural: Accounts layoutable: true mruEnabled: true nameFields: - Name queryable: true recordTypeInfos: 012000000000000AAA: available: true defaultRecordTypeMapping: true master: true name: Master recordTypeId: 012000000000000AAA searchable: true themeInfo: color: 5867E8 iconUrl: https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png updateable: true Website5: title: Website5 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: string example: example_value examples: - displayValue: null value: www.burlington.com UserPreferencesShowTitleToExternalUsers: title: UserPreferencesShowTitleToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowTitleToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowTitleToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true LayoutComponent: title: LayoutComponent required: - apiName - componentType - label type: object properties: apiName: type: - string - 'null' example: example_value componentType: type: string example: example_value label: type: string example: Example Title examples: - apiName: OwnerId componentType: Field label: Owner ID LeadSource1: title: LeadSource1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: LeadSource calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Lead Source length: 255 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesSuppressTaskSFXReminders: title: UserPreferencesSuppressTaskSFXReminders required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesSuppressTaskSFXReminders calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: SuppressTaskSFXReminders length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true EmailEncodingKey: title: EmailEncodingKey required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: EmailEncodingKey calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Email Encoding length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true AboutMe: title: AboutMe required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: string example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: AboutMe calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: TextArea extraTypeInfo: PlainTextArea filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: About Me length: 1000 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPreferencesActivityRemindersPopup: title: UserPreferencesActivityRemindersPopup required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesActivityRemindersPopup calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ActivityRemindersPopup length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true UserPreferencesShowEmailToExternalUsers: title: UserPreferencesShowEmailToExternalUsers required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesShowEmailToExternalUsers calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: ShowEmailToExternalUsers length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true ConvertedContactId: title: ConvertedContactId required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: $ref: '#/components/schemas/ReferenceToInfo' description: '' example: [] relationshipName: type: string example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ConvertedContactId calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: false custom: false dataType: Reference extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Converted Contact ID length: 18 nameField: false polymorphicForeignKey: false precision: 0 reference: true referenceTargetField: null referenceToInfos: - apiName: Contact nameFields: - FirstName - LastName - Name relationshipName: ConvertedContact required: false scale: 0 searchPrefilterable: true sortable: true unique: false updateable: false ShippingLongitude1: title: ShippingLongitude1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: string example: example_value compoundFieldName: type: string example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: ShippingLongitude calculated: false compound: false compoundComponentName: Longitude compoundFieldName: ShippingAddress controllerName: null controllingFields: [] createable: true custom: false dataType: Double extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Shipping Longitude length: 0 nameField: false polymorphicForeignKey: false precision: 18 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 15 searchPrefilterable: false sortable: true unique: false updateable: true DunsNumber1: title: DunsNumber1 required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: DunsNumber calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: String extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: D-U-N-S Number length: 9 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true 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 00158000006QBOhAAO2: title: 00158000006QBOhAAO2 required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions10' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000122897WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton links: [] url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA ShippingPostalCode2: title: ShippingPostalCode2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null 00QB0000003pORDMA2: title: 00QB0000003pORDMA2 required: - apiName - childRelationships - eTag - fields - id - lastModifiedById - lastModifiedDate - recordTypeId - recordTypeInfo - systemModstamp - weakEtag type: object properties: apiName: type: string example: example_value childRelationships: type: object example: example_value eTag: type: string example: example_value fields: $ref: '#/components/schemas/Fields11' id: type: string example: abc123 lastModifiedById: type: string example: '500123' lastModifiedDate: type: string example: example_value recordTypeId: type: string example: '500123' recordTypeInfo: type: - string - 'null' example: example_value systemModstamp: type: string example: example_value weakEtag: type: integer contentEncoding: int64 example: 10 examples: - apiName: Lead childRelationships: {} eTag: 015958bb8c44279cba6c8f899be4d834 fields: AnnualRevenue: displayValue: null value: null City: displayValue: null value: null Company: displayValue: null value: American Banking Corp. Country: displayValue: null value: USA CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 18/08/2017 16:46 value: '2017-08-18T14:46:22.000Z' CurrentGenerators__c: displayValue: null value: All Description: displayValue: null value: null Email: displayValue: null value: bblair@abankingco.com Fax: displayValue: null value: null FirstName: displayValue: null value: Betty Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 17:51 value: '2023-09-27T15:51:59.000Z' LastName: displayValue: null value: Bair LeadSource: displayValue: Purchased List value: Purchased List MobilePhone: displayValue: null value: null NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: 130 Owner: displayValue: Philippe Ozil value: apiName: Name childRelationships: {} eTag: 0bc3e9cacd329a24b7ca09ecf5dd27c1 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: null lastModifiedDate: null recordTypeId: null recordTypeInfo: null systemModstamp: null weakEtag: 0 OwnerId: displayValue: null value: 005B0000003TOI6IAO Phone: displayValue: null value: (610) 265-9100 PostalCode: displayValue: null value: null Primary__c: displayValue: 'Yes' value: 'Yes' ProductInterest__c: displayValue: GC5000 series value: GC5000 series Rating: displayValue: null value: null SICCode__c: displayValue: null value: '2768' Salutation: displayValue: Ms value: Ms State: displayValue: null value: PA Status: displayValue: Working - Contacted value: Working - Contacted Street: displayValue: null value: null Title: displayValue: null value: VP, Administration Website: displayValue: null value: null id: 00QB0000003pORDMA2 lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-09-27T15:51:59.000Z' recordTypeId: 012000000000000AAA recordTypeInfo: null systemModstamp: '2023-09-27T15:51:59.000Z' weakEtag: 1695829919000 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 Actions10: title: Actions10 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: string example: '500123' relatedSourceObject: type: string example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: RelatedListRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000122896WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: 00358000006woxwAAA relatedSourceObject: Contacts section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Contact targetUrl: null type: StandardButton UserPreferencesFavoritesWTShown: title: UserPreferencesFavoritesWTShown required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPreferencesFavoritesWTShown calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: FavoritesWTShown length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true PortalRole: title: PortalRole required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: PortalRole calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Picklist extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Portal Role Level length: 40 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: false scale: 0 searchPrefilterable: false sortable: true unique: false updateable: true UserPermissionsSiteforceContributorUser: title: UserPermissionsSiteforceContributorUser required: - apiName - calculated - compound - compoundComponentName - compoundFieldName - controllerName - controllingFields - createable - custom - dataType - extraTypeInfo - filterable - filteredLookupInfo - highScaleNumber - htmlFormatted - inlineHelpText - label - length - nameField - polymorphicForeignKey - precision - reference - referenceTargetField - referenceToInfos - relationshipName - required - scale - searchPrefilterable - sortable - unique - updateable type: object properties: apiName: type: string example: example_value calculated: type: boolean example: true compound: type: boolean example: true compoundComponentName: type: - string - 'null' example: example_value compoundFieldName: type: - string - 'null' example: example_value controllerName: type: - string - 'null' example: example_value controllingFields: type: array items: type: string description: '' example: [] createable: type: boolean example: true custom: type: boolean example: true dataType: type: string example: example_value extraTypeInfo: type: - string - 'null' example: example_value filterable: type: boolean example: true filteredLookupInfo: type: - string - 'null' example: example_value highScaleNumber: type: boolean example: true htmlFormatted: type: boolean example: true inlineHelpText: type: - string - 'null' example: example_value label: type: string example: Example Title length: type: integer contentEncoding: int32 example: 10 nameField: type: boolean example: true polymorphicForeignKey: type: boolean example: true precision: type: integer contentEncoding: int32 example: 10 reference: type: boolean example: true referenceTargetField: type: - string - 'null' example: example_value referenceToInfos: type: array items: type: string description: '' example: [] relationshipName: type: - string - 'null' example: example_value required: type: boolean example: true scale: type: integer contentEncoding: int32 example: 10 searchPrefilterable: type: boolean example: true sortable: type: boolean example: true unique: type: boolean example: true updateable: type: boolean example: true examples: - apiName: UserPermissionsSiteforceContributorUser calculated: false compound: false compoundComponentName: null compoundFieldName: null controllerName: null controllingFields: [] createable: true custom: false dataType: Boolean extraTypeInfo: null filterable: true filteredLookupInfo: null highScaleNumber: false htmlFormatted: false inlineHelpText: null label: Site.com Contributor User length: 0 nameField: false polymorphicForeignKey: false precision: 0 reference: false referenceTargetField: null referenceToInfos: [] relationshipName: null required: true scale: 0 searchPrefilterable: false sortable: false unique: false updateable: true 00158000006QBOhAAO: title: 00158000006QBOhAAO required: - actions - links - url type: object properties: actions: type: array items: $ref: '#/components/schemas/Actions3' description: '' example: [] links: type: array items: type: string description: '' example: [] url: type: string example: https://www.example.com examples: - actions: - actionListContext: Chatter actionTarget: null actionTargetType: Invoke apiName: Follow externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:Follow iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328009WAA isMassAction: 'false' label: Follow lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Chatter actionTarget: null actionTargetType: null apiName: FollowInStream externalId: 00D58000000arpq:00158000006QBOhAAO::Chatter:Desktop:StandardButton:FollowInStream iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/follow_120.png id: 0JV4H0000328010WAA isMassAction: 'false' label: Follow in Stream lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: SingleActionLinks sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewTask/describe actionTargetType: Describe apiName: Global.NewTask externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2f iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_task_120.png id: 0JV4H0000328033WAA isMassAction: 'false' label: New Task lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewEvent/describe actionTargetType: Describe apiName: Global.NewEvent externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2j iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_event_120.png id: 0JV4H0000328034WAA isMassAction: 'false' label: New Event lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Event targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.TextPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.TextPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_post_120.png id: 0JV4H0000328035WAA isMassAction: 'false' label: Post lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000328036WAA isMassAction: 'false' label: Edit lwcComponent: dxp_records:lwcEditActionHandler primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: ScreenAction targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.ContentPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.ContentPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_file_120.png id: 0JV4H0000328037WAA isMassAction: 'false' label: File lwcComponent: null primaryColor: '939393' relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewContact/describe actionTargetType: Describe apiName: Global.NewContact externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2k iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_contact_120.png id: 0JV4H0000328038WAA isMassAction: 'false' label: New Contact lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Contact targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/LogACall/describe actionTargetType: Describe apiName: Global.LogACall externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2g iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png id: 0JV4H0000328039WAA isMassAction: 'false' label: Log a Call lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: ActivityComposer sourceObject: 00158000006QBOhAAO subtype: LogACall targetObject: Task targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewOpportunity/describe actionTargetType: Describe apiName: Global.NewOpportunity externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2l iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_opportunity_120.png id: 0JV4H0000328040WAA isMassAction: 'false' label: New Opportunity lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Opportunity targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewCase/describe actionTargetType: Describe apiName: Global.NewCase externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2h iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_case_120.png id: 0JV4H0000328041WAA isMassAction: 'false' label: New Case lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Case targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/NewLead/describe actionTargetType: Describe apiName: Global.NewLead externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002PE2m iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_lead_120.png id: 0JV4H0000328042WAA isMassAction: 'false' label: New Lead lwcComponent: null primaryColor: FF5D2D relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Lead targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.LinkPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.LinkPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_link_120.png id: 0JV4H0000328043WAA isMassAction: 'false' label: Link lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: null sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.PollPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.PollPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/share_poll_120.png id: 0JV4H0000328044WAA isMassAction: 'false' label: Poll lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: null apiName: FeedItem.QuestionPost externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:FeedItem.QuestionPost iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/question_post_action_120.png id: 0JV4H0000328045WAA isMassAction: 'false' label: Question lwcComponent: null primaryColor: 3BA755 relatedListRecordId: null relatedSourceObject: null section: CollaborateComposer sourceObject: 00158000006QBOhAAO subtype: Post targetObject: null targetUrl: null type: QuickAction - actionListContext: Record actionTarget: /services/data/v58.0/quickActions/New_Detailed_Account/describe actionTargetType: Describe apiName: Global.New_Detailed_Account externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:09D58000002Pbt9 iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png id: 0JV4H0000328046WAA isMassAction: 'false' label: New Detailed Account lwcComponent: null primaryColor: 5867E8 relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: Create targetObject: Account targetUrl: null type: QuickAction - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: ChangeOwnerOne externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:ChangeOwnerOne iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png id: 0JV4H0000328047WAA isMassAction: 'false' label: Change Owner lwcComponent: null primaryColor: 107CAD relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: Delete externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:Delete iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png id: 0JV4H0000328048WAA isMassAction: 'false' label: Delete lwcComponent: null primaryColor: FF538A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: AccountHierarchy externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:AccountHierarchy iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328049WAA isMassAction: 'false' label: View Account Hierarchy lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: IncludeOffline externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:IncludeOffline iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328050WAA isMassAction: 'false' label: Include Offline lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: EnableAsPartner externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:EnableAsPartner iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328051WAA isMassAction: 'false' label: Enable As Partner lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: XClean externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:XClean iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328052WAA isMassAction: 'false' label: Check for New Data lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: Invoke apiName: PrintableView externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:StandardButton:PrintableView iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png id: 0JV4H0000328053WAA isMassAction: 'false' label: Printable View lwcComponent: null primaryColor: null relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: StandardButton - actionListContext: Record actionTarget: null actionTargetType: null apiName: WebsiteHighlightAction externalId: 00D58000000arpq:00158000006QBOhAAO::Record:Desktop:ProductivityAction:WebsiteHighlightAction iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/web_link_120.png id: 0JV4H0000328054WAA isMassAction: 'false' label: View Website lwcComponent: null primaryColor: 1B96FF relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00158000006QBOhAAO subtype: null targetObject: Account targetUrl: null type: ProductivityAction links: - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/record-edit - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list - /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/${relatedRecordId} url: /services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO Ownership2: title: Ownership2 required: - displayValue - value type: object properties: displayValue: type: - string - 'null' example: example_value value: type: - string - 'null' example: example_value examples: - displayValue: null value: null 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 Fields21: title: Fields21 required: - AccountNumber - Active__c - AnnualRevenue - BillingCity - BillingCountry - BillingPostalCode - BillingState - BillingStreet - CreatedBy - CreatedById - CreatedDate - CustomerPriority__c - Description - Fax - Industry - LastModifiedBy - LastModifiedById - LastModifiedDate - Name - NumberOfEmployees - NumberofLocations__c - Owner - OwnerId - Ownership - Parent - ParentId - Phone - Rating - SLAExpirationDate__c - SLASerialNumber__c - SLA__c - ShippingCity - ShippingCountry - ShippingPostalCode - ShippingState - ShippingStreet - Sic - Site - TickerSymbol - Type - UpsellOpportunity__c - Website type: object properties: AccountNumber: $ref: '#/components/schemas/AccountNumber2' Active__c: $ref: '#/components/schemas/ActiveC2' AnnualRevenue: $ref: '#/components/schemas/AnnualRevenue3' BillingCity: $ref: '#/components/schemas/BillingCity3' BillingCountry: $ref: '#/components/schemas/BillingCountry3' BillingPostalCode: $ref: '#/components/schemas/BillingPostalCode3' BillingState: $ref: '#/components/schemas/BillingState3' BillingStreet: $ref: '#/components/schemas/BillingStreet3' CreatedBy: $ref: '#/components/schemas/CreatedBy3' CreatedById: $ref: '#/components/schemas/CreatedById5' CreatedDate: $ref: '#/components/schemas/CreatedDate5' CustomerPriority__c: $ref: '#/components/schemas/CustomerPriorityC2' Description: $ref: '#/components/schemas/Description6' Fax: $ref: '#/components/schemas/Fax5' Industry: $ref: '#/components/schemas/Industry3' LastModifiedBy: $ref: '#/components/schemas/LastModifiedBy3' LastModifiedById: $ref: '#/components/schemas/LastModifiedById5' LastModifiedDate: $ref: '#/components/schemas/LastModifiedDate5' Name: $ref: '#/components/schemas/Name21' NumberOfEmployees: $ref: '#/components/schemas/NumberOfEmployees2' NumberofLocations__c: $ref: '#/components/schemas/NumberofLocationsC5' Owner: $ref: '#/components/schemas/Owner6' OwnerId: $ref: '#/components/schemas/OwnerId4' Ownership: $ref: '#/components/schemas/Ownership2' Parent: $ref: '#/components/schemas/Parent7' ParentId: $ref: '#/components/schemas/ParentId2' Phone: $ref: '#/components/schemas/Phone9' Rating: $ref: '#/components/schemas/Rating3' SLAExpirationDate__c: $ref: '#/components/schemas/SLAExpirationDateC2' SLASerialNumber__c: $ref: '#/components/schemas/SLASerialNumberC2' SLA__c: $ref: '#/components/schemas/SLAC2' ShippingCity: $ref: '#/components/schemas/ShippingCity2' ShippingCountry: $ref: '#/components/schemas/ShippingCountry2' ShippingPostalCode: $ref: '#/components/schemas/ShippingPostalCode2' ShippingState: $ref: '#/components/schemas/ShippingState2' ShippingStreet: $ref: '#/components/schemas/ShippingStreet2' Sic: $ref: '#/components/schemas/Sic2' Site: $ref: '#/components/schemas/Site2' TickerSymbol: $ref: '#/components/schemas/TickerSymbol2' Type: $ref: '#/components/schemas/Type13' UpsellOpportunity__c: $ref: '#/components/schemas/UpsellOpportunityC2' Website: $ref: '#/components/schemas/Website2' examples: - AccountNumber: displayValue: null value: null Active__c: displayValue: null value: null AnnualRevenue: displayValue: null value: null BillingCity: displayValue: null value: null BillingCountry: displayValue: null value: null BillingPostalCode: displayValue: null value: null BillingState: displayValue: null value: null BillingStreet: displayValue: null value: null CreatedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 CreatedById: displayValue: null value: 005B0000003TOI6IAO CreatedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' CustomerPriority__c: displayValue: null value: null Description: displayValue: null value: null Fax: displayValue: null value: null Industry: displayValue: null value: null LastModifiedBy: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 LastModifiedById: displayValue: null value: 005B0000003TOI6IAO LastModifiedDate: displayValue: 27/09/2023 18:01 value: '2023-09-27T16:01:14.000Z' Name: displayValue: null value: My New Account NumberOfEmployees: displayValue: null value: null NumberofLocations__c: displayValue: null value: null Owner: displayValue: Philippe Ozil value: apiName: User childRelationships: {} eTag: cc07f7ef1b08ddbd75074c69512dd388 fields: Id: displayValue: null value: 005B0000003TOI6IAO Name: displayValue: null value: Philippe Ozil id: 005B0000003TOI6IAO lastModifiedById: 005B0000003TOI6IAO lastModifiedDate: '2023-02-02T10:32:12.000Z' recordTypeId: null recordTypeInfo: null systemModstamp: '2023-09-27T15:47:51.000Z' weakEtag: 1695829671000 OwnerId: displayValue: null value: 005B0000003TOI6IAO Ownership: displayValue: null value: null Parent: displayValue: null value: null ParentId: displayValue: null value: null Phone: displayValue: null value: null Rating: displayValue: null value: null SLAExpirationDate__c: displayValue: null value: null SLASerialNumber__c: displayValue: null value: null SLA__c: displayValue: null value: null ShippingCity: displayValue: null value: null ShippingCountry: displayValue: null value: null ShippingPostalCode: displayValue: null value: null ShippingState: displayValue: null value: null ShippingStreet: displayValue: null value: null Sic: displayValue: null value: null Site: displayValue: null value: null TickerSymbol: displayValue: null value: null Type: displayValue: null value: null UpsellOpportunity__c: displayValue: null value: null Website: displayValue: null value: null Actions14: title: Actions14 required: - actionListContext - actionTarget - actionTargetType - apiName - externalId - iconUrl - id - isMassAction - label - lwcComponent - primaryColor - relatedListRecordId - relatedSourceObject - section - sourceObject - subtype - targetObject - targetUrl - type type: object properties: actionListContext: type: string example: example_value actionTarget: type: - string - 'null' example: example_value actionTargetType: type: string example: example_value apiName: type: string example: example_value externalId: type: string example: '500123' iconUrl: type: string example: https://www.example.com id: type: string example: abc123 isMassAction: type: string example: example_value label: type: string example: Example Title lwcComponent: type: - string - 'null' example: example_value primaryColor: type: string example: example_value relatedListRecordId: type: - string - 'null' example: '500123' relatedSourceObject: type: - string - 'null' example: example_value section: type: string example: example_value sourceObject: type: string example: example_value subtype: type: - string - 'null' example: example_value targetObject: type: string example: example_value targetUrl: type: - string - 'null' example: https://www.example.com type: type: string example: example_value examples: - actionListContext: ListViewRecord actionTarget: null actionTargetType: Invoke apiName: Edit externalId: 00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit iconUrl: https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png id: 0JV4H0000382730WAA isMassAction: 'false' label: Edit lwcComponent: null primaryColor: 06A59A relatedListRecordId: null relatedSourceObject: null section: Page sourceObject: 00358000006woxwAAA subtype: null targetObject: Contact targetUrl: null type: StandardButton 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}". '