Get Default Values to Clone a Record
GET {{_endpoint}}/services/data/v{{version}}/ui-api/record-defaults/clone/:RECORD_ID
Get the default layout information, object information, and data for cloning a record. After getting the default values, make a request to POST /ui-api/records to create the record.
The response contains the default field values for a record cloned from the record specified in
It also contains the corresponding layout information for edit mode. In the Salesforce user interface, an admin with “Customize Application” permission can mark a field as required in a layout. When you’re building UI, to determine which fields to mark as required in a layout for edit mode, use the RecordLayoutItem.required property.
The response contains object metadata for the object type of the record specified in
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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. | |||
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. | |||
recordTypeId | null | The ID of the record type (RecordType object) for the new record. If not provided, the default record type is used. |
RESPONSES
status: OK
{"layout":{"eTag":"eafa7951090ac05b1a5a51fc886c2cbd","id":"00hB0000000JrBIIA0","layoutType":"Full","mode":"Edit","objectApiName":"Account","recordTypeId":"012000000000000AAA","saveOptions":[],"sections":[{"collapsible":false,"columns":2,"heading":"Account Information","id":"01BB0000002rP1oMAE","layoutRows":[{"layoutItems":[{"editableForNew":false,"editableForUpdate":false,"label":"Account Owner","layoutComponents":[{"apiName":"OwnerId","componentType":"Field","label":"Owner ID"}],"lookupIdApiName":"OwnerId","required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Rating","layoutComponents":[{"apiName":"Rating","componentType":"Field","label":"Account Rating"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Account Name","layoutComponents":[{"apiName":"Name","componentType":"Field","label":"Account Name"}],"lookupIdApiName":"Id","required":true,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Phone","layoutComponents":[{"apiName":"Phone","componentType":"Field","label":"Account Phone"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Parent Account","layoutComponents":[{"apiName":"ParentId","componentType":"Field","label":"Parent Account ID"}],"lookupIdApiName":"ParentId","required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Fax","layoutComponents":[{"apiName":"Fax","componentType":"Field","label":"Account Fax"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Account Number","layoutComponents":[{"apiName":"AccountNumber","componentType":"Field","label":"Account Number"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Website","layoutComponents":[{"apiName":"Website","componentType":"Field","label":"Website"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Account Site","layoutComponents":[{"apiName":"Site","componentType":"Field","label":"Account Site"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Ticker Symbol","layoutComponents":[{"apiName":"TickerSymbol","componentType":"Field","label":"Ticker Symbol"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Type","layoutComponents":[{"apiName":"Type","componentType":"Field","label":"Account Type"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Ownership","layoutComponents":[{"apiName":"Ownership","componentType":"Field","label":"Ownership"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Industry","layoutComponents":[{"apiName":"Industry","componentType":"Field","label":"Industry"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Employees","layoutComponents":[{"apiName":"NumberOfEmployees","componentType":"Field","label":"Employees"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Annual Revenue","layoutComponents":[{"apiName":"AnnualRevenue","componentType":"Field","label":"Annual Revenue"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"SIC Code","layoutComponents":[{"apiName":"Sic","componentType":"Field","label":"SIC Code"}],"lookupIdApiName":null,"required":false,"sortable":false}]}],"rows":8,"useHeading":false},{"collapsible":false,"columns":2,"heading":"Address Information","id":"01BB0000002rP1sMAE","layoutRows":[{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Billing Address","layoutComponents":[{"apiName":"BillingStreet","componentType":"Field","label":"Billing Street"},{"apiName":"BillingPostalCode","componentType":"Field","label":"Billing Zip/Postal Code"},{"apiName":"BillingCity","componentType":"Field","label":"Billing City"},{"apiName":"BillingState","componentType":"Field","label":"Billing State/Province"},{"apiName":"BillingCountry","componentType":"Field","label":"Billing Country"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"Shipping Address","layoutComponents":[{"apiName":"ShippingStreet","componentType":"Field","label":"Shipping Street"},{"apiName":"ShippingPostalCode","componentType":"Field","label":"Shipping Zip/Postal Code"},{"apiName":"ShippingCity","componentType":"Field","label":"Shipping City"},{"apiName":"ShippingState","componentType":"Field","label":"Shipping State/Province"},{"apiName":"ShippingCountry","componentType":"Field","label":"Shipping Country"}],"lookupIdApiName":null,"required":false,"sortable":false}]}],"rows":1,"useHeading":false},{"collapsible":false,"columns":2,"heading":"Additional Information","id":"01BB0000002rP1pMAE","layoutRows":[{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Customer Priority","layoutComponents":[{"apiName":"CustomerPriority__c","componentType":"Field","label":"Customer Priority"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"SLA","layoutComponents":[{"apiName":"SLA__c","componentType":"Field","label":"SLA"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"SLA Expiration Date","layoutComponents":[{"apiName":"SLAExpirationDate__c","componentType":"Field","label":"SLA Expiration Date"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":true,"editableForUpdate":true,"label":"SLA Serial Number","layoutComponents":[{"apiName":"SLASerialNumber__c","componentType":"Field","label":"SLA Serial Number"}],"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":true,"editableForUpdate":true,"label":"Upsell Opportunity","layoutComponents":[{"apiName":"UpsellOpportunity__c","componentType":"Field","label":"Upsell Opportunity"}],"lookupIdApiName":null,"required":false,"sortable":false}]},{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Active","layoutComponents":[{"apiName":"Active__c","componentType":"Field","label":"Active"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":false,"editableForUpdate":false,"label":"","layoutComponents":[{"apiName":null,"componentType":"EmptySpace"}],"lookupIdApiName":null,"required":false,"sortable":false}]}],"rows":4,"useHeading":false},{"collapsible":false,"columns":2,"heading":"System Information","id":"01BB0000002rP1rMAE","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":"01BB0000002rP1tMAE","layoutRows":[{"layoutItems":[{"editableForNew":true,"editableForUpdate":true,"label":"Description","layoutComponents":[{"apiName":"Description","componentType":"Field","label":"Account Description"}],"lookupIdApiName":null,"required":false,"sortable":false}]}],"rows":1,"useHeading":false},{"collapsible":false,"columns":3,"heading":"Custom Links","id":"01BB0000002rP1nMAE","layoutRows":[{"layoutItems":[{"editableForNew":false,"editableForUpdate":false,"label":"","layoutComponents":[{"apiName":"Billing","behavior":"NewWindow","componentType":"CustomLink","customLinkUrl":"/servlet/servlet.Integration?lid=00bB0000000Dr7e\u0026eid=ENTITY_ID\u0026ic=1","label":"Billing"}],"lookupIdApiName":null,"required":false,"sortable":false},{"editableForNew":false,"editableForUpdate":false,"label":"","layoutComponents":[{"apiName":null,"componentType":"EmptySpace"}],"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}]},"objectInfos":{"Account":{"apiName":"Account","associateEntityType":null,"associateParentEntity":null,"childRelationships":[{"childObjectApiName":"Account","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ChildAccounts"},{"childObjectApiName":"AccountBrand","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AccountBrands"},{"childObjectApiName":"AccountCleanInfo","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AccountCleanInfos"},{"childObjectApiName":"AccountContactRole","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AccountContactRoles"},{"childObjectApiName":"AccountFeed","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Feeds"},{"childObjectApiName":"AccountHistory","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Histories"},{"childObjectApiName":"AccountPartner","fieldName":"AccountFromId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AccountPartnersFrom"},{"childObjectApiName":"AccountPartner","fieldName":"AccountToId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AccountPartnersTo"},{"childObjectApiName":"AccountShare","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Shares"},{"childObjectApiName":"ActivityHistory","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ActivityHistories"},{"childObjectApiName":"Asset","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Assets"},{"childObjectApiName":"Asset","fieldName":"AssetProvidedById","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ProvidedAssets"},{"childObjectApiName":"Asset","fieldName":"AssetServicedById","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ServicedAssets"},{"childObjectApiName":"AttachedContentDocument","fieldName":"LinkedEntityId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AttachedContentDocuments"},{"childObjectApiName":"Attachment","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Attachments"},{"childObjectApiName":"AuthorizationFormConsent","fieldName":"ConsentGiverId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AuthorizationFormConsents"},{"childObjectApiName":"AuthorizationFormConsent","fieldName":"RelatedRecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"RelatedAuthorizationFormConsents"},{"childObjectApiName":"Case","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Cases"},{"childObjectApiName":"ChannelProgramMember","fieldName":"PartnerId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ChannelProgramMembers"},{"childObjectApiName":"CleanInfo","fieldName":"TargetEntityId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"CleanInfos"},{"childObjectApiName":"CollaborationGroupRecord","fieldName":"RecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"RecordAssociatedGroups"},{"childObjectApiName":"CombinedAttachment","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"CombinedAttachments"},{"childObjectApiName":"Contact","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Contacts"},{"childObjectApiName":"ContactRequest","fieldName":"WhatId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ContactRequests"},{"childObjectApiName":"ContentDocumentLink","fieldName":"LinkedEntityId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ContentDocumentLinks"},{"childObjectApiName":"Contract","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Contracts"},{"childObjectApiName":"DelegatedAccount","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"DelegatedAccounts"},{"childObjectApiName":"DelegatedAccount","fieldName":"TargetId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ManagedAccount"},{"childObjectApiName":"DuplicateRecordItem","fieldName":"RecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"DuplicateRecordItems"},{"childObjectApiName":"EmailMessage","fieldName":"RelatedToId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Emails"},{"childObjectApiName":"EntitySubscription","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"FeedSubscriptionsForEntity"},{"childObjectApiName":"Event","fieldName":"WhatId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Events"},{"childObjectApiName":"FlowOrchestrationWorkItem","fieldName":"RelatedRecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"FlowOrchestrationWorkItems"},{"childObjectApiName":"NetworkActivityAudit","fieldName":"ParentEntityId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ParentEntities"},{"childObjectApiName":"Note","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Notes"},{"childObjectApiName":"NoteAndAttachment","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"NotesAndAttachments"},{"childObjectApiName":"OpenActivity","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"OpenActivities"},{"childObjectApiName":"Opportunity","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Opportunities"},{"childObjectApiName":"OpportunityPartner","fieldName":"AccountToId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"OpportunityPartnersTo"},{"childObjectApiName":"Order","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Orders"},{"childObjectApiName":"Partner","fieldName":"AccountFromId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"PartnersFrom"},{"childObjectApiName":"Partner","fieldName":"AccountToId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"PartnersTo"},{"childObjectApiName":"PartnerFundAllocation","fieldName":"ChannelPartnerId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"PartnerFundAllocations"},{"childObjectApiName":"PartnerFundClaim","fieldName":"ChannelPartnerId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"PartnerFundClaims"},{"childObjectApiName":"PartnerFundRequest","fieldName":"ChannelPartnerId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"PartnerFundRequests"},{"childObjectApiName":"PartnerMarketingBudget","fieldName":"ChannelPartnerId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"PartnerMarketingBudgets"},{"childObjectApiName":"ProcessInstance","fieldName":"TargetObjectId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ProcessInstances"},{"childObjectApiName":"ProcessInstanceHistory","fieldName":"TargetObjectId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ProcessSteps"},{"childObjectApiName":"RecordAction","fieldName":"RecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"RecordActions"},{"childObjectApiName":"RecordActionHistory","fieldName":"ParentRecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"RecordActionHistories"},{"childObjectApiName":"ScorecardAssociation","fieldName":"TargetEntityId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ScorecardAssociations"},{"childObjectApiName":"Task","fieldName":"WhatId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Tasks"},{"childObjectApiName":"TopicAssignment","fieldName":"EntityId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"TopicAssignments"},{"childObjectApiName":"User","fieldName":"AccountId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Users"}],"createable":true,"custom":false,"defaultRecordTypeId":"012000000000000AAA","deletable":true,"dependentFields":{},"eTag":"7b786e93cc2b9142accd7a29facc2474","feedEnabled":true,"fields":{"AccountNumber":{"apiName":"AccountNumber","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account Number","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"AccountSource":{"apiName":"AccountSource","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account Source","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Active__c":{"apiName":"Active__c","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":true,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Active","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"AnnualRevenue":{"apiName":"AnnualRevenue","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Currency","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Annual Revenue","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":18,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"BillingAddress":{"apiName":"BillingAddress","calculated":false,"compound":true,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Address","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Billing Address","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":false},"BillingCity":{"apiName":"BillingCity","calculated":false,"compound":false,"compoundComponentName":"City","compoundFieldName":"BillingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Billing City","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"BillingCountry":{"apiName":"BillingCountry","calculated":false,"compound":false,"compoundComponentName":"Country","compoundFieldName":"BillingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Billing Country","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"BillingGeocodeAccuracy":{"apiName":"BillingGeocodeAccuracy","calculated":false,"compound":false,"compoundComponentName":"GeocodeAccuracy","compoundFieldName":"BillingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Billing Geocode Accuracy","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"BillingLatitude":{"apiName":"BillingLatitude","calculated":false,"compound":false,"compoundComponentName":"Latitude","compoundFieldName":"BillingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Double","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Billing Latitude","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":18,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":15,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"BillingLongitude":{"apiName":"BillingLongitude","calculated":false,"compound":false,"compoundComponentName":"Longitude","compoundFieldName":"BillingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Double","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Billing Longitude","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":18,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":15,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"BillingPostalCode":{"apiName":"BillingPostalCode","calculated":false,"compound":false,"compoundComponentName":"PostalCode","compoundFieldName":"BillingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Billing Zip/Postal Code","length":20,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"BillingState":{"apiName":"BillingState","calculated":false,"compound":false,"compoundComponentName":"State","compoundFieldName":"BillingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Billing State/Province","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"BillingStreet":{"apiName":"BillingStreet","calculated":false,"compound":false,"compoundComponentName":"Street","compoundFieldName":"BillingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"TextArea","extraTypeInfo":"PlainTextArea","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Billing Street","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ChannelProgramLevelName":{"apiName":"ChannelProgramLevelName","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":false,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Channel Program Level Name","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":false},"ChannelProgramName":{"apiName":"ChannelProgramName","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":false,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Channel Program Name","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":false},"CleanStatus":{"apiName":"CleanStatus","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Clean Status","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"CloneSourceId":{"apiName":"CloneSourceId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Clone Source","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"CreatedById":{"apiName":"CreatedById","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Created By ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"User","nameFields":["FirstName","LastName","Name"]}],"relationshipName":"CreatedBy","required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"CreatedDate":{"apiName":"CreatedDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Created Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"CustomerPriority__c":{"apiName":"CustomerPriority__c","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":true,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Customer Priority","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"DandbCompanyId":{"apiName":"DandbCompanyId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"D\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":"Account Description","length":32000,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"DunsNumber":{"apiName":"DunsNumber","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"D-U-N-S Number","length":9,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Fax":{"apiName":"Fax","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Phone","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account Fax","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Id":{"apiName":"Id","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"Industry":{"apiName":"Industry","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Industry","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"IsCustomerPortal":{"apiName":"IsCustomerPortal","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Customer Portal Account","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"IsDeleted":{"apiName":"IsDeleted","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Deleted","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"IsPartner":{"apiName":"IsPartner","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Partner Account","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Jigsaw":{"apiName":"Jigsaw","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Data.com Key","length":20,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"JigsawCompanyId":{"apiName":"JigsawCompanyId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Jigsaw Company ID","length":20,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":"JigsawCompany","required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastActivityDate":{"apiName":"LastActivityDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Date","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Activity","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastModifiedById":{"apiName":"LastModifiedById","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Modified By ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"User","nameFields":["FirstName","LastName","Name"]}],"relationshipName":"LastModifiedBy","required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastModifiedDate":{"apiName":"LastModifiedDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Modified Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastReferencedDate":{"apiName":"LastReferencedDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Referenced Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastViewedDate":{"apiName":"LastViewedDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Viewed Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"MasterRecordId":{"apiName":"MasterRecordId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Master Record ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"Account","nameFields":["Name"]}],"relationshipName":"MasterRecord","required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"NaicsCode":{"apiName":"NaicsCode","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"NAICS Code","length":8,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"NaicsDesc":{"apiName":"NaicsDesc","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"NAICS Description","length":120,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Name":{"apiName":"Name","calculated":false,"compound":true,"compoundComponentName":null,"compoundFieldName":"Name","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":"SwitchablePersonName","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account Name","length":255,"nameField":true,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"NumberOfEmployees":{"apiName":"NumberOfEmployees","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Int","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Employees","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"NumberofLocations__c":{"apiName":"NumberofLocations__c","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":true,"dataType":"Double","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Number of Locations","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":3,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"OwnerId":{"apiName":"OwnerId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Owner ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"User","nameFields":["FirstName","LastName","Name"]}],"relationshipName":"Owner","required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Ownership":{"apiName":"Ownership","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Ownership","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ParentId":{"apiName":"ParentId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Parent Account ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"Account","nameFields":["Name"]}],"relationshipName":"Parent","required":false,"scale":0,"searchPrefilterable":true,"sortable":true,"unique":false,"updateable":true},"Phone":{"apiName":"Phone","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Phone","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account Phone","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"PhotoUrl":{"apiName":"PhotoUrl","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Url","extraTypeInfo":"ImageUrl","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Photo URL","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"Rating":{"apiName":"Rating","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account Rating","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"SLAExpirationDate__c":{"apiName":"SLAExpirationDate__c","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":true,"dataType":"Date","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SLA Expiration Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"SLASerialNumber__c":{"apiName":"SLASerialNumber__c","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":true,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SLA Serial Number","length":10,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"SLA__c":{"apiName":"SLA__c","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":true,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SLA","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ShippingAddress":{"apiName":"ShippingAddress","calculated":false,"compound":true,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Address","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Shipping Address","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":false},"ShippingCity":{"apiName":"ShippingCity","calculated":false,"compound":false,"compoundComponentName":"City","compoundFieldName":"ShippingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Shipping City","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ShippingCountry":{"apiName":"ShippingCountry","calculated":false,"compound":false,"compoundComponentName":"Country","compoundFieldName":"ShippingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Shipping Country","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ShippingGeocodeAccuracy":{"apiName":"ShippingGeocodeAccuracy","calculated":false,"compound":false,"compoundComponentName":"GeocodeAccuracy","compoundFieldName":"ShippingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Shipping Geocode Accuracy","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ShippingLatitude":{"apiName":"ShippingLatitude","calculated":false,"compound":false,"compoundComponentName":"Latitude","compoundFieldName":"ShippingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Double","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Shipping Latitude","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":18,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":15,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ShippingLongitude":{"apiName":"ShippingLongitude","calculated":false,"compound":false,"compoundComponentName":"Longitude","compoundFieldName":"ShippingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Double","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Shipping Longitude","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":18,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":15,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ShippingPostalCode":{"apiName":"ShippingPostalCode","calculated":false,"compound":false,"compoundComponentName":"PostalCode","compoundFieldName":"ShippingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Shipping Zip/Postal Code","length":20,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ShippingState":{"apiName":"ShippingState","calculated":false,"compound":false,"compoundComponentName":"State","compoundFieldName":"ShippingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Shipping State/Province","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ShippingStreet":{"apiName":"ShippingStreet","calculated":false,"compound":false,"compoundComponentName":"Street","compoundFieldName":"ShippingAddress","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"TextArea","extraTypeInfo":"PlainTextArea","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Shipping Street","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Sic":{"apiName":"Sic","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SIC Code","length":20,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"SicDesc":{"apiName":"SicDesc","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SIC Description","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Site":{"apiName":"Site","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account Site","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"SystemModstamp":{"apiName":"SystemModstamp","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"System Modstamp","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"TickerSymbol":{"apiName":"TickerSymbol","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Ticker Symbol","length":20,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Tradestyle":{"apiName":"Tradestyle","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Tradestyle","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Type":{"apiName":"Type","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account Type","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"UpsellOpportunity__c":{"apiName":"UpsellOpportunity__c","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":true,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Upsell Opportunity","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Website":{"apiName":"Website","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Url","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Website","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"YearStarted":{"apiName":"YearStarted","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Year Started","length":4,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true}},"keyPrefix":"001","label":"Account","labelPlural":"Accounts","layoutable":true,"mruEnabled":true,"nameFields":["Name"],"queryable":true,"recordTypeInfos":{"012000000000000AAA":{"available":true,"defaultRecordTypeMapping":true,"master":true,"name":"Master","recordTypeId":"012000000000000AAA"}},"searchable":true,"themeInfo":{"color":"5867E8","iconUrl":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png"},"updateable":true},"User":{"apiName":"User","associateEntityType":null,"associateParentEntity":null,"childRelationships":[{"childObjectApiName":"AcceptedEventRelation","fieldName":"RelationId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AcceptedEventRelations"},{"childObjectApiName":"AccountCleanInfo","fieldName":"LastStatusChangedById","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AccountCleanInfoReviewers"},{"childObjectApiName":"AnalyticNotification","fieldName":"RunAsId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AnalyticNotificationRunAsUsers"},{"childObjectApiName":"AttachedContentDocument","fieldName":"LinkedEntityId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AttachedContentDocuments"},{"childObjectApiName":"AuthorizationFormConsent","fieldName":"ConsentGiverId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"AuthorizationFormConsents"},{"childObjectApiName":"CollaborationGroupMember","fieldName":"MemberId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"GroupMemberships"},{"childObjectApiName":"CollaborationGroupMemberRequest","fieldName":"RequesterId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"GroupMembershipRequests"},{"childObjectApiName":"CombinedAttachment","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"CombinedAttachments"},{"childObjectApiName":"ContactCleanInfo","fieldName":"LastStatusChangedById","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ContactCleanInfoReviewers"},{"childObjectApiName":"ContactRequest","fieldName":"WhoId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ContactRequests"},{"childObjectApiName":"ContentDocumentLink","fieldName":"LinkedEntityId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ContentDocumentLinks"},{"childObjectApiName":"Contract","fieldName":"CompanySignedId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ContractsSigned"},{"childObjectApiName":"DeclinedEventRelation","fieldName":"RelationId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"DeclinedEventRelations"},{"childObjectApiName":"DelegatedAccount","fieldName":"ManagedById","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ParentId"},{"childObjectApiName":"EmailMessageRelation","fieldName":"RelationId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"EmailMessageRelations"},{"childObjectApiName":"EntitySubscription","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"FeedSubscriptionsForEntity"},{"childObjectApiName":"EntitySubscription","fieldName":"SubscriberId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"FeedSubscriptions"},{"childObjectApiName":"EventRelation","fieldName":"RelationId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"EventRelations"},{"childObjectApiName":"ExternalDataUserAuth","fieldName":"UserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ExternalDataUserAuths"},{"childObjectApiName":"FlowOrchestrationWorkItem","fieldName":"RelatedRecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"FlowOrchestrationWorkItems"},{"childObjectApiName":"InstalledMobileApp","fieldName":"UserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"InstalledMobileApps"},{"childObjectApiName":"LeadCleanInfo","fieldName":"LastStatusChangedById","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"LeadCleanInfoReviewers"},{"childObjectApiName":"NetworkActivityAudit","fieldName":"EntityCreatedById","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"EntityCreators"},{"childObjectApiName":"NetworkActivityAudit","fieldName":"ParentEntityId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ParentEntities"},{"childObjectApiName":"NetworkMember","fieldName":"MemberId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"NetworkMemberUsers"},{"childObjectApiName":"NetworkUserHistoryRecent","fieldName":"NetworkUserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"NetworkUserHistoryRecentToUser"},{"childObjectApiName":"OutgoingEmailRelation","fieldName":"RelationId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"OutgoingEmailRelations"},{"childObjectApiName":"OwnedContentDocument","fieldName":"OwnerId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"OwnedContentDocuments"},{"childObjectApiName":"PermissionSetAssignment","fieldName":"AssigneeId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"PermissionSetAssignments"},{"childObjectApiName":"PermissionSetLicenseAssign","fieldName":"AssigneeId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"PermissionSetLicenseAssignments"},{"childObjectApiName":"Photo","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Photos"},{"childObjectApiName":"ProfileSkillEndorsement","fieldName":"UserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"UserProfileSkillUserEndorsements"},{"childObjectApiName":"ProfileSkillUser","fieldName":"UserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"UserProfileSkillChildren"},{"childObjectApiName":"RecordAction","fieldName":"RecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"RecordActions"},{"childObjectApiName":"RecordActionHistory","fieldName":"ParentRecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"RecordActionHistories"},{"childObjectApiName":"SessionPermSetActivation","fieldName":"UserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"SessionPermSetActivations"},{"childObjectApiName":"Site","fieldName":"AdminId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"UserSites"},{"childObjectApiName":"UndecidedEventRelation","fieldName":"RelationId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"UndecidedEventRelations"},{"childObjectApiName":"User","fieldName":"DelegatedApproverId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"DelegatedUsers"},{"childObjectApiName":"User","fieldName":"ManagerId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"ManagedUsers"},{"childObjectApiName":"UserEmailPreferredPerson","fieldName":"PersonRecordId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"PersonRecord"},{"childObjectApiName":"UserEntityAccess","fieldName":"UserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"UserEntityAccessRights"},{"childObjectApiName":"UserFeed","fieldName":"ParentId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Feeds"},{"childObjectApiName":"UserFieldAccess","fieldName":"UserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"UserFieldAccessRights"},{"childObjectApiName":"UserPreference","fieldName":"UserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"UserPreferences"},{"childObjectApiName":"UserShare","fieldName":"UserId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Shares"},{"childObjectApiName":"WorkBadge","fieldName":"RecipientId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"Badges"},{"childObjectApiName":"WorkThanks","fieldName":"GiverId","junctionIdListNames":[],"junctionReferenceTo":[],"relationshipName":"GivenThanks"}],"createable":true,"custom":false,"defaultRecordTypeId":null,"deletable":false,"dependentFields":{},"eTag":"d448e1084760248d7990ca72c7ab1ef4","feedEnabled":true,"fields":{"AboutMe":{"apiName":"AboutMe","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"TextArea","extraTypeInfo":"PlainTextArea","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"About Me","length":1000,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"AccountId":{"apiName":"AccountId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Account ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"Account","nameFields":["Name"]}],"relationshipName":"Account","required":false,"scale":0,"searchPrefilterable":true,"sortable":true,"unique":false,"updateable":false},"Address":{"apiName":"Address","calculated":false,"compound":true,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Address","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Address","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":false},"Alias":{"apiName":"Alias","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Alias","length":8,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"BadgeText":{"apiName":"BadgeText","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"User Photo badge text overlay","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"BannerPhotoId":{"apiName":"BannerPhotoId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Photo ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"Photo","nameFields":[]}],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"BannerPhotoUrl":{"apiName":"BannerPhotoUrl","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Url","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Url for banner photo","length":1024,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"CallCenterId":{"apiName":"CallCenterId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Call Center ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"CallCenter","nameFields":["Name"]}],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"City":{"apiName":"City","calculated":false,"compound":false,"compoundComponentName":"City","compoundFieldName":"Address","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"City","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"CommunityNickname":{"apiName":"CommunityNickname","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Nickname","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"CompanyName":{"apiName":"CompanyName","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Company Name","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ContactId":{"apiName":"ContactId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Contact ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"Contact","nameFields":["FirstName","LastName","Name"]}],"relationshipName":"Contact","required":false,"scale":0,"searchPrefilterable":true,"sortable":true,"unique":false,"updateable":true},"Country":{"apiName":"Country","calculated":false,"compound":false,"compoundComponentName":"Country","compoundFieldName":"Address","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Country","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"CreatedById":{"apiName":"CreatedById","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Created By ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"User","nameFields":["FirstName","LastName","Name"]}],"relationshipName":"CreatedBy","required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"CreatedDate":{"apiName":"CreatedDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Created Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"DefaultGroupNotificationFrequency":{"apiName":"DefaultGroupNotificationFrequency","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Default Notification Frequency when Joining Groups","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"DelegatedApproverId":{"apiName":"DelegatedApproverId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Delegated Approver ID","length":18,"nameField":false,"polymorphicForeignKey":true,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"Group","nameFields":["Name"]},{"apiName":"User","nameFields":["FirstName","LastName","Name"]}],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Department":{"apiName":"Department","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Department","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"DigestFrequency":{"apiName":"DigestFrequency","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Chatter Email Highlights Frequency","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Division":{"apiName":"Division","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Division","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Email":{"apiName":"Email","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Email","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Email","length":128,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"EmailEncodingKey":{"apiName":"EmailEncodingKey","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Email Encoding","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"EmailPreferencesAutoBcc":{"apiName":"EmailPreferencesAutoBcc","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"AutoBcc","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"EmailPreferencesAutoBccStayInTouch":{"apiName":"EmailPreferencesAutoBccStayInTouch","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"AutoBccStayInTouch","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"EmailPreferencesStayInTouchReminder":{"apiName":"EmailPreferencesStayInTouchReminder","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"StayInTouchReminder","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"EmployeeNumber":{"apiName":"EmployeeNumber","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Employee Number","length":20,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Extension":{"apiName":"Extension","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Phone","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Extension","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Fax":{"apiName":"Fax","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Phone","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Fax","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"FederationIdentifier":{"apiName":"FederationIdentifier","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SAML Federation ID","length":512,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"FirstName":{"apiName":"FirstName","calculated":false,"compound":false,"compoundComponentName":"FirstName","compoundFieldName":"Name","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":"PersonName","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"First Name","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ForecastEnabled":{"apiName":"ForecastEnabled","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Allow Forecasting","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"FullPhotoUrl":{"apiName":"FullPhotoUrl","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Url","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Url for full-sized Photo","length":1024,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"GeocodeAccuracy":{"apiName":"GeocodeAccuracy","calculated":false,"compound":false,"compoundComponentName":"GeocodeAccuracy","compoundFieldName":"Address","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Geocode Accuracy","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Id":{"apiName":"Id","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"User ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"IndividualId":{"apiName":"IndividualId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Individual ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"Individual","nameFields":["FirstName","LastName","Name"]}],"relationshipName":"Individual","required":false,"scale":0,"searchPrefilterable":true,"sortable":true,"unique":false,"updateable":true},"IsActive":{"apiName":"IsActive","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Active","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"IsExtIndicatorVisible":{"apiName":"IsExtIndicatorVisible","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Show external indicator","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"IsPortalEnabled":{"apiName":"IsPortalEnabled","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Is Portal Enabled","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"IsProfilePhotoActive":{"apiName":"IsProfilePhotoActive","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Has Profile Photo","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"JigsawImportLimitOverride":{"apiName":"JigsawImportLimitOverride","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Int","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Data.com Monthly Addition Limit","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"LanguageLocaleKey":{"apiName":"LanguageLocaleKey","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Language","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"LastLoginDate":{"apiName":"LastLoginDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Login","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastModifiedById":{"apiName":"LastModifiedById","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Modified By ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"User","nameFields":["FirstName","LastName","Name"]}],"relationshipName":"LastModifiedBy","required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastModifiedDate":{"apiName":"LastModifiedDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Modified Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastName":{"apiName":"LastName","calculated":false,"compound":false,"compoundComponentName":"LastName","compoundFieldName":"Name","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":"PersonName","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Name","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"LastPasswordChangeDate":{"apiName":"LastPasswordChangeDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Password Change or Reset","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastReferencedDate":{"apiName":"LastReferencedDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Referenced Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"LastViewedDate":{"apiName":"LastViewedDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Last Viewed Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"Latitude":{"apiName":"Latitude","calculated":false,"compound":false,"compoundComponentName":"Latitude","compoundFieldName":"Address","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Double","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Latitude","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":18,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":15,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"LocaleSidKey":{"apiName":"LocaleSidKey","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Locale","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Longitude":{"apiName":"Longitude","calculated":false,"compound":false,"compoundComponentName":"Longitude","compoundFieldName":"Address","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Double","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Longitude","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":18,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":15,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ManagerId":{"apiName":"ManagerId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Manager ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"User","nameFields":["FirstName","LastName","Name"]}],"relationshipName":"Manager","required":false,"scale":0,"searchPrefilterable":true,"sortable":true,"unique":false,"updateable":true},"MediumBannerPhotoUrl":{"apiName":"MediumBannerPhotoUrl","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Url","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Url for Android banner photo","length":1024,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"MediumPhotoUrl":{"apiName":"MediumPhotoUrl","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Url","extraTypeInfo":"ImageUrl","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Url for medium profile photo","length":1024,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"MobilePhone":{"apiName":"MobilePhone","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Phone","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Mobile","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Name":{"apiName":"Name","calculated":false,"compound":true,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"String","extraTypeInfo":"PersonName","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Full Name","length":121,"nameField":true,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"NumberOfFailedLogins":{"apiName":"NumberOfFailedLogins","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Int","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Failed Login Attempts","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"OfflinePdaTrialExpirationDate":{"apiName":"OfflinePdaTrialExpirationDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Sales Anywhere Trial Expiration Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"OfflineTrialExpirationDate":{"apiName":"OfflineTrialExpirationDate","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Offline Edition Trial Expiration Date","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"OutOfOfficeMessage":{"apiName":"OutOfOfficeMessage","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Out of office message","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"Phone":{"apiName":"Phone","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Phone","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Phone","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"PortalRole":{"apiName":"PortalRole","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Portal Role Level","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"PostalCode":{"apiName":"PostalCode","calculated":false,"compound":false,"compoundComponentName":"PostalCode","compoundFieldName":"Address","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Zip/Postal Code","length":20,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ProfileId":{"apiName":"ProfileId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Profile ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"Profile","nameFields":["Name"]}],"relationshipName":"Profile","required":true,"scale":0,"searchPrefilterable":true,"sortable":true,"unique":false,"updateable":true},"ProfilePhotoId":{"apiName":"ProfilePhotoId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Photo ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"Photo","nameFields":[]}],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"ReceivesAdminInfoEmails":{"apiName":"ReceivesAdminInfoEmails","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Admin Info Emails","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"ReceivesInfoEmails":{"apiName":"ReceivesInfoEmails","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Info Emails","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"SenderEmail":{"apiName":"SenderEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Email","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Email Sender Address","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"SenderName":{"apiName":"SenderName","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Email Sender Name","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Signature":{"apiName":"Signature","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"TextArea","extraTypeInfo":"PlainTextArea","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Email Signature","length":1333,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"SmallBannerPhotoUrl":{"apiName":"SmallBannerPhotoUrl","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Url","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Url for IOS banner photo","length":1024,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"SmallPhotoUrl":{"apiName":"SmallPhotoUrl","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Url","extraTypeInfo":"ImageUrl","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Photo","length":1024,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"State":{"apiName":"State","calculated":false,"compound":false,"compoundComponentName":"State","compoundFieldName":"Address","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"State/Province","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"StayInTouchNote":{"apiName":"StayInTouchNote","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Stay-in-Touch Email Note","length":512,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"StayInTouchSignature":{"apiName":"StayInTouchSignature","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"TextArea","extraTypeInfo":"PlainTextArea","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Stay-in-Touch Email Signature","length":512,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"StayInTouchSubject":{"apiName":"StayInTouchSubject","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Stay-in-Touch Email Subject","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Street":{"apiName":"Street","calculated":false,"compound":false,"compoundComponentName":"Street","compoundFieldName":"Address","controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"TextArea","extraTypeInfo":"PlainTextArea","filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Street","length":255,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"SystemModstamp":{"apiName":"SystemModstamp","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"DateTime","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"System Modstamp","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"TimeZoneSidKey":{"apiName":"TimeZoneSidKey","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Time Zone","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"Title":{"apiName":"Title","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Title","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true},"UserPermissionsCallCenterAutoLogin":{"apiName":"UserPermissionsCallCenterAutoLogin","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Auto-login To Call Center","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsInteractionUser":{"apiName":"UserPermissionsInteractionUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Flow User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsJigsawProspectingUser":{"apiName":"UserPermissionsJigsawProspectingUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Data.com User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsKnowledgeUser":{"apiName":"UserPermissionsKnowledgeUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Knowledge User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsMarketingUser":{"apiName":"UserPermissionsMarketingUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Marketing User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsOfflineUser":{"apiName":"UserPermissionsOfflineUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Offline User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsSFContentUser":{"apiName":"UserPermissionsSFContentUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Salesforce CRM Content User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsSiteforceContributorUser":{"apiName":"UserPermissionsSiteforceContributorUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Site.com Contributor User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsSiteforcePublisherUser":{"apiName":"UserPermissionsSiteforcePublisherUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Site.com Publisher User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsSupportUser":{"apiName":"UserPermissionsSupportUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Service Cloud User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPermissionsWorkDotComUserFeature":{"apiName":"UserPermissionsWorkDotComUserFeature","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"WDC User","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesActivityRemindersPopup":{"apiName":"UserPreferencesActivityRemindersPopup","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ActivityRemindersPopup","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesApexPagesDeveloperMode":{"apiName":"UserPreferencesApexPagesDeveloperMode","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ApexPagesDeveloperMode","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesCacheDiagnostics":{"apiName":"UserPreferencesCacheDiagnostics","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"CacheDiagnostics","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesContentEmailAsAndWhen":{"apiName":"UserPreferencesContentEmailAsAndWhen","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ContentEmailAsAndWhen","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesContentNoEmail":{"apiName":"UserPreferencesContentNoEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ContentNoEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesCreateLEXAppsWTShown":{"apiName":"UserPreferencesCreateLEXAppsWTShown","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"CreateLEXAppsWTShown","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDedupeStorageMigrationComplete":{"apiName":"UserPreferencesDedupeStorageMigrationComplete","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DedupeStorageMigrationComplete","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisCommentAfterLikeEmail":{"apiName":"UserPreferencesDisCommentAfterLikeEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisCommentAfterLikeEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisMentionsCommentEmail":{"apiName":"UserPreferencesDisMentionsCommentEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisMentionsCommentEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisProfPostCommentEmail":{"apiName":"UserPreferencesDisProfPostCommentEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisProfPostCommentEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableAllFeedsEmail":{"apiName":"UserPreferencesDisableAllFeedsEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableAllFeedsEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableBookmarkEmail":{"apiName":"UserPreferencesDisableBookmarkEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableBookmarkEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableChangeCommentEmail":{"apiName":"UserPreferencesDisableChangeCommentEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableChangeCommentEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableEndorsementEmail":{"apiName":"UserPreferencesDisableEndorsementEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableEndorsementEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableFileShareNotificationsForApi":{"apiName":"UserPreferencesDisableFileShareNotificationsForApi","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableFileShareNotificationsForApi","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableFollowersEmail":{"apiName":"UserPreferencesDisableFollowersEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableFollowersEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableLaterCommentEmail":{"apiName":"UserPreferencesDisableLaterCommentEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableLaterCommentEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableLikeEmail":{"apiName":"UserPreferencesDisableLikeEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableLikeEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableMentionsPostEmail":{"apiName":"UserPreferencesDisableMentionsPostEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableMentionsPostEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableMessageEmail":{"apiName":"UserPreferencesDisableMessageEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableMessageEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableProfilePostEmail":{"apiName":"UserPreferencesDisableProfilePostEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableProfilePostEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesDisableSharePostEmail":{"apiName":"UserPreferencesDisableSharePostEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"DisableSharePostEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesEnableAutoSubForFeeds":{"apiName":"UserPreferencesEnableAutoSubForFeeds","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"EnableAutoSubForFeeds","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesEventRemindersCheckboxDefault":{"apiName":"UserPreferencesEventRemindersCheckboxDefault","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"EventRemindersCheckboxDefault","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesExcludeMailAppAttachments":{"apiName":"UserPreferencesExcludeMailAppAttachments","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ExcludeMailAppAttachments","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesFavoritesShowTopFavorites":{"apiName":"UserPreferencesFavoritesShowTopFavorites","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"FavoritesShowTopFavorites","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesFavoritesWTShown":{"apiName":"UserPreferencesFavoritesWTShown","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"FavoritesWTShown","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesFirstTimeInLightning":{"apiName":"UserPreferencesFirstTimeInLightning","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"FirstTimeInLightning","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesGlobalNavBarWTShown":{"apiName":"UserPreferencesGlobalNavBarWTShown","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"GlobalNavBarWTShown","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesGlobalNavGridMenuWTShown":{"apiName":"UserPreferencesGlobalNavGridMenuWTShown","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"GlobalNavGridMenuWTShown","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHasCelebrationBadge":{"apiName":"UserPreferencesHasCelebrationBadge","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HasCelebrationBadge","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHasSentWarningEmail":{"apiName":"UserPreferencesHasSentWarningEmail","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HasSentWarningEmail","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHasSentWarningEmail238":{"apiName":"UserPreferencesHasSentWarningEmail238","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HasSentWarningEmail238","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHasSentWarningEmail240":{"apiName":"UserPreferencesHasSentWarningEmail240","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HasSentWarningEmail240","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHeavyPagePromptEnabled":{"apiName":"UserPreferencesHeavyPagePromptEnabled","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HeavyPagePromptEnabled","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideBiggerPhotoCallout":{"apiName":"UserPreferencesHideBiggerPhotoCallout","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideBiggerPhotoCallout","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideCSNDesktopTask":{"apiName":"UserPreferencesHideCSNDesktopTask","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideCSNDesktopTask","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideCSNGetChatterMobileTask":{"apiName":"UserPreferencesHideCSNGetChatterMobileTask","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideCSNGetChatterMobileTask","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideChatterOnboardingSplash":{"apiName":"UserPreferencesHideChatterOnboardingSplash","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideChatterOnboardingSplash","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideEndUserOnboardingAssistantModal":{"apiName":"UserPreferencesHideEndUserOnboardingAssistantModal","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideEndUserOnboardingAssistantModal","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideEventCalendar":{"apiName":"UserPreferencesHideEventCalendar","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideEventCalendar","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideLearningPathModal":{"apiName":"UserPreferencesHideLearningPathModal","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideLearningPathModal","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideLightningMigrationModal":{"apiName":"UserPreferencesHideLightningMigrationModal","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideLightningMigrationModal","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideMailAppEAPUserGuidance":{"apiName":"UserPreferencesHideMailAppEAPUserGuidance","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideMailAppEAPUserGuidance","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideMailAppWelcomeMat":{"apiName":"UserPreferencesHideMailAppWelcomeMat","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideMailAppWelcomeMat","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideS1BrowserUI":{"apiName":"UserPreferencesHideS1BrowserUI","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideS1BrowserUI","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideSecondChatterOnboardingSplash":{"apiName":"UserPreferencesHideSecondChatterOnboardingSplash","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideSecondChatterOnboardingSplash","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideSfxWelcomeMat":{"apiName":"UserPreferencesHideSfxWelcomeMat","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideSfxWelcomeMat","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideTaskListViewsPopover":{"apiName":"UserPreferencesHideTaskListViewsPopover","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideTaskListViewsPopover","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideTrialsCelebration":{"apiName":"UserPreferencesHideTrialsCelebration","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideTrialsCelebration","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesHideTrialsWelcomeMat":{"apiName":"UserPreferencesHideTrialsWelcomeMat","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"HideTrialsWelcomeMat","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesJigsawListUser":{"apiName":"UserPreferencesJigsawListUser","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"JigsawListUser","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesLightningExperiencePreferred":{"apiName":"UserPreferencesLightningExperiencePreferred","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"LightningExperiencePreferred","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesLtngPromoReserved10UserPref":{"apiName":"UserPreferencesLtngPromoReserved10UserPref","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"LtngPromoReserved10UserPref","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesLtngPromoReserved16UserPref":{"apiName":"UserPreferencesLtngPromoReserved16UserPref","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"LtngPromoReserved16UserPref","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesLtngPromoReserved19UserPref":{"apiName":"UserPreferencesLtngPromoReserved19UserPref","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"LtngPromoReserved19UserPref","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesNativeEmailClient":{"apiName":"UserPreferencesNativeEmailClient","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"NativeEmailClient","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesNewLightningReportRunPageEnabled":{"apiName":"UserPreferencesNewLightningReportRunPageEnabled","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"NewLightningReportRunPageEnabled","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesPathAssistantCollapsed":{"apiName":"UserPreferencesPathAssistantCollapsed","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"PathAssistantCollapsed","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesPreviewCustomTheme":{"apiName":"UserPreferencesPreviewCustomTheme","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"PreviewCustomTheme","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesPreviewLightning":{"apiName":"UserPreferencesPreviewLightning","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"PreviewLightning","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesReadReceiptLastToggleValue":{"apiName":"UserPreferencesReadReceiptLastToggleValue","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ReadReceiptLastToggleValue","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesReceiveNoNotificationsAsApprover":{"apiName":"UserPreferencesReceiveNoNotificationsAsApprover","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ReceiveNoNotificationsAsApprover","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesReceiveNotificationsAsDelegatedApprover":{"apiName":"UserPreferencesReceiveNotificationsAsDelegatedApprover","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ReceiveNotificationsAsDelegatedApprover","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesRecordHomeReservedWTShown":{"apiName":"UserPreferencesRecordHomeReservedWTShown","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"RecordHomeReservedWTShown","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesRecordHomeSectionCollapseWTShown":{"apiName":"UserPreferencesRecordHomeSectionCollapseWTShown","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"RecordHomeSectionCollapseWTShown","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesReminderSoundOff":{"apiName":"UserPreferencesReminderSoundOff","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ReminderSoundOff","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesReverseOpenActivitiesView":{"apiName":"UserPreferencesReverseOpenActivitiesView","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ReverseOpenActivitiesView","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesSRHOverrideActivities":{"apiName":"UserPreferencesSRHOverrideActivities","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SRHOverrideActivities","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesSalesEssentialsSetupAssistantCompleted":{"apiName":"UserPreferencesSalesEssentialsSetupAssistantCompleted","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SalesEssentialsSetupAssistantCompleted","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesSetupAssistantUserPref1":{"apiName":"UserPreferencesSetupAssistantUserPref1","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SetupAssistantUserPref1","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowCityToExternalUsers":{"apiName":"UserPreferencesShowCityToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowCityToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowCityToGuestUsers":{"apiName":"UserPreferencesShowCityToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowCityToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowCountryToExternalUsers":{"apiName":"UserPreferencesShowCountryToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowCountryToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowCountryToGuestUsers":{"apiName":"UserPreferencesShowCountryToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowCountryToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowEmailToExternalUsers":{"apiName":"UserPreferencesShowEmailToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowEmailToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowEmailToGuestUsers":{"apiName":"UserPreferencesShowEmailToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowEmailToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowFaxToExternalUsers":{"apiName":"UserPreferencesShowFaxToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowFaxToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowFaxToGuestUsers":{"apiName":"UserPreferencesShowFaxToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowFaxToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowForecastingChangeSignals":{"apiName":"UserPreferencesShowForecastingChangeSignals","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowForecastingChangeSignals","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowManagerToExternalUsers":{"apiName":"UserPreferencesShowManagerToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowManagerToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowManagerToGuestUsers":{"apiName":"UserPreferencesShowManagerToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowManagerToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowMobilePhoneToExternalUsers":{"apiName":"UserPreferencesShowMobilePhoneToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowMobilePhoneToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowMobilePhoneToGuestUsers":{"apiName":"UserPreferencesShowMobilePhoneToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowMobilePhoneToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowPostalCodeToExternalUsers":{"apiName":"UserPreferencesShowPostalCodeToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowPostalCodeToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowPostalCodeToGuestUsers":{"apiName":"UserPreferencesShowPostalCodeToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowPostalCodeToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowProfilePicToGuestUsers":{"apiName":"UserPreferencesShowProfilePicToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowProfilePicToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowStateToExternalUsers":{"apiName":"UserPreferencesShowStateToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowStateToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowStateToGuestUsers":{"apiName":"UserPreferencesShowStateToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowStateToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowStreetAddressToExternalUsers":{"apiName":"UserPreferencesShowStreetAddressToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowStreetAddressToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowStreetAddressToGuestUsers":{"apiName":"UserPreferencesShowStreetAddressToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowStreetAddressToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowTitleToExternalUsers":{"apiName":"UserPreferencesShowTitleToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowTitleToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowTitleToGuestUsers":{"apiName":"UserPreferencesShowTitleToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowTitleToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowWorkPhoneToExternalUsers":{"apiName":"UserPreferencesShowWorkPhoneToExternalUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowWorkPhoneToExternalUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesShowWorkPhoneToGuestUsers":{"apiName":"UserPreferencesShowWorkPhoneToGuestUsers","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"ShowWorkPhoneToGuestUsers","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesSortFeedByComment":{"apiName":"UserPreferencesSortFeedByComment","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SortFeedByComment","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesSuppressEventSFXReminders":{"apiName":"UserPreferencesSuppressEventSFXReminders","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SuppressEventSFXReminders","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesSuppressTaskSFXReminders":{"apiName":"UserPreferencesSuppressTaskSFXReminders","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"SuppressTaskSFXReminders","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesTaskRemindersCheckboxDefault":{"apiName":"UserPreferencesTaskRemindersCheckboxDefault","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"TaskRemindersCheckboxDefault","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesTodayGettingStarted":{"apiName":"UserPreferencesTodayGettingStarted","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"TodayGettingStarted","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesTrailheadBadgeCreated":{"apiName":"UserPreferencesTrailheadBadgeCreated","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"TrailheadBadgeCreated","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserPreferencesUserDebugModePref":{"apiName":"UserPreferencesUserDebugModePref","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Boolean","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"UserDebugModePref","length":0,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":false,"unique":false,"updateable":true},"UserRoleId":{"apiName":"UserRoleId","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"Reference","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Role ID","length":18,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":true,"referenceTargetField":null,"referenceToInfos":[{"apiName":"UserRole","nameFields":["Name"]}],"relationshipName":"UserRole","required":false,"scale":0,"searchPrefilterable":true,"sortable":true,"unique":false,"updateable":true},"UserType":{"apiName":"UserType","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":false,"custom":false,"dataType":"Picklist","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"User Type","length":40,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":false,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":false},"Username":{"apiName":"Username","calculated":false,"compound":false,"compoundComponentName":null,"compoundFieldName":null,"controllerName":null,"controllingFields":[],"createable":true,"custom":false,"dataType":"String","extraTypeInfo":null,"filterable":true,"filteredLookupInfo":null,"highScaleNumber":false,"htmlFormatted":false,"inlineHelpText":null,"label":"Username","length":80,"nameField":false,"polymorphicForeignKey":false,"precision":0,"reference":false,"referenceTargetField":null,"referenceToInfos":[],"relationshipName":null,"required":true,"scale":0,"searchPrefilterable":false,"sortable":true,"unique":false,"updateable":true}},"keyPrefix":"005","label":"User","labelPlural":"People","layoutable":true,"mruEnabled":true,"nameFields":["FirstName","LastName","Name"],"queryable":true,"recordTypeInfos":{},"searchable":true,"themeInfo":{"color":"1B96FF","iconUrl":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/user_120.png"},"updateable":true}},"record":{"apiName":"Account","childRelationships":{},"eTag":"5facf9dfb1b0feae1ee6b348b8b5f942","fields":{"AccountNumber":{"displayValue":null,"value":"CC634267"},"Active__c":{"displayValue":"Yes","value":"Yes"},"AnnualRevenue":{"displayValue":"$50,000,000","value":50000000},"BillingCity":{"displayValue":null,"value":"Lawrence"},"BillingCountry":{"displayValue":null,"value":"USA"},"BillingPostalCode":{"displayValue":null,"value":"66045"},"BillingState":{"displayValue":null,"value":"KS"},"BillingStreet":{"displayValue":null,"value":"1301 Hoch Drive"},"CloneSourceId":{"displayValue":null,"value":"001B000000UnQ2yIAF"},"CustomerPriority__c":{"displayValue":"Low","value":"Low"},"Description":{"displayValue":null,"value":null},"Fax":{"displayValue":null,"value":"(785) 241-6201"},"Industry":{"displayValue":"Consulting","value":"Consulting"},"Name":{"displayValue":null,"value":"Dickenson plc"},"NumberOfEmployees":{"displayValue":null,"value":120},"NumberofLocations__c":{"displayValue":null,"value":2},"Owner":{"displayValue":"Philippe Ozil","value":{"apiName":"User","childRelationships":{},"eTag":"e8465cd0d7506b4905dc7e11f6b8ab50","fields":{"Id":{"displayValue":null,"value":"005B0000003TOI6IAO"},"Name":{"displayValue":null,"value":"Philippe Ozil"}},"id":"005B0000003TOI6IAO","lastModifiedById":null,"lastModifiedDate":null,"recordTypeId":null,"recordTypeInfo":null,"systemModstamp":null,"weakEtag":0}},"OwnerId":{"displayValue":null,"value":"005B0000003TOI6IAO"},"Ownership":{"displayValue":"Private","value":"Private"},"Parent":{"displayValue":null,"value":null},"ParentId":{"displayValue":null,"value":null},"Phone":{"displayValue":null,"value":"(785) 241-6200"},"Rating":{"displayValue":null,"value":null},"SLAExpirationDate__c":{"displayValue":"15/03/2017","value":"2017-03-15"},"SLASerialNumber__c":{"displayValue":null,"value":"7425"},"SLA__c":{"displayValue":"Bronze","value":"Bronze"},"ShippingCity":{"displayValue":null,"value":"Lawrence"},"ShippingCountry":{"displayValue":null,"value":"USA"},"ShippingPostalCode":{"displayValue":null,"value":"66045"},"ShippingState":{"displayValue":null,"value":"KS"},"ShippingStreet":{"displayValue":null,"value":"1301 Hoch Drive"},"Sic":{"displayValue":null,"value":"6752"},"Site":{"displayValue":null,"value":null},"TickerSymbol":{"displayValue":null,"value":null},"Type":{"displayValue":"Customer - Channel","value":"Customer - Channel"},"UpsellOpportunity__c":{"displayValue":"No","value":"No"},"Website":{"displayValue":null,"value":"dickenson-consulting.com"}},"id":null,"lastModifiedById":null,"lastModifiedDate":null,"recordTypeId":"012000000000000AAA","recordTypeInfo":null,"systemModstamp":null,"weakEtag":0}}