Get Record Data and Object Metadata
GET {{_endpoint}}/services/data/v{{version}}/ui-api/record-ui/:RECORD_IDS
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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
childRelationships | null | A collection of child relationship names. The records with those child relationship names are included in the response. Specify names in the format ObjectApiName.ChildRelationshipName or ObjectApiName.ChildRelationshipName.FieldApiName. For example, to specify the Contacts relationship on an Account, use Account.Contacts. You can get child relationships one level deep. | |
To get a relationship name, look in the Object Info response body. | |||
formFactor | null | The layout display size for the record. One of these values: | |
Large—(Default) Use this value to get a layout for desktop display size. | |||
Medium—Use this value to get a layout for tablet display size. | |||
Small—Use this value to get a layout for phone display size. | |||
layoutTypes | null | The layout type for the record. A collection of any of these values: | |
Compact—Use this value to get a layout that contains a record’s key fields. | |||
Full—(Default) Use this value to get a full layout. | |||
modes | null | The access mode for the record. This value determines which fields to get from a layout. Layouts have different fields for create, edit, and view modes. For example, formula fields are rendered in view mode, but not in create mode because they’re calculated at run time, like formulas in a spreadsheet. A collection of any of these values: | |
Create—Use this mode if you intend to build UI that lets a user create a record. This mode is used by the /ui-api/record-defaults/create/<SOBJECT_API_NAME> resource. | |||
Edit—Use this mode if you intend to build UI that lets a user edit a record. This mode is used by the /ui-api/record-defaults/clone/<RECORD_ID> resource. | |||
View—(Default) Use this mode if you intend to build UI that displays a record. | |||
optionalFields | null | A collection of optional field names. If a field is accessible to the context user, it’s included in the response. If a field isn’t accessible to the context user, it isn’t included in the response, but it doesn’t cause an error. | |
Specify names in the format ObjectApiName.FieldName. You can get any field that has a named relationship to this record. There is no limit to the number of fields you can specify. | |||
pageSize | null | The maximum number of child records to return on a page. | |
updateMru | null | To add to the most recently used (MRU) list view, set to true. The default value is false. |
RESPONSES
status: OK
{"eTag":"3af1644c612336c764937c1097eb2994","layoutUserStates":{"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"}}}},"layouts":{"Lead":{"012000000000000AAA":{"Full":{"View":{"eTag":"fd022b95419df0b60007af758301cce6","id":"00hB0000000JrBRIA0","layoutType":"Full","mode":"View","objectApiName":"Lead","recordTypeId":"012000000000000AAA","saveOptions":[],"sections":[{"collapsible":false,"columns":2,"heading":"Lead Information","id":"01BB0000002rP3IMAU","layoutRows":[{"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}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Name","layoutComponents":[{"apiName":"Salutation","componentType":"Field","label":"Salutation"},{"apiName":"FirstName","componentType":"Field","label":"First Name"},{"apiName":"LastName","componentType":"Field","label":"Last Name"}],"lookupIdApiName":"Id","required":true,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Mobile","layoutComponents":[{"apiName":"MobilePhone","componentType":"Field","label":"Mobile Phone"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Company","layoutComponents":[{"apiName":"Company","componentType":"Field","label":"Company"}],"lookupIdApiName":null,"required":true,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Fax","layoutComponents":[{"apiName":"Fax","componentType":"Field","label":"Fax"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Title","layoutComponents":[{"apiName":"Title","componentType":"Field","label":"Title"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Email","layoutComponents":[{"apiName":"Email","componentType":"Field","label":"Email"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Lead Source","layoutComponents":[{"apiName":"LeadSource","componentType":"Field","label":"Lead Source"}],"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":"Industry","layoutComponents":[{"apiName":"Industry","componentType":"Field","label":"Industry"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Lead Status","layoutComponents":[{"apiName":"Status","componentType":"Field","label":"Status"}],"lookupIdApiName":null,"required":true,"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":"Rating","layoutComponents":[{"apiName":"Rating","componentType":"Field","label":"Rating"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":false,"editableForUpdate":false,"label":"","layoutComponents":[{"apiName":null,"componentType":"EmptySpace"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"No. of Employees","layoutComponents":[{"apiName":"NumberOfEmployees","componentType":"Field","label":"Employees"}],"lookupIdApiName":null,"required":false,"sortable":false}]}],"rows":8,"useHeading":false},{"collapsible":false,"columns":2,"heading":"Address Information","id":"01BB0000002rP3LMAU","layoutRows":[{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Address","layoutComponents":[{"apiName":"Street","componentType":"Field","label":"Street"},{"apiName":"PostalCode","componentType":"Field","label":"Zip/Postal Code"},{"apiName":"City","componentType":"Field","label":"City"},{"apiName":"State","componentType":"Field","label":"State/Province"},{"apiName":"Country","componentType":"Field","label":"Country"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":false,"editableForUpdate":false,"label":"","layoutComponents":[{"apiName":null,"componentType":"EmptySpace"}],"lookupIdApiName":null,"required":false,"sortable":false}]}],"rows":1,"useHeading":false},{"collapsible":false,"columns":2,"heading":"Additional Information","id":"01BB0000002rP3JMAU","layoutRows":[{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Product Interest","layoutComponents":[{"apiName":"ProductInterest__c","componentType":"Field","label":"Product Interest"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Current Generator(s)","layoutComponents":[{"apiName":"CurrentGenerators__c","componentType":"Field","label":"Current Generator(s)"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"SIC Code","layoutComponents":[{"apiName":"SICCode__c","componentType":"Field","label":"SIC Code"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Primary","layoutComponents":[{"apiName":"Primary__c","componentType":"Field","label":"Primary"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Number of Locations","layoutComponents":[{"apiName":"NumberofLocations__c","componentType":"Field","label":"Number of Locations"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":false,"editableForUpdate":false,"label":"","layoutComponents":[{"apiName":null,"componentType":"EmptySpace"}],"lookupIdApiName":null,"required":false,"sortable":false}]}],"rows":3,"useHeading":false},{"collapsible":false,"columns":2,"heading":"System Information","id":"01BB0000002rP3MMAU","layoutRows":[{"layoutItems":[{"editableForNew":false,"editableForUpdate":false,"label":"Created By","layoutComponents":[{"apiName":"CreatedById","componentType":"Field","label":"Created By ID"},{"apiName":"CreatedDate","componentType":"Field","label":"Created Date"}],"lookupIdApiName":"CreatedById","required":false,"sortable":false},{"editableForNew":false,"editableForUpdate":false,"label":"Last Modified By","layoutComponents":[{"apiName":"LastModifiedById","componentType":"Field","label":"Last Modified By ID"},{"apiName":"LastModifiedDate","componentType":"Field","label":"Last Modified Date"}],"lookupIdApiName":"LastModifiedById","required":false,"sortable":false}]}],"rows":1,"useHeading":false},{"collapsible":false,"columns":1,"heading":"Description Information","id":"01BB0000002rP3NMAU","layoutRows":[{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Description","layoutComponents":[{"apiName":"Description","componentType":"Field","label":"Description"}],"lookupIdApiName":null,"required":false,"sortable":false}]}],"rows":1,"useHeading":false}]}}}}},"objectInfos":{"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\u0026amp;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":{"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}}}